url
stringlengths
11
2.25k
text
stringlengths
88
50k
ts
timestamp[s]date
2026-01-13 08:47:33
2026-01-13 09:30:40
https://developers.google.com/admob/api/reference/rest/v1beta/accounts.adUnitMappings/batchCreate
Method: accounts.adUnitMappings.batchCreate  |  AdMob API  |  Google for Developers Skip to main content AdMob API / English Deutsch Español Español – América Latina Français Indonesia Italiano Polski Português – Brasil Tiếng Việt Türkçe Русский עברית العربيّة فارسی हिंदी বাংলা ภาษาไทย 中文 – 简体 中文 – 繁體 日本語 한국어 Sign in AdMob Guides Reference Libraries & Examples Support AdMob API AdMob Guides Reference Libraries & Examples Support Release notes AdMob API v1 REST Resources accounts Overview get list accounts.adUnits Overview list accounts.apps Overview list accounts.mediationReport Overview generate accounts.networkReport Overview generate Types DateRange LocalizationSettings ReportFooter ReportHeader ReportRow SortOrder StringList v1beta REST Resources accounts Overview get list accounts.adSources Overview list accounts.adSources.adapters Overview list accounts.adUnitMappings Overview batchCreate accounts.adUnits Overview create list accounts.adUnits.adUnitMappings Overview create list accounts.apps Overview create list accounts.campaignReport Overview generate accounts.mediationGroups Overview create list patch accounts.mediationGroups.mediationAbExperiments Overview create stop accounts.mediationReport Overview generate accounts.networkReport Overview generate Types DateRange LocalizationSettings MediationGroupLine ReportFooter ReportHeader ReportRow SortOrder StringList API dictionary Ad sources Adapters Home Products AdMob API Reference Method: accounts.adUnitMappings.batchCreate Stay organized with collections Save and categorize content based on your preferences. Page Summary outlined_flag This page provides documentation for the batchCreate method to create multiple ad unit mappings under a specific AdMob account. The batchCreate method has a maximum allowed batch size of 100 ad unit mappings per request. Access to this method is limited and may require contacting your account manager if a 403 permission denied error occurs. The request requires specifying the AdMob account as a path parameter and a list of CreateAdUnitMappingRequest objects in the request body. The response body contains a list of the successfully created AdUnitMapping objects. HTTP request Path parameters Request body JSON representation Response body JSON representation Authorization scopes CreateAdUnitMappingRequest JSON representation Examples Try it! Batch create the ad unit mappings under the specific AdMob account. The maximum allowed batch size is 100. This method has limited access. If you see a 403 permission denied error, please reach out to your account manager for access. HTTP request POST https://admob.googleapis.com/v1beta/{parent=accounts/*}/adUnitMappings:batchCreate The URL uses gRPC Transcoding syntax. Path parameters Parameters parent string Required. The AdMob account which owns this collection of ad unit mappings. Format: accounts/{publisherId} See https://support.google.com/admob/answer/2784578 for instructions on how to find your AdMob publisher ID. Request body The request body contains data with the following structure: JSON representation { "requests" : [ { object ( CreateAdUnitMappingRequest ) } ] } Fields requests[] object ( CreateAdUnitMappingRequest ) Required. The request message specifying the ad unit mappings to create. A maximum of 100 ad unit mappings can be created in a batch. If the number of ad unit mappings in the batch request exceed 100, the entire request will be rejected and no ad unit mappings will be created. Response body Response containing a batch of created ad unit mappings. If successful, the response body contains data with the following structure: JSON representation { "adUnitMappings" : [ { object ( AdUnitMapping ) } ] } Fields adUnitMappings[] object ( AdUnitMapping ) The Ad units mappings created under the requested account. Authorization scopes Requires the following OAuth scope: https://www.googleapis.com/auth/admob.monetization For more information, see the OAuth 2.0 Overview . CreateAdUnitMappingRequest Request to create an ad unit mapping under the specific AdMob account and ad unit. JSON representation { "parent" : string , "adUnitMapping" : { object ( AdUnitMapping ) } } Fields parent string Required. The parent which owns the ad unit mapping. Format: accounts/{publisherId}/adUnits/{adUnitId} adUnitMapping object ( AdUnitMapping ) Required. The ad unit mapping to create. Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates. Last updated 2025-08-20 UTC. [[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-20 UTC."],[],["This content describes how to batch create ad unit mappings within an AdMob account using a `POST` request to the `adUnitMappings:batchCreate` endpoint. The request must include the `parent` account ID in the URL. The request body contains an array of `CreateAdUnitMappingRequest` objects, with a maximum of 100. The response body returns an array of the successfully created `adUnitMappings`. This method requires `admob.monetization` authorization scope and is subject to access limitations.\n"]] Product info Usage limits Pricing Terms of Service Programs Google Developer Program Google Developer Groups Google Developer Experts Accelerators Google Cloud & NVIDIA Developer consoles Google API Console Google Cloud Platform Console Google Play Console Firebase Console Actions on Google Console Cast SDK Developer Console Chrome Web Store Dashboard Google Home Developer Console Android Chrome Firebase Google Cloud Platform Google AI All products Terms Privacy Manage cookies English Deutsch Español Español – América Latina Français Indonesia Italiano Polski Português – Brasil Tiếng Việt Türkçe Русский עברית العربيّة فارسی हिंदी বাংলা ภาษาไทย 中文 – 简体 中文 – 繁體 日本語 한국어
2026-01-13T09:30:12
https://extensionworkshop.com/documentation/publish/add-on-policies/#asynchronous
Add-on Policies | Firefox Extension Workshop Extension Workshop Extension Basics Getting started Mozilla Developer Network Documentation Topics Develop Firefox Tools User Experience Firefox for Android Port to Firefox Test and debug Getting Started Unique Firefox Capabilities Firefox Workflow Overview About the WebExtensions API Manifest V3 Manifest V3 migration guide What is Manifest V3? Manifest V3 changes Migration checklist Cross-Browser Development Browser Compatibility Namespace Asynchronous API Coverage Manifest keys More information Build cross-browser extensions Firefox Tools Build an extension in 5 minutes Browser Extension Development Tools Boilerplating tools Coding tools Testing and debugging tools Translation tools Tools for Firefox for Android Choosing a Firefox version for extension development Firefox editions Firefox version and their web extension development capabilities Getting started with web-ext Installation Update Using web-ext Check your code Test and debug Package, sign, and publish Use the configuration file Advanced topics See also web-ext v8 command reference What's new Commands web-ext build web-ext docs web-ext dump-config web-ext lint web-ext run web-ext sign Global options Setting option environment variables See also web-ext v7 command reference Commands Global options Setting option environment variables See also Web-ext Webpack plug-in Browser API Polyfill Extensions and the Add-on ID Basic workflow with no add-on ID When do you need an add-on ID? User Experience Build a secure extension Request the right permissions Introduction Advised permissions Avoid unnecessary permissions Request permissions at runtime Add information about permissions to your extensions AMO page Firefox built-in consent for data collection and transmission Taxonomy Specifying data types Accessing the data collection permissions programmatically Updates Best practices for collecting user data consents Know your privacy settings Get prepared Prompt after install Determine your consent flow Your consent dialogs Build an accessible extension Onboard, upboard, offboard users Onboarding Upboarding Offboarding User experience best practices 1. Keep it focused 2. Give users what they need, where they need it 3. Keep the user informed 4. Be Firefoxy in look and feel 5. Great onboarding experience 6. Test, test, and then test again Mobile Differences between desktop and Android extensions Introduction User interface Native application interaction Permissions Storage User experience guidelines for mobile extensions Introduction The basics The extra mile The last mile Developing extensions for Firefox for Android Set up your computer and Android emulator or device Check for Firefox for Android compatibility Install and run your extension in Firefox for Android Debug your extension Manifest V3 compatibility GeckoView Extensions (Android library) Port Your Extension Porting a Google Chrome Extension Debug and Test Debugging Developer tools toolbox Debugging background scripts Debugging options pages Debugging popups Debugging content scripts Debugging sidebars Debugging storage Debugging developer tools pages and panels Debug permission requests Debugging browser restarts Temporary Installation in Firefox Reloading a temporary extension Using the command line Detecting temporary installation Limitations Testing persistent and restart features What is an add-on ID? What is a Firefox profile? Extension behavior in Firefox What do I do to ensure I can test my extension? Test permission requests Permission grant behavior during testing Observe or verify install time permission requests Retest runtime permission grants Testing localizations Known issues Content scripts don't appear in DevTools Extension source don't update in DevTools "Destroyed actor" errors when debugging Android Publish Get your extension signed Distribute your signed extension Promote your extension Policies Add-on Policies No Surprises Content Submission Guidelines Development Practices User Scripts Data Collection and Transmission Disclosure and Control Monetization Security, Compliance and Blocking Add-on Policies FAQ No Surprises Content Submission Guidelines Data Collection and Transmission Disclosure and Control Security, Compliance and Blocking Firefox Add-on Distribution Agreement 1. Introduction 2. Accounts 3. Privacy Policy 4. Distribution, certificates, & review process 5. Your obligations 6. Licenses; proprietary rights 7. Content removal 8. Disclaimer of warranties 9. Limitation of liability 10. Release; indemnification 11. General legal terms Add-ons Blocking Process Security Over Choice Blocking Criteria Developer Outreach Requesting a Block Blocking Other Types of Third Party Software Third Party Library Usage When must links for third-party libraries be provided? How to determine the third-party library link Communicating third-party library links to reviewers What does review rejection mean to users? Review overview Impact of review rejection Blocklisting Sign Signing and distribution overview Signing your add-ons Distributing your add-on Post-submission review More information about AMO Package your extension Windows Mac OSX Linux / Mac OSX Terminal Distribute Distribute Manifest V2 and V3 extensions Distribute pre-release versions Submitting an add-on Listing on AMO Self-distribution Get help Version Rollback Eligibility Roll back using Developer Hub Roll back using the Add-on Submission API Source code submission Provide your extension source code Default reviewer build environment Use of obfuscated code Source code checklist Firefox version compatibility Version compatibility The `browser_specific_settings` key AMO compatibility setting Recommendations Add-on ownership Transfer ownership Code disputes Developer accounts Setting a display name Blocked accounts Issues receiving emails from AMO Self-distribution Self-distribution options Installing self-distributed extensions Preparing your add-on Install from file on a computer Install from file on Android For desktop apps Promote Create an appealing listing Your add-on’s name Create a captivating icon Create a meaningful set of keywords Make sure your summary is just long enough Focus on key features in your screenshots The add-on description can be longer, but not too long Make it local Make it experimental Select the right platforms and versions Categorize well Be prepared to provide support Set up a developer profile Use plain language in any privacy policy or license agreement Gently ask for a review Make use of Markdown Some other points What’s great content and design? Promoting your extension Promote your add-on from your website Friends, family, and colleagues Events and meetups Current users Social media Engage with your users Create a forum, user group, or similar Engage with bloggers and news media Advertising Make money from browser extensions Will I ever be able to sell through AMO? What can't you do What can you do Unsolicited offers How can I maximize my income? Recommended extensions Overview Criteria for Recommended extensions Developer partnership Selection process Manage Stay informed when Firefox changes Publish extension updates Manage authors of your extension Promote your extension Removing your extension from distribution Resources Updating your extension Enabling updates to your extension Manifest structure Testing automatic updating Best practices for updating your extension Monitoring extension usage statistics Accessing the statistics dashboard Tracking external sources Add-on listing example Resources for publishers Retiring your extension Reasons for withdrawing your extension Steps to retiring an extension Suggested retirement timetable Enterprise Developing your enterprise extension Distributing your enterprise extension Enterprise support Manage add-ons for Firefox for Enterprise Install system add-ons for Firefox for Enterprise Enterprise resources Enterprise development Data collection disclosure and consent for enterprise extensions How to add policy support Distributing your policy Enterprise policies that impact extensions Relevant policies Other relevant policies Enterprise distribution Signed vs. unsigned extensions Using an ExtensionSettings policy Bundling add-ons with a custom Firefox Themes Creating themes Using the AMO theme generator Getting started Submitting your theme Updating your theme Static themes Introduction Create a simple static theme Updating static themes Single image themes Multiple image themes Static animated themes Dynamic themes Introduction Creating dynamic themes Publishing dynamic themes Cross-browser compatibility Community Who is part of the community? Connect with the community Get involved in the community Get in touch Community Forum Add-ons Blog Office Hours Stack Overflow Communication Calendar Dev Mailing List Contribute Contribution opportunities Onboard to the WebExtensions codebase Hacking guide for WebExtensions code contributions WebExtensions Experiments Find or create a bug Submit or Manage Extensions Search Submit or Manage Extensions Search Select a section Page Name Extension Basics Getting started Mozilla Developer Network Documentation Topics Develop Firefox Tools User Experience Firefox for Android Port to Firefox Test and debug Getting Started Unique Firefox Capabilities Firefox Workflow Overview About the WebExtensions API Manifest V3 Manifest V3 migration guide What is Manifest V3? Manifest V3 changes Migration checklist Cross-Browser Development Browser Compatibility Namespace Asynchronous API Coverage Manifest keys More information Build cross-browser extensions Firefox Tools Build an extension in 5 minutes Browser Extension Development Tools Boilerplating tools Coding tools Testing and debugging tools Translation tools Tools for Firefox for Android Choosing a Firefox version for extension development Firefox editions Firefox version and their web extension development capabilities Getting started with web-ext Installation Update Using web-ext Check your code Test and debug Package, sign, and publish Use the configuration file Advanced topics See also web-ext v8 command reference What's new Commands web-ext build web-ext docs web-ext dump-config web-ext lint web-ext run web-ext sign Global options Setting option environment variables See also web-ext v7 command reference Commands Global options Setting option environment variables See also Web-ext Webpack plug-in Browser API Polyfill Extensions and the Add-on ID Basic workflow with no add-on ID When do you need an add-on ID? User Experience Build a secure extension Request the right permissions Introduction Advised permissions Avoid unnecessary permissions Request permissions at runtime Add information about permissions to your extensions AMO page Firefox built-in consent for data collection and transmission Taxonomy Specifying data types Accessing the data collection permissions programmatically Updates Best practices for collecting user data consents Know your privacy settings Get prepared Prompt after install Determine your consent flow Your consent dialogs Build an accessible extension Onboard, upboard, offboard users Onboarding Upboarding Offboarding User experience best practices 1. Keep it focused 2. Give users what they need, where they need it 3. Keep the user informed 4. Be Firefoxy in look and feel 5. Great onboarding experience 6. Test, test, and then test again Mobile Differences between desktop and Android extensions Introduction User interface Native application interaction Permissions Storage User experience guidelines for mobile extensions Introduction The basics The extra mile The last mile Developing extensions for Firefox for Android Set up your computer and Android emulator or device Check for Firefox for Android compatibility Install and run your extension in Firefox for Android Debug your extension Manifest V3 compatibility GeckoView Extensions (Android library) Port Your Extension Porting a Google Chrome Extension Debug and Test Debugging Developer tools toolbox Debugging background scripts Debugging options pages Debugging popups Debugging content scripts Debugging sidebars Debugging storage Debugging developer tools pages and panels Debug permission requests Debugging browser restarts Temporary Installation in Firefox Reloading a temporary extension Using the command line Detecting temporary installation Limitations Testing persistent and restart features What is an add-on ID? What is a Firefox profile? Extension behavior in Firefox What do I do to ensure I can test my extension? Test permission requests Permission grant behavior during testing Observe or verify install time permission requests Retest runtime permission grants Testing localizations Known issues Content scripts don't appear in DevTools Extension source don't update in DevTools "Destroyed actor" errors when debugging Android Publish Get your extension signed Distribute your signed extension Promote your extension Policies Add-on Policies No Surprises Content Submission Guidelines Development Practices User Scripts Data Collection and Transmission Disclosure and Control Monetization Security, Compliance and Blocking Add-on Policies FAQ No Surprises Content Submission Guidelines Data Collection and Transmission Disclosure and Control Security, Compliance and Blocking Firefox Add-on Distribution Agreement 1. Introduction 2. Accounts 3. Privacy Policy 4. Distribution, certificates, & review process 5. Your obligations 6. Licenses; proprietary rights 7. Content removal 8. Disclaimer of warranties 9. Limitation of liability 10. Release; indemnification 11. General legal terms Add-ons Blocking Process Security Over Choice Blocking Criteria Developer Outreach Requesting a Block Blocking Other Types of Third Party Software Third Party Library Usage When must links for third-party libraries be provided? How to determine the third-party library link Communicating third-party library links to reviewers What does review rejection mean to users? Review overview Impact of review rejection Blocklisting Sign Signing and distribution overview Signing your add-ons Distributing your add-on Post-submission review More information about AMO Package your extension Windows Mac OSX Linux / Mac OSX Terminal Distribute Distribute Manifest V2 and V3 extensions Distribute pre-release versions Submitting an add-on Listing on AMO Self-distribution Get help Version Rollback Eligibility Roll back using Developer Hub Roll back using the Add-on Submission API Source code submission Provide your extension source code Default reviewer build environment Use of obfuscated code Source code checklist Firefox version compatibility Version compatibility The `browser_specific_settings` key AMO compatibility setting Recommendations Add-on ownership Transfer ownership Code disputes Developer accounts Setting a display name Blocked accounts Issues receiving emails from AMO Self-distribution Self-distribution options Installing self-distributed extensions Preparing your add-on Install from file on a computer Install from file on Android For desktop apps Promote Create an appealing listing Your add-on’s name Create a captivating icon Create a meaningful set of keywords Make sure your summary is just long enough Focus on key features in your screenshots The add-on description can be longer, but not too long Make it local Make it experimental Select the right platforms and versions Categorize well Be prepared to provide support Set up a developer profile Use plain language in any privacy policy or license agreement Gently ask for a review Make use of Markdown Some other points What’s great content and design? Promoting your extension Promote your add-on from your website Friends, family, and colleagues Events and meetups Current users Social media Engage with your users Create a forum, user group, or similar Engage with bloggers and news media Advertising Make money from browser extensions Will I ever be able to sell through AMO? What can't you do What can you do Unsolicited offers How can I maximize my income? Recommended extensions Overview Criteria for Recommended extensions Developer partnership Selection process Manage Stay informed when Firefox changes Publish extension updates Manage authors of your extension Promote your extension Removing your extension from distribution Resources Updating your extension Enabling updates to your extension Manifest structure Testing automatic updating Best practices for updating your extension Monitoring extension usage statistics Accessing the statistics dashboard Tracking external sources Add-on listing example Resources for publishers Retiring your extension Reasons for withdrawing your extension Steps to retiring an extension Suggested retirement timetable Enterprise Developing your enterprise extension Distributing your enterprise extension Enterprise support Manage add-ons for Firefox for Enterprise Install system add-ons for Firefox for Enterprise Enterprise resources Enterprise development Data collection disclosure and consent for enterprise extensions How to add policy support Distributing your policy Enterprise policies that impact extensions Relevant policies Other relevant policies Enterprise distribution Signed vs. unsigned extensions Using an ExtensionSettings policy Bundling add-ons with a custom Firefox Themes Creating themes Using the AMO theme generator Getting started Submitting your theme Updating your theme Static themes Introduction Create a simple static theme Updating static themes Single image themes Multiple image themes Static animated themes Dynamic themes Introduction Creating dynamic themes Publishing dynamic themes Cross-browser compatibility Community Who is part of the community? Connect with the community Get involved in the community Get in touch Community Forum Add-ons Blog Office Hours Stack Overflow Communication Calendar Dev Mailing List Contribute Contribution opportunities Onboard to the WebExtensions codebase Hacking guide for WebExtensions code contributions WebExtensions Experiments Find or create a bug Extension Basics Getting started Mozilla Developer Network Documentation Topics Develop Firefox Tools User Experience Firefox for Android Port to Firefox Test and debug Getting Started Unique Firefox Capabilities Firefox Workflow Overview About the WebExtensions API Manifest V3 Manifest V3 migration guide What is Manifest V3? Manifest V3 changes Migration checklist Cross-Browser Development Browser Compatibility Namespace Asynchronous API Coverage Manifest keys More information Build cross-browser extensions Firefox Tools Build an extension in 5 minutes Browser Extension Development Tools Boilerplating tools Coding tools Testing and debugging tools Translation tools Tools for Firefox for Android Choosing a Firefox version for extension development Firefox editions Firefox version and their web extension development capabilities Getting started with web-ext Installation Update Using web-ext Check your code Test and debug Package, sign, and publish Use the configuration file Advanced topics See also web-ext v8 command reference What's new Commands web-ext build web-ext docs web-ext dump-config web-ext lint web-ext run web-ext sign Global options Setting option environment variables See also web-ext v7 command reference Commands Global options Setting option environment variables See also Web-ext Webpack plug-in Browser API Polyfill Extensions and the Add-on ID Basic workflow with no add-on ID When do you need an add-on ID? User Experience Build a secure extension Request the right permissions Introduction Advised permissions Avoid unnecessary permissions Request permissions at runtime Add information about permissions to your extensions AMO page Firefox built-in consent for data collection and transmission Taxonomy Specifying data types Accessing the data collection permissions programmatically Updates Best practices for collecting user data consents Know your privacy settings Get prepared Prompt after install Determine your consent flow Your consent dialogs Build an accessible extension Onboard, upboard, offboard users Onboarding Upboarding Offboarding User experience best practices 1. Keep it focused 2. Give users what they need, where they need it 3. Keep the user informed 4. Be Firefoxy in look and feel 5. Great onboarding experience 6. Test, test, and then test again Mobile Differences between desktop and Android extensions Introduction User interface Native application interaction Permissions Storage User experience guidelines for mobile extensions Introduction The basics The extra mile The last mile Developing extensions for Firefox for Android Set up your computer and Android emulator or device Check for Firefox for Android compatibility Install and run your extension in Firefox for Android Debug your extension Manifest V3 compatibility GeckoView Extensions (Android library) Port Your Extension Porting a Google Chrome Extension Debug and Test Debugging Developer tools toolbox Debugging background scripts Debugging options pages Debugging popups Debugging content scripts Debugging sidebars Debugging storage Debugging developer tools pages and panels Debug permission requests Debugging browser restarts Temporary Installation in Firefox Reloading a temporary extension Using the command line Detecting temporary installation Limitations Testing persistent and restart features What is an add-on ID? What is a Firefox profile? Extension behavior in Firefox What do I do to ensure I can test my extension? Test permission requests Permission grant behavior during testing Observe or verify install time permission requests Retest runtime permission grants Testing localizations Known issues Content scripts don't appear in DevTools Extension source don't update in DevTools "Destroyed actor" errors when debugging Android Publish Get your extension signed Distribute your signed extension Promote your extension Policies Add-on Policies No Surprises Content Submission Guidelines Development Practices User Scripts Data Collection and Transmission Disclosure and Control Monetization Security, Compliance and Blocking Add-on Policies FAQ No Surprises Content Submission Guidelines Data Collection and Transmission Disclosure and Control Security, Compliance and Blocking Firefox Add-on Distribution Agreement 1. Introduction 2. Accounts 3. Privacy Policy 4. Distribution, certificates, & review process 5. Your obligations 6. Licenses; proprietary rights 7. Content removal 8. Disclaimer of warranties 9. Limitation of liability 10. Release; indemnification 11. General legal terms Add-ons Blocking Process Security Over Choice Blocking Criteria Developer Outreach Requesting a Block Blocking Other Types of Third Party Software Third Party Library Usage When must links for third-party libraries be provided? How to determine the third-party library link Communicating third-party library links to reviewers What does review rejection mean to users? Review overview Impact of review rejection Blocklisting Sign Signing and distribution overview Signing your add-ons Distributing your add-on Post-submission review More information about AMO Package your extension Windows Mac OSX Linux / Mac OSX Terminal Distribute Distribute Manifest V2 and V3 extensions Distribute pre-release versions Submitting an add-on Listing on AMO Self-distribution Get help Version Rollback Eligibility Roll back using Developer Hub Roll back using the Add-on Submission API Source code submission Provide your extension source code Default reviewer build environment Use of obfuscated code Source code checklist Firefox version compatibility Version compatibility The `browser_specific_settings` key AMO compatibility setting Recommendations Add-on ownership Transfer ownership Code disputes Developer accounts Setting a display name Blocked accounts Issues receiving emails from AMO Self-distribution Self-distribution options Installing self-distributed extensions Preparing your add-on Install from file on a computer Install from file on Android For desktop apps Promote Create an appealing listing Your add-on’s name Create a captivating icon Create a meaningful set of keywords Make sure your summary is just long enough Focus on key features in your screenshots The add-on description can be longer, but not too long Make it local Make it experimental Select the right platforms and versions Categorize well Be prepared to provide support Set up a developer profile Use plain language in any privacy policy or license agreement Gently ask for a review Make use of Markdown Some other points What’s great content and design? Promoting your extension Promote your add-on from your website Friends, family, and colleagues Events and meetups Current users Social media Engage with your users Create a forum, user group, or similar Engage with bloggers and news media Advertising Make money from browser extensions Will I ever be able to sell through AMO? What can't you do What can you do Unsolicited offers How can I maximize my income? Recommended extensions Overview Criteria for Recommended extensions Developer partnership Selection process Manage Stay informed when Firefox changes Publish extension updates Manage authors of your extension Promote your extension Removing your extension from distribution Resources Updating your extension Enabling updates to your extension Manifest structure Testing automatic updating Best practices for updating your extension Monitoring extension usage statistics Accessing the statistics dashboard Tracking external sources Add-on listing example Resources for publishers Retiring your extension Reasons for withdrawing your extension Steps to retiring an extension Suggested retirement timetable Enterprise Developing your enterprise extension Distributing your enterprise extension Enterprise support Manage add-ons for Firefox for Enterprise Install system add-ons for Firefox for Enterprise Enterprise resources Enterprise development Data collection disclosure and consent for enterprise extensions How to add policy support Distributing your policy Enterprise policies that impact extensions Relevant policies Other relevant policies Enterprise distribution Signed vs. unsigned extensions Using an ExtensionSettings policy Bundling add-ons with a custom Firefox Themes Creating themes Using the AMO theme generator Getting started Submitting your theme Updating your theme Static themes Introduction Create a simple static theme Updating static themes Single image themes Multiple image themes Static animated themes Dynamic themes Introduction Creating dynamic themes Publishing dynamic themes Cross-browser compatibility Community Who is part of the community? Connect with the community Get involved in the community Get in touch Community Forum Add-ons Blog Office Hours Stack Overflow Communication Calendar Dev Mailing List Contribute Contribution opportunities Onboard to the WebExtensions codebase Hacking guide for WebExtensions code contributions WebExtensions Experiments Find or create a bug Add-on Policies Add-ons extend the core capabilities of Firefox, enabling users to modify and personalize their web experience. A healthy ecosystem, built on trust, is vital for developers to be successful and users to feel safe making Firefox their own. For these reasons, Mozilla requires all add-ons to comply with the following policies. These policies are not intended to serve as legal advice: depending on where you are located, additional requirements may apply. All add-ons are subject to these policies, regardless of how they are distributed. When an add-on is given human review or otherwise assessed by Mozilla, these policies act as guiding principles for those reviews. Add-ons that do not comply with these policies may be rejected or disabled by Mozilla. Contents No Surprises Content Submission Guidelines Development Practices User Scripts Data Collection and Transmission Disclosure and Control Monetization Security, Compliance and Blocking No Surprises Users should be able to easily discern the functionality of your add-on based on the listing, and should not be presented with unexpected user experiences after installing it. The listing should include an easy-to-read description of what the add-on does, and what information it transmits. Please consult our best practices guide for creating an appealing listing . Unexpected features “Unexpected” features are those that are unrelated to the add-on’s primary function, and are not clearly indicated by the add-on name or description. This may include features that impact user privacy or security, make unexpected changes to web content, or change default settings like the new tab page, homepage, or search engine. Any “unexpected” feature(s) must adhere to all of the following requirements: The add-on description must clearly state any changes made by these features. The features must be “opt-in”, meaning the user has to take non-default action to enact the change. Changes prompted by Firefox after the add-on is installed do not require an additional opt-in. The permissions prompt shown when installing an add-on does not alleviate the need for an opt-in. The opt-in interface must clearly state the name of the add-on requesting the change. Content Add-ons that make use of Mozilla trademarks must comply with the Mozilla Trademark Guidelines . If the add-on uses “Firefox” in its name, the naming standard the add-on is expected to follow is “<Add-on name> for Firefox”. In addition, add-ons listed on addons.mozilla.org must adhere to the following policies: All add-ons submitted for listing on addons.mozilla.org are subject to Mozilla’s Acceptable Use Policy . Listings must disclose when payment is required to enable any add-on functionality. Add-ons and their content must conform to the laws of the United States. (Add-ons that violate or have content that violates the law in other jurisdictions may also be removed or have access limited.) If the add-on is a fork of another add-on, the name must clearly distinguish it from the original and provide a significant difference in functionality and/or code. Add-ons with the sole purpose of promoting, installing, loading or launching an outside website, application or add-on are not permitted. Themes that feature low-quality, stretched, or blank images, as well as those themes in which the header image is misaligned, are not permitted. Duplicate themes are not permitted. Submission Guidelines Add-ons must function only as described. During review, the add-on undergoes basic functional testing in addition to code review. To facilitate the functional testing, the add-on author must provide testing information and, if an account is needed for any part of the add-on’s functionality, testing credentials to allow use of the add-on. If corrections have been requested and are submitted as part of a new version, the new version should not contain unrelated changes, as this complicates the review process and can lead to further delays or rejections. Source Code Submission Code must be provided in a way that is reviewable. Add-ons may contain transpiled, minified or otherwise machine-generated code, but Mozilla needs to review a copy of the source code before any of these steps have been applied. The author must provide this information to Mozilla during submission along with instructions on how to reproduce the build. All dependencies must either be included in the source code package directly or downloaded only through the respective official package managers during the build process. Build tools or environments that no longer appear to be supported by their maintainers are not accepted. Reviewers may ask you to refactor parts of the code if it is not reviewable. The provided source code is reviewed by an administrator and is not redistributed in any way. The code is only used for the purpose of reviewing the add-on. Failure to provide this information results in rejection or blocking. Add-ons are not allowed to contain obfuscated code, nor code that hides the purpose of the functionality involved. If external resources are used in combination with add-on code, the functionality of the code must not be obscured. Minification of code with the intent to reduce file size is permitted. Please read our Source Code Submission guidelines to avoid unexpected rejections or blocks. Development Practices In general, developers are free to maintain their add-ons in the manner they choose. However, in order to maintain appropriate data security measures and allow us to effectively review code, we have certain technical requirements that all add-ons must meet. In particular, potentially dangerous APIs may only be used in ways that are demonstrably safe, and code within add-ons that cannot be verified as behaving safely and correctly may need to be refactored. The following requirements are of particular importance: Add-ons must only request those permissions that are necessary for them to function. Add-ons must be self-contained and not load remote code for execution. Add-ons must not load or redirect to a remote new tab page. The new tab page must be contained within the add-on. Add-ons must not relax web page security headers, such as the Content Security Policy. Add-ons must use encryption when transporting data remotely. Add-ons should avoid including redundant code or files. Add-ons must not negatively impact the performance or stability of Firefox. Only release versions of third-party libraries and/or frameworks may be included with an add-on. Modifications to these libraries/frameworks are not permitted. Please read our third party library guidelines to better understand related requirements. User Scripts Usage of the userScripts API is allowed for user script managers only. A user script manager is an extension that allows users to manage website-specific scripts. The userScripts API cannot be used to extend or modify the functionality of the user script manager itself. The user must: Proactively install a user script using an explicit action, for instance a click on a button labeled “Install this user script”. Be able to see which user scripts are currently installed and remove scripts without impacting the extension. Data Collection and Transmission Disclosure and Control Add-ons must limit data transmission to what is necessary for functionality, and must use the data only for the purpose for which it was transmitted. For the purposes of this policy, data transmission refers to any data that is collected, used, transferred, shared, or handled outside of the add-on or the local browser. If the add-on uses native messaging, the Add-on Policies (including those related to user consent and control) apply to any data sent to the native application as well. Prohibited Data Collection and Transmission Search functionality provided or loaded by the add-on must not transmit search terms or intercept searches that are going to a third-party search provider. Transmitting or facilitating the transmission of ancillary information (e.g. any data not required for the add-on’s functionality as stated in the description) is prohibited. The transmission of browsing activity is only permitted as part of the add-on’s primary function. User Consent and Control The user must be provided with a clear way to control the add-on’s data transmission, either through a consent experience created by the add-on developer, or by using Firefox’s built in data collection and transmission consent experience. In the case of add-ons that qualify for implicit consent, under the “Implicit Consent for Self-Evident, Single-Use Extension” policy, installation is the consent. Add-ons installed in an enterprise environment can bypass asking for data collection consent when they are installed by enterprise policy. For more information, refer to the enterprise documentation . If the add-on uses Firefox’s built-in data collection and transmission consent experience, then the browser will bypass this by default. If the add-on is only compatible with Firefox 140 or later and uses Firefox’s built-in data collection and transmission consent experience: It must accurately state the data collection practices in the extension manifest, including when it does not collect data, in line with the Firefox add-on data classification taxonomy . If the add-on is compatible with Firefox 139 and earlier or does not use Firefox’s built-in data collection and transmission consent experience: The user must be provided with a clear way to control the add-on’s data transmission immediately after installation of the add-on. If data transmission starts or changes in an add-on update, or the consent and control is introduced in an update, it must be shown to all new and upgrading users immediately after the update. The data transmission consent and control must be contained within the add-on. The consent experience must: Be unmissable. It is recommended to present it in a new focused tab in the current window. Other ways that could be missed or accidentally hidden, like a popup window, will result in a rejection. Be presented on a single page, including all choices and decision options. Present users with a clear, readable data transmission consent. Information explaining the data transmitted must be prominently stated and not buried or hidden. Avoid deceptive design patterns that make it harder to understand your data transmission policy, including, but not limited to, illegible font sizes, reduced color contrast, hidden options, multi-step consent decline flows, and similar techniques indicative of deceptive design. Clearly state what type of data is being transmitted. Inform about the impact of accepting or declining the data transmission If both personal and technical data is being transmitted, the user must be provided separate choices. If the user declines the transmission, any resulting impact on their experience or use of the add-on must be limited to the data not being available. Please refer to our best practices for advice and examples on how to design and implement a data transmission consent prompt. Personal Data (opt-in) Personally identifiable information can be actively provided by the user or obtained through extension APIs. It includes, but is not limited to names, email addresses, search terms and browsing activity data, as well as access to and placement of cookies. Before an add-on may transmit personal information, it must clearly describe, and the user must affirmatively consent (i.e., explicitly opt-in) to the type of personal data being transmitted. If the primary function of the add-on does not work without transmitting personal data, the add-on must provide a choice for the user to either accept the data transmission or uninstall the add-on. Implicit Consent for Self-Evident, Single-Use Extension Implicit consent applies only to add-ons hosted on addons.mozilla.org when all of the following conditions are satisfied. Otherwise the standard explicit consent rules apply. Conditions Purpose-bounded and user-initiated – Data may be transmitted only as a direct, immediate consequence of a single, deliberate user command (for example, a click or tap) on a clearly labelled control supplied by the browser or the add-on. Any passive, continuous, or background transmission requires explicit consent. Self-evident listing disclosure – The add-ons name and addons.mozilla.org listing must, in combination, make it clear what data will be transmitted and why, consistent with the “No Surprises” policy. Self-evident user interface – At the point of interaction, the in-product UI must plainly signal which data will be sent and to what type of service, so the user can foresee the consequence of their action without additional prompts. Purpose-limited data scope – The transmission: a. is strictly limited to the content element the user acted upon (for example, selected text, current page URL, chosen file or image); and b. must not include persistent identifiers, analytics beacons, cookies, advertising IDs, or any data unrelated to completing the primary function of the add-on. Transmission of certain data requires explicit consent, regardless of the above. For more information, refer to the Firefox add-on data classification taxonomy . Review authority – Mozilla reviewers may require the add-on to obtain explicit user consent if they judge an add-on’s disclosure inadequate or detect attempts to broaden data collection. When all the above conditions are met, invoking the primary function is deemed implicit consent for transmitting the user-supplied data needed to perform that function. No additional dialog needs to be shown at install time. If any other data is transmitted, explicit consent at time of install is required. Technical & User Interaction Data (opt-out) Technical data describes information about the environment the user is running, such as browser settings, platform information and hardware properties. User interaction data includes how the user interacts with Firefox and the installed add-ons, metrics for product improvement, and error information. When an add-on transmits either of these types of information, it must allow the user to disable that data transmission (opt-out) during the initial consent experience. The add-on functionality must not be restricted if the user declines transmission of this data. Additional Privacy Protocols Leaking local or user-specific information to websites or other applications (e.g. through native messaging) is prohibited. Data from private browsing sessions must not be stored. Information that identifies a user across browsing sessions or containers must not be made available to web content. Monetization An add-on injecting advertising into web page content must clearly identify the injected content as originating from the add-on. The inclusion of any cryptocurrency miners in an add-on is prohibited. Modifying web content or facilitating redirects to include affiliate promotion tags is not permitted. Conversely, the inclusion of affiliate promotions in user interface elements that are clearly identified as belonging to the add-on are acceptable. Security, Compliance and Blocking We expect all add-ons, whether hosted on addons.mozilla.org or not, to be secure and well-maintained in how they handle both their own data and their users’ data. They must also securely manage all of their interactions with the web and the browser and the operating system. Policy Enforcement Mozilla may reject or block affected versions or entire add-ons that don’t comply with the above policies, depending on the extent of their non-compliance. Mozilla may attempt to contact the add-on’s developer(s) and provide a reasonable time frame for the problems to be corrected before a block is deployed. If an add-on appears to intentionally or repeatedly violate the policies, or its developers have proven unreachable, unresponsive, or uncooperative, blocking may be immediate. Mozilla reserves the right to block or delete any developer’s account on addons.mozilla.org, thereby preventing further use of the service, for certain violations of Mozilla’s policies. For more information about rejection and blocking, see What does review rejection mean to users? Tags:   add-ons   review   policies   Contributors:   kewisch   rebloor   wagnerand   atsay   jvillalobos   wbamberg   kmaglione   dotproto   Last update:   dotproto   Sep 17, 2025 Up Next Publish Add-on Policies FAQ Publish Firefox Add-on Distribution Agreement Publish Add-ons Blocking Process Documentation Topics Develop Publish Manage Enterprise Themes Connect With Us Twitter For developers: @mozamo For end users: @rockyourfirefox More Matrix Community forum Extensions Developer Newsletter Stay up-to-date on news and events for Firefox extension developers. Email Address I’m okay with Mozilla handling my info as explained in this Privacy Notice . Sign up Thanks! Please check your inbox to confirm your subscription. If you haven’t previously confirmed a subscription to a Mozilla-related newsletter you may have to do so. Please check your inbox or your spam filter for an email from us. Mozilla Add-ons About Blog Developer Hub Developer Policies Forum Firefox Download Firefox Desktop Mobile Features Beta, Nightly, Developer Edition Twitter (@firefox) YouTube (firefoxchannel) Github (mozilla) Website Privacy Notice Cookies Legal Edit this page on GitHub Portions of this content are ©1998–2025 by individual mozilla.org contributors. Content available under a Creative Commons license .
2026-01-13T09:30:12
https://developers.google.com/admob/api/reference/rest/v1beta/accounts.mediationReport/generate
Method: accounts.mediationReport.generate  |  AdMob API  |  Google for Developers Skip to main content AdMob API / English Deutsch Español Español – América Latina Français Indonesia Italiano Polski Português – Brasil Tiếng Việt Türkçe Русский עברית العربيّة فارسی हिंदी বাংলা ภาษาไทย 中文 – 简体 中文 – 繁體 日本語 한국어 Sign in AdMob Guides Reference Libraries & Examples Support AdMob API AdMob Guides Reference Libraries & Examples Support Release notes AdMob API v1 REST Resources accounts Overview get list accounts.adUnits Overview list accounts.apps Overview list accounts.mediationReport Overview generate accounts.networkReport Overview generate Types DateRange LocalizationSettings ReportFooter ReportHeader ReportRow SortOrder StringList v1beta REST Resources accounts Overview get list accounts.adSources Overview list accounts.adSources.adapters Overview list accounts.adUnitMappings Overview batchCreate accounts.adUnits Overview create list accounts.adUnits.adUnitMappings Overview create list accounts.apps Overview create list accounts.campaignReport Overview generate accounts.mediationGroups Overview create list patch accounts.mediationGroups.mediationAbExperiments Overview create stop accounts.mediationReport Overview generate accounts.networkReport Overview generate Types DateRange LocalizationSettings MediationGroupLine ReportFooter ReportHeader ReportRow SortOrder StringList API dictionary Ad sources Adapters Home Products AdMob API Reference Method: accounts.mediationReport.generate Stay organized with collections Save and categorize content based on your preferences. Page Summary outlined_flag An AdMob Mediation report can be generated based on a specified report specification through a server-side streaming RPC. The report generation requires an HTTP POST request with the account resource name as a path parameter and a request body containing the MediationReportSpec . The streaming response provides the report data in a sequence of messages including a header, rows, and a footer. The MediationReportSpec allows defining the report by date range, dimensions, metrics, dimension filters, sort conditions, and localization settings. The report can be filtered and sorted based on various dimensions like date, ad source, app, country, and metrics like ad requests, impressions, and estimated earnings. HTTP request Path parameters Request body JSON representation Response body JSON representation Authorization scopes MediationReportSpec JSON representation Dimension Metric DimensionFilter JSON representation SortCondition JSON representation Examples Try it! Generates an AdMob Mediation report based on the provided report specification. Returns result of a server-side streaming RPC. The result is returned in a sequence of responses. HTTP request POST https://admob.googleapis.com/v1beta/{parent=accounts/*}/mediationReport:generate The URL uses gRPC Transcoding syntax. Path parameters Parameters parent string Resource name of the account to generate the report for. Example: accounts/pub-9876543210987654 Request body The request body contains data with the following structure: JSON representation { "reportSpec" : { object ( MediationReportSpec ) } } Fields reportSpec object ( MediationReportSpec ) Network report specification. Response body The streaming response for the AdMob Mediation report where the first response contains the report header, then a stream of row responses, and finally a footer as the last response message. For example: [{ "header": { "dateRange": { "startDate": {"year": 2018, "month": 9, "day": 1}, "endDate": {"year": 2018, "month": 9, "day": 1} }, "localizationSettings": { "currencyCode": "USD", "languageCode": "en-US" } } }, { "row": { "dimensionValues": { "DATE": {"value": "20180918"}, "APP": { "value": "ca-app-pub-8123415297019784~1001342552", "displayLabel": "My app name!" } }, "metricValues": { "ESTIMATED_EARNINGS": {"decimal_value": "1324746"} } } }, { "footer": {"matchingRowCount": 1} }] If successful, the response body contains data with the following structure: JSON representation { // Union field payload can be only one of the following: "header" : { object ( ReportHeader ) } , "row" : { object ( ReportRow ) } , "footer" : { object ( ReportFooter ) } // End of list of possible types for union field payload . } Fields Union field payload . Each stream response message contains one type of payload. payload can be only one of the following: header object ( ReportHeader ) Report generation settings that describes the report contents, such as the report date range and localization settings. row object ( ReportRow ) Actual report data. footer object ( ReportFooter ) Additional information about the generated report, such as warnings about the data. Authorization scopes Requires one of the following OAuth scopes: https://www.googleapis.com/auth/admob.readonly https://www.googleapis.com/auth/admob.report For more information, see the OAuth 2.0 Overview . MediationReportSpec The specification for generating an AdMob Mediation report. For example, the specification to get observed ECPM sliced by ad source and app for the 'US' and 'CN' countries can look like the following example: { "dateRange": { "startDate": {"year": 2021, "month": 9, "day": 1}, "endDate": {"year": 2021, "month": 9, "day": 30} }, "dimensions": ["AD_SOURCE", "APP", "COUNTRY"], "metrics": ["OBSERVED_ECPM"], "dimensionFilters": [ { "dimension": "COUNTRY", "matchesAny": {"values": [{"value": "US", "value": "CN"}]} } ], "sortConditions": [ {"dimension":"APP", order: "ASCENDING"} ], "localizationSettings": { "currencyCode": "USD", "languageCode": "en-US" } } For a better understanding, you can treat the preceding specification like the following pseudo SQL: SELECT AD_SOURCE, APP, COUNTRY, OBSERVED_ECPM FROM MEDIATION_REPORT WHERE DATE >= '2021-09-01' AND DATE <= '2021-09-30' AND COUNTRY IN ('US', 'CN') GROUP BY AD_SOURCE, APP, COUNTRY ORDER BY APP ASC; JSON representation { "dateRange" : { object ( DateRange ) } , "dimensions" : [ enum ( Dimension ) ] , "metrics" : [ enum ( Metric ) ] , "dimensionFilters" : [ { object ( DimensionFilter ) } ] , "sortConditions" : [ { object ( SortCondition ) } ] , "localizationSettings" : { object ( LocalizationSettings ) } , "maxReportRows" : integer , "timeZone" : string } Fields dateRange object ( DateRange ) The date range for which the report is generated. dimensions[] enum ( Dimension ) List of dimensions of the report. The value combination of these dimensions determines the row of the report. If no dimensions are specified, the report returns a single row of requested metrics for the entire account. metrics[] enum ( Metric ) List of metrics of the report. A report must specify at least one metric. dimensionFilters[] object ( DimensionFilter ) Describes which report rows to match based on their dimension values. sortConditions[] object ( SortCondition ) Describes the sorting of report rows. The order of the condition in the list defines its precedence; the earlier the condition, the higher its precedence. If no sort conditions are specified, the row ordering is undefined. localizationSettings object ( LocalizationSettings ) Localization settings of the report. maxReportRows integer Maximum number of report data rows to return. If the value is not set, the API returns as many rows as possible, up to 100000. Acceptable values are 1-100000, inclusive. Values larger than 100000 return an error. timeZone string A report time zone. Accepts an IANA TZ name values, such as "America/Los_Angeles." If no time zone is defined, the account default takes effect. Check default value by the get account action. Warning: The "America/Los_Angeles" is the only supported value at the moment. Dimension The dimensions of the mediation report. Dimensions are data attributes to break down or refine the quantitative measurements (metrics) by certain attributes, such as the ad format or the platform an ad was viewed on. Enums DIMENSION_UNSPECIFIED Default value for an unset field. Do not use. DATE A date in the YYYYMMDD format (for example, "20210701"). Requests can specify at most one time dimension. MONTH A month in the YYYYMM format (for example, "202107"). Requests can specify at most one time dimension. WEEK The date of the first day of a week in the YYYYMMDD format (for example, "20210701"). Requests can specify at most one time dimension. AD_SOURCE The unique ID of the ad source (for example, "5450213213286189855" and "AdMob Network" as label value). AD_SOURCE_INSTANCE The unique ID of the ad source instance (for example, "ca-app-pub-1234:asi:5678" and "AdMob (default)" as label value). AD_UNIT The unique ID of the ad unit (for example, "ca-app-pub-1234/8790"). If AD_UNIT dimension is specified, then APP is included automatically. APP The unique ID of the mobile application (for example, "ca-app-pub-1234~1234"). MEDIATION_GROUP The unique ID of the mediation group (for example, "ca-app-pub-1234:mg:1234" and "AdMob (default)" as label value). COUNTRY CLDR country code of the place where the ad views/clicks occur (for example, "US" or "FR"). This is a geography dimension. FORMAT Format of the ad unit (for example, "banner", "native"), an ad delivery dimension. PLATFORM Mobile OS platform of the app (for example, "Android" or "iOS"). MOBILE_OS_VERSION Mobile operating system version, e.g. "iOS 13.5.1". GMA_SDK_VERSION GMA SDK version, e.g. "iOS 7.62.0". APP_VERSION_NAME For Android, the app version name can be found in versionName in PackageInfo. For iOS, the app version name can be found in CFBundleShortVersionString. SERVING_RESTRICTION Restriction mode for ads serving (e.g. "Non-personalized ads"). Metric The metrics of the mediation report. Metrics are quantitative measurements indicating how the publisher business is performing. They are aggregated from the individual ad events and grouped by the report dimensions. The metric value is either integer, or decimal (without rounding). Enums METRIC_UNSPECIFIED Default value for an unset field. Do not use. AD_REQUESTS The number of requests. The value is an integer. CLICKS The number of times a user clicks an ad. The value is an integer. ESTIMATED_EARNINGS The estimated earnings of the AdMob publisher. The currency unit (USD, EUR, or other) of the earning metrics are determined by the localization setting for currency. The amount is in micros. For example, $6.50 would be represented as 6500000. Estimated earnings per mediation group and per ad source instance level is supported dating back to October 20, 2019. Third-party estimated earnings will show 0 for dates prior to October 20, 2019. IMPRESSIONS The total number of ads shown to users. The value is an integer. IMPRESSION_CTR The ratio of clicks over impressions. The value is a double precision (approximate) decimal value. MATCHED_REQUESTS The number of times ads are returned in response to a request. The value is an integer. MATCH_RATE The ratio of matched ad requests over the total ad requests. The value is a double precision (approximate) decimal value. OBSERVED_ECPM The third-party ad network's estimated average eCPM. The currency unit (USD, EUR, or other) of the earning metrics are determined by the localization setting for currency. The amount is in micros. For example, $2.30 would be represented as 2300000. The estimated average eCPM per mediation group and per ad source instance level is supported dating back to October 20, 2019. Third-party estimated average eCPM will show 0 for dates prior to October 20, 2019. DimensionFilter Describes which report rows to match based on their dimension values. JSON representation { "dimension" : enum ( Dimension ) , // Union field operator can be only one of the following: "matchesAny" : { object ( StringList ) } // End of list of possible types for union field operator . } Fields dimension enum ( Dimension ) Applies the filter criterion to the specified dimension. Union field operator . Filter operator to be applied. operator can be only one of the following: matchesAny object ( StringList ) Matches a row if its value for the specified dimension is in one of the values specified in this condition. SortCondition Sorting direction to be applied on a dimension or a metric. JSON representation { "order" : enum ( SortOrder ) , // Union field sort_on can be only one of the following: "dimension" : enum ( Dimension ) , "metric" : enum ( Metric ) // End of list of possible types for union field sort_on . } Fields order enum ( SortOrder ) Sorting order of the dimension or metric. Union field sort_on . Identifies which values to sort on. sort_on can be only one of the following: dimension enum ( Dimension ) Sort by the specified dimension. metric enum ( Metric ) Sort by the specified metric. Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates. Last updated 2025-08-20 UTC. [[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-20 UTC."],[],["This document outlines the process of generating an AdMob Mediation report via an API. The core functionality involves sending a `POST` request to `https://admob.googleapis.com/v1beta/{parent=accounts/*}/mediationReport:generate`. The request body must include a `reportSpec` containing details like `dateRange`, `dimensions`, `metrics`, `dimensionFilters`, `sortConditions`, and `localizationSettings`. The server responds with a stream of data, providing `header`, `row`, and `footer` information in sequence. Authorization requires specific OAuth scopes and only the timeZone \"America/Los_Angeles\" is currently supported.\n"]] Product info Usage limits Pricing Terms of Service Programs Google Developer Program Google Developer Groups Google Developer Experts Accelerators Google Cloud & NVIDIA Developer consoles Google API Console Google Cloud Platform Console Google Play Console Firebase Console Actions on Google Console Cast SDK Developer Console Chrome Web Store Dashboard Google Home Developer Console Android Chrome Firebase Google Cloud Platform Google AI All products Terms Privacy Manage cookies English Deutsch Español Español – América Latina Français Indonesia Italiano Polski Português – Brasil Tiếng Việt Türkçe Русский עברית العربيّة فارسی हिंदी বাংলা ภาษาไทย 中文 – 简体 中文 – 繁體 日本語 한국어
2026-01-13T09:30:12
https://extensionworkshop.com/documentation/publish/add-on-policies/#mozilla-developer-network
Add-on Policies | Firefox Extension Workshop Extension Workshop Extension Basics Getting started Mozilla Developer Network Documentation Topics Develop Firefox Tools User Experience Firefox for Android Port to Firefox Test and debug Getting Started Unique Firefox Capabilities Firefox Workflow Overview About the WebExtensions API Manifest V3 Manifest V3 migration guide What is Manifest V3? Manifest V3 changes Migration checklist Cross-Browser Development Browser Compatibility Namespace Asynchronous API Coverage Manifest keys More information Build cross-browser extensions Firefox Tools Build an extension in 5 minutes Browser Extension Development Tools Boilerplating tools Coding tools Testing and debugging tools Translation tools Tools for Firefox for Android Choosing a Firefox version for extension development Firefox editions Firefox version and their web extension development capabilities Getting started with web-ext Installation Update Using web-ext Check your code Test and debug Package, sign, and publish Use the configuration file Advanced topics See also web-ext v8 command reference What's new Commands web-ext build web-ext docs web-ext dump-config web-ext lint web-ext run web-ext sign Global options Setting option environment variables See also web-ext v7 command reference Commands Global options Setting option environment variables See also Web-ext Webpack plug-in Browser API Polyfill Extensions and the Add-on ID Basic workflow with no add-on ID When do you need an add-on ID? User Experience Build a secure extension Request the right permissions Introduction Advised permissions Avoid unnecessary permissions Request permissions at runtime Add information about permissions to your extensions AMO page Firefox built-in consent for data collection and transmission Taxonomy Specifying data types Accessing the data collection permissions programmatically Updates Best practices for collecting user data consents Know your privacy settings Get prepared Prompt after install Determine your consent flow Your consent dialogs Build an accessible extension Onboard, upboard, offboard users Onboarding Upboarding Offboarding User experience best practices 1. Keep it focused 2. Give users what they need, where they need it 3. Keep the user informed 4. Be Firefoxy in look and feel 5. Great onboarding experience 6. Test, test, and then test again Mobile Differences between desktop and Android extensions Introduction User interface Native application interaction Permissions Storage User experience guidelines for mobile extensions Introduction The basics The extra mile The last mile Developing extensions for Firefox for Android Set up your computer and Android emulator or device Check for Firefox for Android compatibility Install and run your extension in Firefox for Android Debug your extension Manifest V3 compatibility GeckoView Extensions (Android library) Port Your Extension Porting a Google Chrome Extension Debug and Test Debugging Developer tools toolbox Debugging background scripts Debugging options pages Debugging popups Debugging content scripts Debugging sidebars Debugging storage Debugging developer tools pages and panels Debug permission requests Debugging browser restarts Temporary Installation in Firefox Reloading a temporary extension Using the command line Detecting temporary installation Limitations Testing persistent and restart features What is an add-on ID? What is a Firefox profile? Extension behavior in Firefox What do I do to ensure I can test my extension? Test permission requests Permission grant behavior during testing Observe or verify install time permission requests Retest runtime permission grants Testing localizations Known issues Content scripts don't appear in DevTools Extension source don't update in DevTools "Destroyed actor" errors when debugging Android Publish Get your extension signed Distribute your signed extension Promote your extension Policies Add-on Policies No Surprises Content Submission Guidelines Development Practices User Scripts Data Collection and Transmission Disclosure and Control Monetization Security, Compliance and Blocking Add-on Policies FAQ No Surprises Content Submission Guidelines Data Collection and Transmission Disclosure and Control Security, Compliance and Blocking Firefox Add-on Distribution Agreement 1. Introduction 2. Accounts 3. Privacy Policy 4. Distribution, certificates, & review process 5. Your obligations 6. Licenses; proprietary rights 7. Content removal 8. Disclaimer of warranties 9. Limitation of liability 10. Release; indemnification 11. General legal terms Add-ons Blocking Process Security Over Choice Blocking Criteria Developer Outreach Requesting a Block Blocking Other Types of Third Party Software Third Party Library Usage When must links for third-party libraries be provided? How to determine the third-party library link Communicating third-party library links to reviewers What does review rejection mean to users? Review overview Impact of review rejection Blocklisting Sign Signing and distribution overview Signing your add-ons Distributing your add-on Post-submission review More information about AMO Package your extension Windows Mac OSX Linux / Mac OSX Terminal Distribute Distribute Manifest V2 and V3 extensions Distribute pre-release versions Submitting an add-on Listing on AMO Self-distribution Get help Version Rollback Eligibility Roll back using Developer Hub Roll back using the Add-on Submission API Source code submission Provide your extension source code Default reviewer build environment Use of obfuscated code Source code checklist Firefox version compatibility Version compatibility The `browser_specific_settings` key AMO compatibility setting Recommendations Add-on ownership Transfer ownership Code disputes Developer accounts Setting a display name Blocked accounts Issues receiving emails from AMO Self-distribution Self-distribution options Installing self-distributed extensions Preparing your add-on Install from file on a computer Install from file on Android For desktop apps Promote Create an appealing listing Your add-on’s name Create a captivating icon Create a meaningful set of keywords Make sure your summary is just long enough Focus on key features in your screenshots The add-on description can be longer, but not too long Make it local Make it experimental Select the right platforms and versions Categorize well Be prepared to provide support Set up a developer profile Use plain language in any privacy policy or license agreement Gently ask for a review Make use of Markdown Some other points What’s great content and design? Promoting your extension Promote your add-on from your website Friends, family, and colleagues Events and meetups Current users Social media Engage with your users Create a forum, user group, or similar Engage with bloggers and news media Advertising Make money from browser extensions Will I ever be able to sell through AMO? What can't you do What can you do Unsolicited offers How can I maximize my income? Recommended extensions Overview Criteria for Recommended extensions Developer partnership Selection process Manage Stay informed when Firefox changes Publish extension updates Manage authors of your extension Promote your extension Removing your extension from distribution Resources Updating your extension Enabling updates to your extension Manifest structure Testing automatic updating Best practices for updating your extension Monitoring extension usage statistics Accessing the statistics dashboard Tracking external sources Add-on listing example Resources for publishers Retiring your extension Reasons for withdrawing your extension Steps to retiring an extension Suggested retirement timetable Enterprise Developing your enterprise extension Distributing your enterprise extension Enterprise support Manage add-ons for Firefox for Enterprise Install system add-ons for Firefox for Enterprise Enterprise resources Enterprise development Data collection disclosure and consent for enterprise extensions How to add policy support Distributing your policy Enterprise policies that impact extensions Relevant policies Other relevant policies Enterprise distribution Signed vs. unsigned extensions Using an ExtensionSettings policy Bundling add-ons with a custom Firefox Themes Creating themes Using the AMO theme generator Getting started Submitting your theme Updating your theme Static themes Introduction Create a simple static theme Updating static themes Single image themes Multiple image themes Static animated themes Dynamic themes Introduction Creating dynamic themes Publishing dynamic themes Cross-browser compatibility Community Who is part of the community? Connect with the community Get involved in the community Get in touch Community Forum Add-ons Blog Office Hours Stack Overflow Communication Calendar Dev Mailing List Contribute Contribution opportunities Onboard to the WebExtensions codebase Hacking guide for WebExtensions code contributions WebExtensions Experiments Find or create a bug Submit or Manage Extensions Search Submit or Manage Extensions Search Select a section Page Name Extension Basics Getting started Mozilla Developer Network Documentation Topics Develop Firefox Tools User Experience Firefox for Android Port to Firefox Test and debug Getting Started Unique Firefox Capabilities Firefox Workflow Overview About the WebExtensions API Manifest V3 Manifest V3 migration guide What is Manifest V3? Manifest V3 changes Migration checklist Cross-Browser Development Browser Compatibility Namespace Asynchronous API Coverage Manifest keys More information Build cross-browser extensions Firefox Tools Build an extension in 5 minutes Browser Extension Development Tools Boilerplating tools Coding tools Testing and debugging tools Translation tools Tools for Firefox for Android Choosing a Firefox version for extension development Firefox editions Firefox version and their web extension development capabilities Getting started with web-ext Installation Update Using web-ext Check your code Test and debug Package, sign, and publish Use the configuration file Advanced topics See also web-ext v8 command reference What's new Commands web-ext build web-ext docs web-ext dump-config web-ext lint web-ext run web-ext sign Global options Setting option environment variables See also web-ext v7 command reference Commands Global options Setting option environment variables See also Web-ext Webpack plug-in Browser API Polyfill Extensions and the Add-on ID Basic workflow with no add-on ID When do you need an add-on ID? User Experience Build a secure extension Request the right permissions Introduction Advised permissions Avoid unnecessary permissions Request permissions at runtime Add information about permissions to your extensions AMO page Firefox built-in consent for data collection and transmission Taxonomy Specifying data types Accessing the data collection permissions programmatically Updates Best practices for collecting user data consents Know your privacy settings Get prepared Prompt after install Determine your consent flow Your consent dialogs Build an accessible extension Onboard, upboard, offboard users Onboarding Upboarding Offboarding User experience best practices 1. Keep it focused 2. Give users what they need, where they need it 3. Keep the user informed 4. Be Firefoxy in look and feel 5. Great onboarding experience 6. Test, test, and then test again Mobile Differences between desktop and Android extensions Introduction User interface Native application interaction Permissions Storage User experience guidelines for mobile extensions Introduction The basics The extra mile The last mile Developing extensions for Firefox for Android Set up your computer and Android emulator or device Check for Firefox for Android compatibility Install and run your extension in Firefox for Android Debug your extension Manifest V3 compatibility GeckoView Extensions (Android library) Port Your Extension Porting a Google Chrome Extension Debug and Test Debugging Developer tools toolbox Debugging background scripts Debugging options pages Debugging popups Debugging content scripts Debugging sidebars Debugging storage Debugging developer tools pages and panels Debug permission requests Debugging browser restarts Temporary Installation in Firefox Reloading a temporary extension Using the command line Detecting temporary installation Limitations Testing persistent and restart features What is an add-on ID? What is a Firefox profile? Extension behavior in Firefox What do I do to ensure I can test my extension? Test permission requests Permission grant behavior during testing Observe or verify install time permission requests Retest runtime permission grants Testing localizations Known issues Content scripts don't appear in DevTools Extension source don't update in DevTools "Destroyed actor" errors when debugging Android Publish Get your extension signed Distribute your signed extension Promote your extension Policies Add-on Policies No Surprises Content Submission Guidelines Development Practices User Scripts Data Collection and Transmission Disclosure and Control Monetization Security, Compliance and Blocking Add-on Policies FAQ No Surprises Content Submission Guidelines Data Collection and Transmission Disclosure and Control Security, Compliance and Blocking Firefox Add-on Distribution Agreement 1. Introduction 2. Accounts 3. Privacy Policy 4. Distribution, certificates, & review process 5. Your obligations 6. Licenses; proprietary rights 7. Content removal 8. Disclaimer of warranties 9. Limitation of liability 10. Release; indemnification 11. General legal terms Add-ons Blocking Process Security Over Choice Blocking Criteria Developer Outreach Requesting a Block Blocking Other Types of Third Party Software Third Party Library Usage When must links for third-party libraries be provided? How to determine the third-party library link Communicating third-party library links to reviewers What does review rejection mean to users? Review overview Impact of review rejection Blocklisting Sign Signing and distribution overview Signing your add-ons Distributing your add-on Post-submission review More information about AMO Package your extension Windows Mac OSX Linux / Mac OSX Terminal Distribute Distribute Manifest V2 and V3 extensions Distribute pre-release versions Submitting an add-on Listing on AMO Self-distribution Get help Version Rollback Eligibility Roll back using Developer Hub Roll back using the Add-on Submission API Source code submission Provide your extension source code Default reviewer build environment Use of obfuscated code Source code checklist Firefox version compatibility Version compatibility The `browser_specific_settings` key AMO compatibility setting Recommendations Add-on ownership Transfer ownership Code disputes Developer accounts Setting a display name Blocked accounts Issues receiving emails from AMO Self-distribution Self-distribution options Installing self-distributed extensions Preparing your add-on Install from file on a computer Install from file on Android For desktop apps Promote Create an appealing listing Your add-on’s name Create a captivating icon Create a meaningful set of keywords Make sure your summary is just long enough Focus on key features in your screenshots The add-on description can be longer, but not too long Make it local Make it experimental Select the right platforms and versions Categorize well Be prepared to provide support Set up a developer profile Use plain language in any privacy policy or license agreement Gently ask for a review Make use of Markdown Some other points What’s great content and design? Promoting your extension Promote your add-on from your website Friends, family, and colleagues Events and meetups Current users Social media Engage with your users Create a forum, user group, or similar Engage with bloggers and news media Advertising Make money from browser extensions Will I ever be able to sell through AMO? What can't you do What can you do Unsolicited offers How can I maximize my income? Recommended extensions Overview Criteria for Recommended extensions Developer partnership Selection process Manage Stay informed when Firefox changes Publish extension updates Manage authors of your extension Promote your extension Removing your extension from distribution Resources Updating your extension Enabling updates to your extension Manifest structure Testing automatic updating Best practices for updating your extension Monitoring extension usage statistics Accessing the statistics dashboard Tracking external sources Add-on listing example Resources for publishers Retiring your extension Reasons for withdrawing your extension Steps to retiring an extension Suggested retirement timetable Enterprise Developing your enterprise extension Distributing your enterprise extension Enterprise support Manage add-ons for Firefox for Enterprise Install system add-ons for Firefox for Enterprise Enterprise resources Enterprise development Data collection disclosure and consent for enterprise extensions How to add policy support Distributing your policy Enterprise policies that impact extensions Relevant policies Other relevant policies Enterprise distribution Signed vs. unsigned extensions Using an ExtensionSettings policy Bundling add-ons with a custom Firefox Themes Creating themes Using the AMO theme generator Getting started Submitting your theme Updating your theme Static themes Introduction Create a simple static theme Updating static themes Single image themes Multiple image themes Static animated themes Dynamic themes Introduction Creating dynamic themes Publishing dynamic themes Cross-browser compatibility Community Who is part of the community? Connect with the community Get involved in the community Get in touch Community Forum Add-ons Blog Office Hours Stack Overflow Communication Calendar Dev Mailing List Contribute Contribution opportunities Onboard to the WebExtensions codebase Hacking guide for WebExtensions code contributions WebExtensions Experiments Find or create a bug Extension Basics Getting started Mozilla Developer Network Documentation Topics Develop Firefox Tools User Experience Firefox for Android Port to Firefox Test and debug Getting Started Unique Firefox Capabilities Firefox Workflow Overview About the WebExtensions API Manifest V3 Manifest V3 migration guide What is Manifest V3? Manifest V3 changes Migration checklist Cross-Browser Development Browser Compatibility Namespace Asynchronous API Coverage Manifest keys More information Build cross-browser extensions Firefox Tools Build an extension in 5 minutes Browser Extension Development Tools Boilerplating tools Coding tools Testing and debugging tools Translation tools Tools for Firefox for Android Choosing a Firefox version for extension development Firefox editions Firefox version and their web extension development capabilities Getting started with web-ext Installation Update Using web-ext Check your code Test and debug Package, sign, and publish Use the configuration file Advanced topics See also web-ext v8 command reference What's new Commands web-ext build web-ext docs web-ext dump-config web-ext lint web-ext run web-ext sign Global options Setting option environment variables See also web-ext v7 command reference Commands Global options Setting option environment variables See also Web-ext Webpack plug-in Browser API Polyfill Extensions and the Add-on ID Basic workflow with no add-on ID When do you need an add-on ID? User Experience Build a secure extension Request the right permissions Introduction Advised permissions Avoid unnecessary permissions Request permissions at runtime Add information about permissions to your extensions AMO page Firefox built-in consent for data collection and transmission Taxonomy Specifying data types Accessing the data collection permissions programmatically Updates Best practices for collecting user data consents Know your privacy settings Get prepared Prompt after install Determine your consent flow Your consent dialogs Build an accessible extension Onboard, upboard, offboard users Onboarding Upboarding Offboarding User experience best practices 1. Keep it focused 2. Give users what they need, where they need it 3. Keep the user informed 4. Be Firefoxy in look and feel 5. Great onboarding experience 6. Test, test, and then test again Mobile Differences between desktop and Android extensions Introduction User interface Native application interaction Permissions Storage User experience guidelines for mobile extensions Introduction The basics The extra mile The last mile Developing extensions for Firefox for Android Set up your computer and Android emulator or device Check for Firefox for Android compatibility Install and run your extension in Firefox for Android Debug your extension Manifest V3 compatibility GeckoView Extensions (Android library) Port Your Extension Porting a Google Chrome Extension Debug and Test Debugging Developer tools toolbox Debugging background scripts Debugging options pages Debugging popups Debugging content scripts Debugging sidebars Debugging storage Debugging developer tools pages and panels Debug permission requests Debugging browser restarts Temporary Installation in Firefox Reloading a temporary extension Using the command line Detecting temporary installation Limitations Testing persistent and restart features What is an add-on ID? What is a Firefox profile? Extension behavior in Firefox What do I do to ensure I can test my extension? Test permission requests Permission grant behavior during testing Observe or verify install time permission requests Retest runtime permission grants Testing localizations Known issues Content scripts don't appear in DevTools Extension source don't update in DevTools "Destroyed actor" errors when debugging Android Publish Get your extension signed Distribute your signed extension Promote your extension Policies Add-on Policies No Surprises Content Submission Guidelines Development Practices User Scripts Data Collection and Transmission Disclosure and Control Monetization Security, Compliance and Blocking Add-on Policies FAQ No Surprises Content Submission Guidelines Data Collection and Transmission Disclosure and Control Security, Compliance and Blocking Firefox Add-on Distribution Agreement 1. Introduction 2. Accounts 3. Privacy Policy 4. Distribution, certificates, & review process 5. Your obligations 6. Licenses; proprietary rights 7. Content removal 8. Disclaimer of warranties 9. Limitation of liability 10. Release; indemnification 11. General legal terms Add-ons Blocking Process Security Over Choice Blocking Criteria Developer Outreach Requesting a Block Blocking Other Types of Third Party Software Third Party Library Usage When must links for third-party libraries be provided? How to determine the third-party library link Communicating third-party library links to reviewers What does review rejection mean to users? Review overview Impact of review rejection Blocklisting Sign Signing and distribution overview Signing your add-ons Distributing your add-on Post-submission review More information about AMO Package your extension Windows Mac OSX Linux / Mac OSX Terminal Distribute Distribute Manifest V2 and V3 extensions Distribute pre-release versions Submitting an add-on Listing on AMO Self-distribution Get help Version Rollback Eligibility Roll back using Developer Hub Roll back using the Add-on Submission API Source code submission Provide your extension source code Default reviewer build environment Use of obfuscated code Source code checklist Firefox version compatibility Version compatibility The `browser_specific_settings` key AMO compatibility setting Recommendations Add-on ownership Transfer ownership Code disputes Developer accounts Setting a display name Blocked accounts Issues receiving emails from AMO Self-distribution Self-distribution options Installing self-distributed extensions Preparing your add-on Install from file on a computer Install from file on Android For desktop apps Promote Create an appealing listing Your add-on’s name Create a captivating icon Create a meaningful set of keywords Make sure your summary is just long enough Focus on key features in your screenshots The add-on description can be longer, but not too long Make it local Make it experimental Select the right platforms and versions Categorize well Be prepared to provide support Set up a developer profile Use plain language in any privacy policy or license agreement Gently ask for a review Make use of Markdown Some other points What’s great content and design? Promoting your extension Promote your add-on from your website Friends, family, and colleagues Events and meetups Current users Social media Engage with your users Create a forum, user group, or similar Engage with bloggers and news media Advertising Make money from browser extensions Will I ever be able to sell through AMO? What can't you do What can you do Unsolicited offers How can I maximize my income? Recommended extensions Overview Criteria for Recommended extensions Developer partnership Selection process Manage Stay informed when Firefox changes Publish extension updates Manage authors of your extension Promote your extension Removing your extension from distribution Resources Updating your extension Enabling updates to your extension Manifest structure Testing automatic updating Best practices for updating your extension Monitoring extension usage statistics Accessing the statistics dashboard Tracking external sources Add-on listing example Resources for publishers Retiring your extension Reasons for withdrawing your extension Steps to retiring an extension Suggested retirement timetable Enterprise Developing your enterprise extension Distributing your enterprise extension Enterprise support Manage add-ons for Firefox for Enterprise Install system add-ons for Firefox for Enterprise Enterprise resources Enterprise development Data collection disclosure and consent for enterprise extensions How to add policy support Distributing your policy Enterprise policies that impact extensions Relevant policies Other relevant policies Enterprise distribution Signed vs. unsigned extensions Using an ExtensionSettings policy Bundling add-ons with a custom Firefox Themes Creating themes Using the AMO theme generator Getting started Submitting your theme Updating your theme Static themes Introduction Create a simple static theme Updating static themes Single image themes Multiple image themes Static animated themes Dynamic themes Introduction Creating dynamic themes Publishing dynamic themes Cross-browser compatibility Community Who is part of the community? Connect with the community Get involved in the community Get in touch Community Forum Add-ons Blog Office Hours Stack Overflow Communication Calendar Dev Mailing List Contribute Contribution opportunities Onboard to the WebExtensions codebase Hacking guide for WebExtensions code contributions WebExtensions Experiments Find or create a bug Add-on Policies Add-ons extend the core capabilities of Firefox, enabling users to modify and personalize their web experience. A healthy ecosystem, built on trust, is vital for developers to be successful and users to feel safe making Firefox their own. For these reasons, Mozilla requires all add-ons to comply with the following policies. These policies are not intended to serve as legal advice: depending on where you are located, additional requirements may apply. All add-ons are subject to these policies, regardless of how they are distributed. When an add-on is given human review or otherwise assessed by Mozilla, these policies act as guiding principles for those reviews. Add-ons that do not comply with these policies may be rejected or disabled by Mozilla. Contents No Surprises Content Submission Guidelines Development Practices User Scripts Data Collection and Transmission Disclosure and Control Monetization Security, Compliance and Blocking No Surprises Users should be able to easily discern the functionality of your add-on based on the listing, and should not be presented with unexpected user experiences after installing it. The listing should include an easy-to-read description of what the add-on does, and what information it transmits. Please consult our best practices guide for creating an appealing listing . Unexpected features “Unexpected” features are those that are unrelated to the add-on’s primary function, and are not clearly indicated by the add-on name or description. This may include features that impact user privacy or security, make unexpected changes to web content, or change default settings like the new tab page, homepage, or search engine. Any “unexpected” feature(s) must adhere to all of the following requirements: The add-on description must clearly state any changes made by these features. The features must be “opt-in”, meaning the user has to take non-default action to enact the change. Changes prompted by Firefox after the add-on is installed do not require an additional opt-in. The permissions prompt shown when installing an add-on does not alleviate the need for an opt-in. The opt-in interface must clearly state the name of the add-on requesting the change. Content Add-ons that make use of Mozilla trademarks must comply with the Mozilla Trademark Guidelines . If the add-on uses “Firefox” in its name, the naming standard the add-on is expected to follow is “<Add-on name> for Firefox”. In addition, add-ons listed on addons.mozilla.org must adhere to the following policies: All add-ons submitted for listing on addons.mozilla.org are subject to Mozilla’s Acceptable Use Policy . Listings must disclose when payment is required to enable any add-on functionality. Add-ons and their content must conform to the laws of the United States. (Add-ons that violate or have content that violates the law in other jurisdictions may also be removed or have access limited.) If the add-on is a fork of another add-on, the name must clearly distinguish it from the original and provide a significant difference in functionality and/or code. Add-ons with the sole purpose of promoting, installing, loading or launching an outside website, application or add-on are not permitted. Themes that feature low-quality, stretched, or blank images, as well as those themes in which the header image is misaligned, are not permitted. Duplicate themes are not permitted. Submission Guidelines Add-ons must function only as described. During review, the add-on undergoes basic functional testing in addition to code review. To facilitate the functional testing, the add-on author must provide testing information and, if an account is needed for any part of the add-on’s functionality, testing credentials to allow use of the add-on. If corrections have been requested and are submitted as part of a new version, the new version should not contain unrelated changes, as this complicates the review process and can lead to further delays or rejections. Source Code Submission Code must be provided in a way that is reviewable. Add-ons may contain transpiled, minified or otherwise machine-generated code, but Mozilla needs to review a copy of the source code before any of these steps have been applied. The author must provide this information to Mozilla during submission along with instructions on how to reproduce the build. All dependencies must either be included in the source code package directly or downloaded only through the respective official package managers during the build process. Build tools or environments that no longer appear to be supported by their maintainers are not accepted. Reviewers may ask you to refactor parts of the code if it is not reviewable. The provided source code is reviewed by an administrator and is not redistributed in any way. The code is only used for the purpose of reviewing the add-on. Failure to provide this information results in rejection or blocking. Add-ons are not allowed to contain obfuscated code, nor code that hides the purpose of the functionality involved. If external resources are used in combination with add-on code, the functionality of the code must not be obscured. Minification of code with the intent to reduce file size is permitted. Please read our Source Code Submission guidelines to avoid unexpected rejections or blocks. Development Practices In general, developers are free to maintain their add-ons in the manner they choose. However, in order to maintain appropriate data security measures and allow us to effectively review code, we have certain technical requirements that all add-ons must meet. In particular, potentially dangerous APIs may only be used in ways that are demonstrably safe, and code within add-ons that cannot be verified as behaving safely and correctly may need to be refactored. The following requirements are of particular importance: Add-ons must only request those permissions that are necessary for them to function. Add-ons must be self-contained and not load remote code for execution. Add-ons must not load or redirect to a remote new tab page. The new tab page must be contained within the add-on. Add-ons must not relax web page security headers, such as the Content Security Policy. Add-ons must use encryption when transporting data remotely. Add-ons should avoid including redundant code or files. Add-ons must not negatively impact the performance or stability of Firefox. Only release versions of third-party libraries and/or frameworks may be included with an add-on. Modifications to these libraries/frameworks are not permitted. Please read our third party library guidelines to better understand related requirements. User Scripts Usage of the userScripts API is allowed for user script managers only. A user script manager is an extension that allows users to manage website-specific scripts. The userScripts API cannot be used to extend or modify the functionality of the user script manager itself. The user must: Proactively install a user script using an explicit action, for instance a click on a button labeled “Install this user script”. Be able to see which user scripts are currently installed and remove scripts without impacting the extension. Data Collection and Transmission Disclosure and Control Add-ons must limit data transmission to what is necessary for functionality, and must use the data only for the purpose for which it was transmitted. For the purposes of this policy, data transmission refers to any data that is collected, used, transferred, shared, or handled outside of the add-on or the local browser. If the add-on uses native messaging, the Add-on Policies (including those related to user consent and control) apply to any data sent to the native application as well. Prohibited Data Collection and Transmission Search functionality provided or loaded by the add-on must not transmit search terms or intercept searches that are going to a third-party search provider. Transmitting or facilitating the transmission of ancillary information (e.g. any data not required for the add-on’s functionality as stated in the description) is prohibited. The transmission of browsing activity is only permitted as part of the add-on’s primary function. User Consent and Control The user must be provided with a clear way to control the add-on’s data transmission, either through a consent experience created by the add-on developer, or by using Firefox’s built in data collection and transmission consent experience. In the case of add-ons that qualify for implicit consent, under the “Implicit Consent for Self-Evident, Single-Use Extension” policy, installation is the consent. Add-ons installed in an enterprise environment can bypass asking for data collection consent when they are installed by enterprise policy. For more information, refer to the enterprise documentation . If the add-on uses Firefox’s built-in data collection and transmission consent experience, then the browser will bypass this by default. If the add-on is only compatible with Firefox 140 or later and uses Firefox’s built-in data collection and transmission consent experience: It must accurately state the data collection practices in the extension manifest, including when it does not collect data, in line with the Firefox add-on data classification taxonomy . If the add-on is compatible with Firefox 139 and earlier or does not use Firefox’s built-in data collection and transmission consent experience: The user must be provided with a clear way to control the add-on’s data transmission immediately after installation of the add-on. If data transmission starts or changes in an add-on update, or the consent and control is introduced in an update, it must be shown to all new and upgrading users immediately after the update. The data transmission consent and control must be contained within the add-on. The consent experience must: Be unmissable. It is recommended to present it in a new focused tab in the current window. Other ways that could be missed or accidentally hidden, like a popup window, will result in a rejection. Be presented on a single page, including all choices and decision options. Present users with a clear, readable data transmission consent. Information explaining the data transmitted must be prominently stated and not buried or hidden. Avoid deceptive design patterns that make it harder to understand your data transmission policy, including, but not limited to, illegible font sizes, reduced color contrast, hidden options, multi-step consent decline flows, and similar techniques indicative of deceptive design. Clearly state what type of data is being transmitted. Inform about the impact of accepting or declining the data transmission If both personal and technical data is being transmitted, the user must be provided separate choices. If the user declines the transmission, any resulting impact on their experience or use of the add-on must be limited to the data not being available. Please refer to our best practices for advice and examples on how to design and implement a data transmission consent prompt. Personal Data (opt-in) Personally identifiable information can be actively provided by the user or obtained through extension APIs. It includes, but is not limited to names, email addresses, search terms and browsing activity data, as well as access to and placement of cookies. Before an add-on may transmit personal information, it must clearly describe, and the user must affirmatively consent (i.e., explicitly opt-in) to the type of personal data being transmitted. If the primary function of the add-on does not work without transmitting personal data, the add-on must provide a choice for the user to either accept the data transmission or uninstall the add-on. Implicit Consent for Self-Evident, Single-Use Extension Implicit consent applies only to add-ons hosted on addons.mozilla.org when all of the following conditions are satisfied. Otherwise the standard explicit consent rules apply. Conditions Purpose-bounded and user-initiated – Data may be transmitted only as a direct, immediate consequence of a single, deliberate user command (for example, a click or tap) on a clearly labelled control supplied by the browser or the add-on. Any passive, continuous, or background transmission requires explicit consent. Self-evident listing disclosure – The add-ons name and addons.mozilla.org listing must, in combination, make it clear what data will be transmitted and why, consistent with the “No Surprises” policy. Self-evident user interface – At the point of interaction, the in-product UI must plainly signal which data will be sent and to what type of service, so the user can foresee the consequence of their action without additional prompts. Purpose-limited data scope – The transmission: a. is strictly limited to the content element the user acted upon (for example, selected text, current page URL, chosen file or image); and b. must not include persistent identifiers, analytics beacons, cookies, advertising IDs, or any data unrelated to completing the primary function of the add-on. Transmission of certain data requires explicit consent, regardless of the above. For more information, refer to the Firefox add-on data classification taxonomy . Review authority – Mozilla reviewers may require the add-on to obtain explicit user consent if they judge an add-on’s disclosure inadequate or detect attempts to broaden data collection. When all the above conditions are met, invoking the primary function is deemed implicit consent for transmitting the user-supplied data needed to perform that function. No additional dialog needs to be shown at install time. If any other data is transmitted, explicit consent at time of install is required. Technical & User Interaction Data (opt-out) Technical data describes information about the environment the user is running, such as browser settings, platform information and hardware properties. User interaction data includes how the user interacts with Firefox and the installed add-ons, metrics for product improvement, and error information. When an add-on transmits either of these types of information, it must allow the user to disable that data transmission (opt-out) during the initial consent experience. The add-on functionality must not be restricted if the user declines transmission of this data. Additional Privacy Protocols Leaking local or user-specific information to websites or other applications (e.g. through native messaging) is prohibited. Data from private browsing sessions must not be stored. Information that identifies a user across browsing sessions or containers must not be made available to web content. Monetization An add-on injecting advertising into web page content must clearly identify the injected content as originating from the add-on. The inclusion of any cryptocurrency miners in an add-on is prohibited. Modifying web content or facilitating redirects to include affiliate promotion tags is not permitted. Conversely, the inclusion of affiliate promotions in user interface elements that are clearly identified as belonging to the add-on are acceptable. Security, Compliance and Blocking We expect all add-ons, whether hosted on addons.mozilla.org or not, to be secure and well-maintained in how they handle both their own data and their users’ data. They must also securely manage all of their interactions with the web and the browser and the operating system. Policy Enforcement Mozilla may reject or block affected versions or entire add-ons that don’t comply with the above policies, depending on the extent of their non-compliance. Mozilla may attempt to contact the add-on’s developer(s) and provide a reasonable time frame for the problems to be corrected before a block is deployed. If an add-on appears to intentionally or repeatedly violate the policies, or its developers have proven unreachable, unresponsive, or uncooperative, blocking may be immediate. Mozilla reserves the right to block or delete any developer’s account on addons.mozilla.org, thereby preventing further use of the service, for certain violations of Mozilla’s policies. For more information about rejection and blocking, see What does review rejection mean to users? Tags:   add-ons   review   policies   Contributors:   kewisch   rebloor   wagnerand   atsay   jvillalobos   wbamberg   kmaglione   dotproto   Last update:   dotproto   Sep 17, 2025 Up Next Publish Add-on Policies FAQ Publish Firefox Add-on Distribution Agreement Publish Add-ons Blocking Process Documentation Topics Develop Publish Manage Enterprise Themes Connect With Us Twitter For developers: @mozamo For end users: @rockyourfirefox More Matrix Community forum Extensions Developer Newsletter Stay up-to-date on news and events for Firefox extension developers. Email Address I’m okay with Mozilla handling my info as explained in this Privacy Notice . Sign up Thanks! Please check your inbox to confirm your subscription. If you haven’t previously confirmed a subscription to a Mozilla-related newsletter you may have to do so. Please check your inbox or your spam filter for an email from us. Mozilla Add-ons About Blog Developer Hub Developer Policies Forum Firefox Download Firefox Desktop Mobile Features Beta, Nightly, Developer Edition Twitter (@firefox) YouTube (firefoxchannel) Github (mozilla) Website Privacy Notice Cookies Legal Edit this page on GitHub Portions of this content are ©1998–2025 by individual mozilla.org contributors. Content available under a Creative Commons license .
2026-01-13T09:30:12
https://developers.cloudflare.com/ai-gateway/usage/providers/mistral/
Mistral AI · Cloudflare AI Gateway docs Skip to content Cloudflare Docs Search Docs Directory APIs SDKs Help Log in Select theme Dark Light Auto AI Gateway No results found. Try a different search term, or use our global search . Overview Getting started Using AI Gateway Unified API (OpenAI compat) Provider Native Workers AI Amazon Bedrock Anthropic Azure OpenAI Baseten Cartesia Cerebras Cohere Deepgram DeepSeek ElevenLabs Fal AI Google AI Studio Google Vertex AI Groq HuggingFace Ideogram Mistral AI OpenAI OpenRouter Parallel Perplexity Replicate xAI WebSockets API Beta Overview Realtime WebSockets API Non-realtime WebSockets API Features Overview Unified Billing Caching Rate limiting Dynamic routing Beta Overview Using a dynamic route JSON Configuration Data Loss Prevention (DLP) Beta Overview Set up Data Loss Prevention (DLP) Guardrails Beta Overview Set up Guardrails Supported model types Usage considerations Configuration BYOK (Store Keys) Beta Custom costs Custom Providers Beta Manage gateways Request handling Authenticated Gateway Observability Costs Custom metadata Analytics Logging Overview Workers Logpush Integrations Vercel AI SDK Agents ↗ AI Gateway Binding Methods Workers AI Tutorials Platform Overview Limits Pricing Audit logs Changelog Header Glossary REST API reference ↗ API MCP server ↗ MCP AI Assistant ↗ Architectures LLM resources llms.txt prompt.txt AI Gateway llms-full.txt Developer Platform llms-full.txt GitHub X.com YouTube Select theme Dark Light Auto On this page Overview Endpoint Prerequisites URL structure Examples cURL Use @mistralai/mistralai package with JavaScript OpenAI-Compatible Endpoint On this page Overview Endpoint Prerequisites URL structure Examples cURL Use @mistralai/mistralai package with JavaScript OpenAI-Compatible Endpoint Was this helpful? Edit Issue Directory … AI Gateway Using AI Gateway Provider Native Mistral AI Copy page Mistral AI Mistral AI ↗ helps you build quickly with Mistral's advanced AI models. Endpoint https://gateway.ai.cloudflare.com/v1/{account_id}/{gateway_id}/mistral Prerequisites When making requests to the Mistral AI, you will need: AI Gateway Account ID AI Gateway gateway name Mistral AI API token Mistral AI model name URL structure Your new base URL will use the data above in this structure: https://gateway.ai.cloudflare.com/v1/{account_id}/{gateway_id}/mistral/ . Then you can append the endpoint you want to hit, for example: v1/chat/completions So your final URL will come together as: https://gateway.ai.cloudflare.com/v1/{account_id}/{gateway_id}/mistral/v1/chat/completions . Examples cURL Example fetch request curl -X POST https://gateway.ai.cloudflare.com/v1/{account_id}/{gateway_id}/mistral/v1/chat/completions \ --header 'content-type: application/json' \ --header 'Authorization: Bearer MISTRAL_TOKEN' \ --data '{ "model": "mistral-large-latest", "messages": [ { "role": "user", "content": "What is Cloudflare?" } ] }' Use @mistralai/mistralai package with JavaScript If you are using the @mistralai/mistralai package, you can set your endpoint like this: JavaScript example import { Mistral } from "@mistralai/mistralai" ; const client = new Mistral ( { apiKey : MISTRAL_TOKEN , serverURL : `https://gateway.ai.cloudflare.com/v1/{account_id}/{gateway_id}/mistral` , } ) ; await client . chat . create ( { model : "mistral-large-latest" , messages : [ { role : "user" , content : "What is Cloudflare?" , }, ] , } ) ; OpenAI-Compatible Endpoint You can also use the OpenAI-compatible endpoint ( /ai-gateway/usage/chat-completion/ ) to access Mistral models using the OpenAI API schema. To do so, send your requests to: https://gateway.ai.cloudflare.com/v1/{account_id}/{gateway_id}/compat/chat/completions Specify: { " model " : "mistral/{model}" } Was this helpful? Edit page Last updated: Nov 24, 2025 Previous Ideogram Next OpenAI Resources API New to Cloudflare? Directory Sponsorships Open Source Support Help Center System Status Compliance GDPR Company cloudflare.com Our team Careers Tools Cloudflare Radar Speed Test Is BGP Safe Yet? RPKI Toolkit Certificate Transparency Community X Discord YouTube GitHub © 2026 Cloudflare, Inc. Privacy Policy Terms of Use Report Security Issues Trademark Cookie Settings
2026-01-13T09:30:12
https://www.headspace.com/content/course/basics/1
Learn to Meditate Properly: Meditation Basics | Headspace Get 40% off for your best year → Meditate Focus New and Popular Plans For business About Help Log in Try for free Try for free Course Learn the Basics of Meditation Learn the Basics of Meditation Live happier and healthier by learning the fundamentals of meditation and mindfulness. Try 14 days free Play Sample Share: Better mental health starts with Headspace. Unrivaled expertise to make life feel a little easier, using guided meditations, mindfulness tips, focus tools, sleep support, and dedicated programs. Try 14 days free Transcript Hi, over the next 10 sessions, I'm gonna show you a really simple way of getting some more headspace in your life. Don't worry if you've never done anything like this before. This is a really straightforward technique, and I'm gonna talk you through every step of the way. But all you need to do right now is to sit back and relax, so make sure that you're sitting comfortably. I'd actually like you to begin with your eyes open. And just taking a big, deep breath, breathing in through the nose and out through the mouth. As you breathe in, just feeling the lungs expand as they fill with air. And as you breathe out, just feeling the body soften a little bit as you gently close the eyes. And you can just allow the breath to return to its natural rhythm, in and out of the nose. And as you pause for a moment, just noticing the feeling of the body, the weight of the body pressing down against the seat beneath you, contact of the feet on the floor, the hands and the arms on the legs, noticing any sounds around you. And as you pause, just noticing how the body feels, starting to notice how the body's breathing, that movement of breath in the body. So some people feel it in the stomach, for others it's in the chest or around the diaphragm, not breathing in any special way. We're just starting to notice that rising and falling sensation. If you can't feel anything, just gently placing your hand on the stomach. Now, as you follow that movement, the mind will wander away almost inevitably. No problem if it does, perfectly natural. But as soon as you realize it's wandered, just acknowledging that, letting it go, and just coming back again to that rising and falling sensation. And then just from a moment now letting go of any focus on the breath, just letting the mind do whatever it wants, just for a few seconds. If it wants to think, let it think. And then bringing the attention back to the body, back to that feeling of contact, back to any sounds around you. And you can just gently open your eyes in your own time. So how does it feel having taken a few minutes out of the day? Does the body feel any different? Does the mind feel any different? Don't worry if there's still lots of thoughts running around. That's perfectly normal. Remember this is a skill we're learning, and it takes a little bit of time. But before you do jump up, before you get on with things, just take a few moments just to appreciate that feeling, to really acknowledge what it's like to take some time out, to allow the body and the mind to unwind. And I'll look forward to seeing you back here soon for session two.... Details Type Course # of sessions 10 Duration 3-10 min About your teachers Andy Puddicome Headspace Co-founder A former Buddhist monk, Andy has guided people in meditation and mindfulness for 20 years. In his mission to make these practices accessible to all, he co-created the Headspace app in 2010. More about Andy Eve Lewis Prieto Headspace Director of Meditation Eve is a mindfulness teacher, overseeing Headspace’s meditation curriculum. She is passionate about sharing meditation to help others feel less stressed and experience more compassion in their lives. More about Eve Dora Kamau Meditation Teacher As a meditation teacher, Dora encourages others to live, breathe, and be with the fullness of their experiences. She loves meditation’s power to create community and bring clarity to people’s minds. More about Dora Kessonga Giscombe Meditation Teacher Kessonga has been an acupuncturists, therapist, and meditation teacher, working to bring mindfulness to the diverse populations of the world. More about Kessonga Rosie Acosta Meditation Teacher Rosie Acosta has studied yoga and mindfulness for more than 20 years and taught for over a decade. Rosie’s mission is to help others overcome adversity and experience radical love. More about Rosie Your lifelong guide to better mental health Stress, sleep, and all the challenging emotions — care for your mind with the everyday mental health app that's shown to make a difference. Try 14 days free Look after your mind Proven guided meditations and programs to help you stress less, sleep more soundly, and better navigate life’s challenges Science-backed Studies show that using Headspace for 30 days can reduce stress, increase resilience, and improve overall well-being Explore 1000+ 
expert-led exercises Access our library of meditations, breathing exercises, and guidance videos for stress, sleep, focus, everyday anxiety , parenting, and more. Members are enjoying happier and healthier lives Related to 'Basics' Basics 2 Course • 10-15 min Start to deepen your practice. Basics 3 Course • 10-20 min Practice applying mindfulness to everyday life. More to explore Beginning Meditation Reframe Stress and Relax New and Popular Becoming a Mindful Parent Frequently asked questions How to meditate properly When we first learn to meditate , there really is no “ how to meditate properly ” guide because there is no fixed method. Our recommendation is to find a quiet space, sit on the floor or a hard-backed chair, and adopt a comfortable posture where you can feel relaxed without feeling sleepy. You then close your eyes, take some slow, long, inhales and exhales to anchor yourself in the moment, and then simply follow the natural rhythm of your breath. It is the breath that becomes your object of focus. Each time you are distracted by a thought, or the mind wanders into imagination, you notice that wandering and return your attention to the breath. It’s as simple as that. Rinse and repeat every time … and that’s how your awareness grows. How do beginners start meditating? Beginners start meditating by usually going to a beginners’ class or, more commonly these days, using a meditation app . At Headspace, we always encourage beginners to learn to meditate with the Basics course so they become familiar with the practice, approach, and teachings. This way, you learn the ropes — the basics — in your own time, using a teacher as your step by step guide. The Basics course is also a good way to set the foundations for your meditation practice. Where can I learn to meditate? These days, there seems to be only one answer to the question “Where can I learn to meditate?” Millions of people the world over are turning to apps like Headspace because it’s like having a meditation teacher in your pocket, available 24/7, working to your schedule. Of course, local classes and personal tuition are other options but, even then, an app like Headspace allows you to practice in between classes/sessions to hone your skills. Can I learn to meditate on my own? Anyone can learn to meditate on their own — that’s why Headspace was first created, to provide guided meditations from experienced teachers, allowing members to practice in private, in their own time, in their own place, using only their smartphone. Why learn to meditate? When people ask “Why learn to meditate?”, the answer can be found in the science. Meditation has been shown to reduce stress and everyday anxiety symptoms while improving focus, resilience, and compassion. By focusing on one thing — the breath — you are teaching yourself to focus in real life on one thing, be that a person, a conversation, a task, or a project. So not only are you learning a new life skill that will get you noticed for your presence, you are cultivating more calm, clarity, focus, strength of mind, and kindness … and who wouldn’t want a little more of all that? It’s why Headspace members often start with the Basics course, learning to meditate for as little as 10 minutes a day. Legals Terms & conditions Privacy policy Consumer Health Data Your privacy choices CA Privacy Notice © 2026 Headspace Inc. Terms & conditions Privacy policy Consumer Health Data Your privacy choices CA Privacy Notice {"props":{"pageProps":{"dehydratedState":{"mutations":[],"queries":[]},"initializeExperiment":false,"page":{"sys":{"id":"4ctCNtXttfWeqNlLcYAbnT","createdAt":"2024-05-01T21:02:11.263Z","updatedAt":"2025-07-10T02:39:31.018Z","contentType":{"sys":{"id":"marketingPageLanding"}}},"fields":{"contentfulTitle":"SEO Content Hub [Individual Content Pages]","route":"/content/*","includeThisUrlInTheSitemap":false,"modules":[{"sys":{"id":"xZSZWl5qnQ1UwSuKGAtOb","createdAt":"2024-05-01T21:02:15.503Z","updatedAt":"2024-05-01T21:02:15.503Z","contentType":{"sys":{"id":"marketingModuleExternalDataModule"}}},"fields":{"moduleId":"customModuleContentLandingPageMetadata"}},{"sys":{"id":"yuluVGXVqP3scfN5lMHjd","createdAt":"2024-05-02T20:35:39.169Z","updatedAt":"2024-05-02T20:35:39.169Z","contentType":{"sys":{"id":"marketingModuleConditionalModuleWrapper"}}},"fields":{"conditionName":"Top 21 Content - Metadata - Sleep","module":{"sys":{"id":"7l6LX0nD2D1ylS5cGrmApp","createdAt":"2024-05-02T20:35:39.186Z","updatedAt":"2024-10-04T18:31:35.353Z","contentType":{"sys":{"id":"marketingMetadata"}}},"fields":{"contentfulTitle":"Top 21 Content - Sleep - Metadata","title":"Guided Sleep Meditations | Headspace","description":"Create the inner and outer conditions you need for a truly restful night with meditation for sleep.","url":"/content/course/sleep/133","canonicalUrl":"https://www.headspace.com/content/course/sleep/133","image":{"sys":{"id":"4weqBNli7Cin122pqZ4LsU","createdAt":"2024-05-17T19:12:34.499Z","updatedAt":"2024-05-17T19:12:34.499Z","contentType":{"sys":{}}},"fields":{"title":"Visuals for sleep meditation","description":"","file":{"url":"//images.ctfassets.net/v3n26e09qg2r/4weqBNli7Cin122pqZ4LsU/5165d2e9d58ec87de3ba07f536dd0113/illus_course_sleep_library-header_20180730_rc__1533234486936.png","details":{"size":136493,"image":{"width":1000,"height":667}},"fileName":"illus_course_sleep_library-header_20180730_rc__1533234486936.png","contentType":"image/png"}}},"noIndexNoFollow":false,"rootMetaTags":{"sys":{"id":"3KEmfL6KRauduY4rmzSSnc","createdAt":"2020-10-09T10:02:11.345Z","updatedAt":"2026-01-12T17:25:23.872Z","contentType":{"sys":{"id":"marketingListGroup"}}},"fields":{"contentfulTitle":"Marketing: Meta Tags - Root ","items":[{"sys":{"id":"1w5aAWY58UuOikXAjx4d2p","createdAt":"2020-10-09T10:01:03.797Z","updatedAt":"2026-01-12T17:25:23.895Z","contentType":{"sys":{"id":"marketingMetaTag"}}},"fields":{"contentfulTitle":"Marketing: Meta Tag - Android: App Name","attributeName":"property","attributeValue":"al:android:app_name","contentValue":"Headspace"}},{"sys":{"id":"4CC6l2elN5yQR1VXWHnS1J","createdAt":"2020-10-09T10:01:11.513Z","updatedAt":"2026-01-12T17:25:23.922Z","contentType":{"sys":{"id":"marketingMetaTag"}}},"fields":{"contentfulTitle":"Marketing: Meta Tag - Android Package","attributeName":"property","attributeValue":"al:android:package","contentValue":"com.getsomeheadspace.android"}},{"sys":{"id":"6dlziNzAmYzVT2VMZALQ3i","createdAt":"2020-10-09T10:01:19.101Z","updatedAt":"2026-01-12T17:25:23.943Z","contentType":{"sys":{"id":"marketingMetaTag"}}},"fields":{"contentfulTitle":"Marketing: Meta Tag - Google Site Verification","attributeName":"name","attributeValue":"google-site-verification","contentValue":"8MHEVcRWUpO_2eKypqaF2RCL-KdKoGy1_3S6S2oaJcM"}},{"sys":{"id":"6G6brw98pQ5GO1orIaqK76","createdAt":"2020-10-09T10:01:26.465Z","updatedAt":"2026-01-12T17:25:23.972Z","contentType":{"sys":{"id":"marketingMetaTag"}}},"fields":{"contentfulTitle":"Marketing: Meta Tag - IOS: App Name","attributeName":"property","attributeValue":"al:ios:app_name","contentValue":"Headspace"}},{"sys":{"id":"3mDVw2NVownCXcBBtcQnq9","createdAt":"2020-10-09T10:01:33.990Z","updatedAt":"2026-01-12T17:25:24.001Z","contentType":{"sys":{"id":"marketingMetaTag"}}},"fields":{"contentfulTitle":"Marketing: Meta Tag - IOS: App Store Id","attributeName":"property","attributeValue":"al:ios:app_store_id","contentValue":"493145008"}},{"sys":{"id":"4IFkVfau8dg6eSt886yRXZ","createdAt":"2020-10-09T10:01:40.450Z","updatedAt":"2026-01-12T17:25:24.019Z","contentType":{"sys":{"id":"marketingMetaTag"}}},"fields":{"contentfulTitle":"Marketing: Meta Tag - OG: Site Name","attributeName":"property","attributeValue":"og:site_name","contentValue":"Headspace"}},{"sys":{"id":"7DTVEdBjehk8AZUImYJoTB","createdAt":"2020-10-09T10:01:45.974Z","updatedAt":"2026-01-12T17:25:24.038Z","contentType":{"sys":{"id":"marketingMetaTag"}}},"fields":{"contentfulTitle":"Marketing: Meta Tag - OG: Type","attributeName":"property","attributeValue":"og:type","contentValue":"website"}},{"sys":{"id":"4hpWn4RfMal4mIK1uAdlFb","createdAt":"2020-10-09T10:01:51.512Z","updatedAt":"2026-01-12T17:25:24.056Z","contentType":{"sys":{"id":"marketingMetaTag"}}},"fields":{"contentfulTitle":"Marketing: Meta Tag - Twitter site","attributeName":"name","attributeValue":"twitter:site","contentValue":"@headspace"}},{"sys":{"id":"4PrZ9dSoStR94csWSzwSAm","createdAt":"2020-10-09T10:01:55.598Z","updatedAt":"2026-01-12T17:25:24.075Z","contentType":{"sys":{"id":"marketingMetaTag"}}},"fields":{"contentfulTitle":"Marketing: Meta Tag - Twitter card","attributeName":"name","attributeValue":"twitter:card","contentValue":"summary"}},{"sys":{"id":"2wP0bAKoEyMhNZOU6eE3UY","createdAt":"2024-09-10T19:24:57.608Z","updatedAt":"2026-01-12T17:25:24.097Z","contentType":{"sys":{"id":"marketingMetaTag"}}},"fields":{"contentfulTitle":"Marketing: Meta Tag - OG: Image","attributeName":"property","attributeValue":"og:image","contentValue":"https://images.ctfassets.net/v3n26e09qg2r/4NcF0eXixKLYQFKIQ0pXWV/802a953e11a4f70ef3c5aaf8df27dbfc/Headspace_Opengraph.png"}}]}},"gdprFields":{"sys":{"id":"4CpFWBl088LnbSjQTXX3V2","createdAt":"2020-10-20T14:31:01.308Z","updatedAt":"2026-01-12T17:25:24.155Z","contentType":{"sys":{"id":"marketingGdpr"}}},"fields":{"contentfulTitle":"Marketing: GDPR","title":"A note about cookies","description":"We’d like to use some non-essential cookies (electronic, not dough-based) to perform business activities such as analyzing your activities on our website to improve the Headspace platform, or to personalise the ads you see on sites like Facebook, Instagram or Google.\n\nPlease let us know types of cookies you’d be okay with us using:","analyticsCookie":"__Analytics Cookies__ - these cookies collect information about how visitors use the website, which site the user came from, the number of each user’s visits, and how long a user stays on the website. We might also use analytics cookies to test new ads, pages, or features to see how users react to them.","marketingCookie":"__Marketing Cookies__ - these cookies are placed by third-party advertising platforms to deliver ads and track ad performance, enabling advertising networks to deliver ads that may be relevant to you. For example, these cookies remember which browsers have visited the website. They may use information about your visit to show you ads that you may be interested in.","button":{"sys":{"id":"3HzeL9ajPZcdyLDHeHwDYZ","createdAt":"2020-10-20T14:30:46.841Z","updatedAt":"2026-01-12T17:25:24.361Z","contentType":{"sys":{"id":"marketingButton"}}},"fields":{"contentfulTitle":"Marketing: GDPR Submit","cta":"Submit"}},"optOutText":"For more info or to opt-out of advertising cookies, you can always visit our cookie policy."}}}},"conditionId":"Content ID","conditionBoolean":true,"conditionList":["133"]}},{"sys":{"id":"2AQeyZgLb5XDOMGHP0sGcp","createdAt":"2024-05-02T20:35:39.246Z","updatedAt":"2024-05-02T20:35:39.246Z","contentType":{"sys":{"id":"marketingModuleConditionalModuleWrapper"}}},"fields":{"conditionName":"Top 21 Content - Metadata - Guided","module":{"sys":{"id":"1OIr6iZSLSXMffYAWhtHgm","createdAt":"2024-05-02T20:35:39.263Z","updatedAt":"2025-07-08T15:11:04.513Z","contentType":{"sys":{"id":"marketingMetadata"}}},"fields":{"contentfulTitle":"Top 21 Content - Guided - Metadata","title":"Guided Meditation | Headspace","description":"This guided meditation is an opportunity to unwind the mind for longer while focusing on the breath and letting go of thoughts as they come and go.","url":"/content/meditation/guided/7","canonicalUrl":"https://www.headspace.com/content/meditation/guided/7","image":{"sys":{"id":"k77p2oWwjtEKbqGBPuqYr","createdAt":"2024-05-13T21:34:11.058Z","updatedAt":"2024-05-13T21:34:11.058Z","contentType":{"sys":{}}},"fields":{"title":"Guided meditation imagery","description":"","file":{"url":"//images.ctfassets.net/v3n26e09qg2r/k77p2oWwjtEKbqGBPuqYr/dd61c8bb25a8706d953aaa82ff1daf08/download-image.png","details":{"size":221727,"image":{"width":1000,"height":667}},"fileName":"download-image.png","contentType":"image/png"}}},"noIndexNoFollow":false,"rootMetaTags":{"sys":{"id":"3KEmfL6KRauduY4rmzSSnc","createdAt":"2020-10-09T10:02:11.345Z","updatedAt":"2026-01-12T17:25:23.872Z","contentType":{"sys":{"id":"marketingListGroup"}}},"fields":{"contentfulTitle":"Marketing: Meta Tags - Root ","items":[{"sys":{"id":"1w5aAWY58UuOikXAjx4d2p","createdAt":"2020-10-09T10:01:03.797Z","updatedAt":"2026-01-12T17:25:23.895Z","contentType":{"sys":{"id":"marketingMetaTag"}}},"fields":{"contentfulTitle":"Marketing: Meta Tag - Android: App Name","attributeName":"property","attributeValue":"al:android:app_name","contentValue":"Headspace"}},{"sys":{"id":"4CC6l2elN5yQR1VXWHnS1J","createdAt":"2020-10-09T10:01:11.513Z","updatedAt":"2026-01-12T17:25:23.922Z","contentType":{"sys":{"id":"marketingMetaTag"}}},"fields":{"contentfulTitle":"Marketing: Meta Tag - Android Package","attributeName":"property","attributeValue":"al:android:package","contentValue":"com.getsomeheadspace.android"}},{"sys":{"id":"6dlziNzAmYzVT2VMZALQ3i","createdAt":"2020-10-09T10:01:19.101Z","updatedAt":"2026-01-12T17:25:23.943Z","contentType":{"sys":{"id":"marketingMetaTag"}}},"fields":{"contentfulTitle":"Marketing: Meta Tag - Google Site Verification","attributeName":"name","attributeValue":"google-site-verification","contentValue":"8MHEVcRWUpO_2eKypqaF2RCL-KdKoGy1_3S6S2oaJcM"}},{"sys":{"id":"6G6brw98pQ5GO1orIaqK76","createdAt":"2020-10-09T10:01:26.465Z","updatedAt":"2026-01-12T17:25:23.972Z","contentType":{"sys":{"id":"marketingMetaTag"}}},"fields":{"contentfulTitle":"Marketing: Meta Tag - IOS: App Name","attributeName":"property","attributeValue":"al:ios:app_name","contentValue":"Headspace"}},{"sys":{"id":"3mDVw2NVownCXcBBtcQnq9","createdAt":"2020-10-09T10:01:33.990Z","updatedAt":"2026-01-12T17:25:24.001Z","contentType":{"sys":{"id":"marketingMetaTag"}}},"fields":{"contentfulTitle":"Marketing: Meta Tag - IOS: App Store Id","attributeName":"property","attributeValue":"al:ios:app_store_id","contentValue":"493145008"}},{"sys":{"id":"4IFkVfau8dg6eSt886yRXZ","createdAt":"2020-10-09T10:01:40.450Z","updatedAt":"2026-01-12T17:25:24.019Z","contentType":{"sys":{"id":"marketingMetaTag"}}},"fields":{"contentfulTitle":"Marketing: Meta Tag - OG: Site Name","attributeName":"property","attributeValue":"og:site_name","contentValue":"Headspace"}},{"sys":{"id":"7DTVEdBjehk8AZUImYJoTB","createdAt":"2020-10-09T10:01:45.974Z","updatedAt":"2026-01-12T17:25:24.038Z","contentType":{"sys":{"id":"marketingMetaTag"}}},"fields":{"contentfulTitle":"Marketing: Meta Tag - OG: Type","attributeName":"property","attributeValue":"og:type","contentValue":"website"}},{"sys":{"id":"4hpWn4RfMal4mIK1uAdlFb","createdAt":"2020-10-09T10:01:51.512Z","updatedAt":"2026-01-12T17:25:24.056Z","contentType":{"sys":{"id":"marketingMetaTag"}}},"fields":{"contentfulTitle":"Marketing: Meta Tag - Twitter site","attributeName":"name","attributeValue":"twitter:site","contentValue":"@headspace"}},{"sys":{"id":"4PrZ9dSoStR94csWSzwSAm","createdAt":"2020-10-09T10:01:55.598Z","updatedAt":"2026-01-12T17:25:24.075Z","contentType":{"sys":{"id":"marketingMetaTag"}}},"fields":{"contentfulTitle":"Marketing: Meta Tag - Twitter card","attributeName":"name","attributeValue":"twitter:card","contentValue":"summary"}},{"sys":{"id":"2wP0bAKoEyMhNZOU6eE3UY","createdAt":"2024-09-10T19:24:57.608Z","updatedAt":"2026-01-12T17:25:24.097Z","contentType":{"sys":{"id":"marketingMetaTag"}}},"fields":{"contentfulTitle":"Marketing: Meta Tag - OG: Image","attributeName":"property","attributeValue":"og:image","contentValue":"https://images.ctfassets.net/v3n26e09qg2r/4NcF0eXixKLYQFKIQ0pXWV/802a953e11a4f70ef3c5aaf8df27dbfc/Headspace_Opengraph.png"}}]}},"gdprFields":{"sys":{"id":"4CpFWBl088LnbSjQTXX3V2","createdAt":"2020-10-20T14:31:01.308Z","updatedAt":"2026-01-12T17:25:24.155Z","contentType":{"sys":{"id":"marketingGdpr"}}},"fields":{"contentfulTitle":"Marketing: GDPR","title":"A note about cookies","description":"We’d like to use some non-essential cookies (electronic, not dough-based) to perform business activities such as analyzing your activities on our website to improve the Headspace platform, or to personalise the ads you see on sites like Facebook, Instagram or Google.\n\nPlease let us know types of cookies you’d be okay with us using:","analyticsCookie":"__Analytics Cookies__ - these cookies collect information about how visitors use the website, which site the user came from, the number of each user’s visits, and how long a user stays on the website. We might also use analytics cookies to test new ads, pages, or features to see how users react to them.","marketingCookie":"__Marketing Cookies__ - these cookies are placed by third-party advertising platforms to deliver ads and track ad performance, enabling advertising networks to deliver ads that may be relevant to you. For example, these cookies remember which browsers have visited the website. They may use information about your visit to show you ads that you may be interested in.","button":{"sys":{"id":"3HzeL9ajPZcdyLDHeHwDYZ","createdAt":"2020-10-20T14:30:46.841Z","updatedAt":"2026-01-12T17:25:24.361Z","contentType":{"sys":{"id":"marketingButton"}}},"fields":{"contentfulTitle":"Marketing: GDPR Submit","cta":"Submit"}},"optOutText":"For more info or to opt-out of advertising cookies, you can always visit our cookie policy."}}}},"conditionId":"Content ID","conditionBoolean":true,"conditionList":["7"]}},{"sys":{"id":"4hm6lnknFzhJ4w2h35jlSG","createdAt":"2024-05-02T20:35:39.436Z","updatedAt":"2024-05-02T20:35:39.436Z","contentType":{"sys":{"id":"marketingModuleConditionalModuleWrapper"}}},"fields":{"conditionName":"Top 21 Content - Metadata - Box Breathing","module":{"sys":{"id":"7zBJQWq0O94RIAwVpojMOx","createdAt":"2024-05-02T20:35:39.717Z","updatedAt":"2025-07-08T15:11:04.693Z","contentType":{"sys":{"id":"marketingMetadata"}}},"fields":{"contentfulTitle":"Top 21 Content - Box Breathing - Metadata","title":"Box Breathing - Mindful Activity | Headspace","description":"Find your focus in minutes with box breathing.","url":"/content/mindful-activity/box-breathing/5647","canonicalUrl":"https://www.headspace.com/content/mindful-activity/box-breathing/5647","image":{"sys":{"id":"2dv3aSk5nadzIX4OWZ1DAm","createdAt":"2024-05-13T21:37:41.958Z","updatedAt":"2024-05-13T21:37:41.958Z","contentType":{"sys":{}}},"fields":{"title":"Box breathing imagery","description":"","file":{"url":"//images.ctfassets.net/v3n26e09qg2r/2dv3aSk5nadzIX4OWZ1DAm/dbe52799ee9015deb4859dbf6611c47e/download-image.png","details":{"size":25858,"image":{"width":1000,"height":667}},"fileName":"download-image.png","contentType":"image/png"}}},"noIndexNoFollow":false,"rootMetaTags":{"sys":{"id":"3KEmfL6KRauduY4rmzSSnc","createdAt":"2020-10-09T10:02:11.345Z","updatedAt":"2026-01-12T17:25:23.872Z","contentType":{"sys":{"id":"marketingListGroup"}}},"fields":{"contentfulTitle":"Marketing: Meta Tags - Root ","items":[{"sys":{"id":"1w5aAWY58UuOikXAjx4d2p","createdAt":"2020-10-09T10:01:03.797Z","updatedAt":"2026-01-12T17:25:23.895Z","contentType":{"sys":{"id":"marketingMetaTag"}}},"fields":{"contentfulTitle":"Marketing: Meta Tag - Android: App Name","attributeName":"property","attributeValue":"al:android:app_name","contentValue":"Headspace"}},{"sys":{"id":"4CC6l2elN5yQR1VXWHnS1J","createdAt":"2020-10-09T10:01:11.513Z","updatedAt":"2026-01-12T17:25:23.922Z","contentType":{"sys":{"id":"marketingMetaTag"}}},"fields":{"contentfulTitle":"Marketing: Meta Tag - Android Package","attributeName":"property","attributeValue":"al:android:package","contentValue":"com.getsomeheadspace.android"}},{"sys":{"id":"6dlziNzAmYzVT2VMZALQ3i","createdAt":"2020-10-09T10:01:19.101Z","updatedAt":"2026-01-12T17:25:23.943Z","contentType":{"sys":{"id":"marketingMetaTag"}}},"fields":{"contentfulTitle":"Marketing: Meta Tag - Google Site Verification","attributeName":"name","attributeValue":"google-site-verification","contentValue":"8MHEVcRWUpO_2eKypqaF2RCL-KdKoGy1_3S6S2oaJcM"}},{"sys":{"id":"6G6brw98pQ5GO1orIaqK76","createdAt":"2020-10-09T10:01:26.465Z","updatedAt":"2026-01-12T17:25:23.972Z","contentType":{"sys":{"id":"marketingMetaTag"}}},"fields":{"contentfulTitle":"Marketing: Meta Tag - IOS: App Name","attributeName":"property","attributeValue":"al:ios:app_name","contentValue":"Headspace"}},{"sys":{"id":"3mDVw2NVownCXcBBtcQnq9","createdAt":"2020-10-09T10:01:33.990Z","updatedAt":"2026-01-12T17:25:24.001Z","contentType":{"sys":{"id":"marketingMetaTag"}}},"fields":{"contentfulTitle":"Marketing: Meta Tag - IOS: App Store Id","attributeName":"property","attributeValue":"al:ios:app_store_id","contentValue":"493145008"}},{"sys":{"id":"4IFkVfau8dg6eSt886yRXZ","createdAt":"2020-10-09T10:01:40.450Z","updatedAt":"2026-01-12T17:25:24.019Z","contentType":{"sys":{"id":"marketingMetaTag"}}},"fields":{"contentfulTitle":"Marketing: Meta Tag - OG: Site Name","attributeName":"property","attributeValue":"og:site_name","contentValue":"Headspace"}},{"sys":{"id":"7DTVEdBjehk8AZUImYJoTB","createdAt":"2020-10-09T10:01:45.974Z","updatedAt":"2026-01-12T17:25:24.038Z","contentType":{"sys":{"id":"marketingMetaTag"}}},"fields":{"contentfulTitle":"Marketing: Meta Tag - OG: Type","attributeName":"property","attributeValue":"og:type","contentValue":"website"}},{"sys":{"id":"4hpWn4RfMal4mIK1uAdlFb","createdAt":"2020-10-09T10:01:51.512Z","updatedAt":"2026-01-12T17:25:24.056Z","contentType":{"sys":{"id":"marketingMetaTag"}}},"fields":{"contentfulTitle":"Marketing: Meta Tag - Twitter site","attributeName":"name","attributeValue":"twitter:site","contentValue":"@headspace"}},{"sys":{"id":"4PrZ9dSoStR94csWSzwSAm","createdAt":"2020-10-09T10:01:55.598Z","updatedAt":"2026-01-12T17:25:24.075Z","contentType":{"sys":{"id":"marketingMetaTag"}}},"fields":{"contentfulTitle":"Marketing: Meta Tag - Twitter card","attributeName":"name","attributeValue":"twitter:card","contentValue":"summary"}},{"sys":{"id":"2wP0bAKoEyMhNZOU6eE3UY","createdAt":"2024-09-10T19:24:57.608Z","updatedAt":"2026-01-12T17:25:24.097Z","contentType":{"sys":{"id":"marketingMetaTag"}}},"fields":{"contentfulTitle":"Marketing: Meta Tag - OG: Image","attributeName":"property","attributeValue":"og:image","contentValue":"https://images.ctfassets.net/v3n26e09qg2r/4NcF0eXixKLYQFKIQ0pXWV/802a953e11a4f70ef3c5aaf8df27dbfc/Headspace_Opengraph.png"}}]}},"gdprFields":{"sys":{"id":"4CpFWBl088LnbSjQTXX3V2","createdAt":"2020-10-20T14:31:01.308Z","updatedAt":"2026-01-12T17:25:24.155Z","contentType":{"sys":{"id":"marketingGdpr"}}},"fields":{"contentfulTitle":"Marketing: GDPR","title":"A note about cookies","description":"We’d like to use some non-essential cookies (electronic, not dough-based) to perform business activities such as analyzing your activities on our website to improve the Headspace platform, or to personalise the ads you see on sites like Facebook, Instagram or Google.\n\nPlease let us know types of cookies you’d be okay with us using:","analyticsCookie":"__Analytics Cookies__ - these cookies collect information about how visitors use the website, which site the user came from, the number of each user’s visits, and how long a user stays on the website. We might also use analytics cookies to test new ads, pages, or features to see how users react to them.","marketingCookie":"__Marketing Cookies__ - these cookies are placed by third-party advertising platforms to deliver ads and track ad performance, enabling advertising networks to deliver ads that may be relevant to you. For example, these cookies remember which browsers have visited the website. They may use information about your visit to show you ads that you may be interested in.","button":{"sys":{"id":"3HzeL9ajPZcdyLDHeHwDYZ","createdAt":"2020-10-20T14:30:46.841Z","updatedAt":"2026-01-12T17:25:24.361Z","contentType":{"sys":{"id":"marketingButton"}}},"fields":{"contentfulTitle":"Marketing: GDPR Submit","cta":"Submit"}},"optOutText":"For more info or to opt-out of advertising cookies, you can always visit our cookie policy."}}}},"conditionId":"Content ID","conditionBoolean":true,"conditionList":["5647"]}},{"sys":{"id":"72FVJ8uqwxcBjl3Vj43h17","createdAt":"2024-05-02T20:35:39.754Z","updatedAt":"2024-05-02T20:35:39.754Z","contentType":{"sys":{"id":"marketingModuleConditionalModuleWrapper"}}},"fields":{"conditionName":"Top 21 Content - Metadata - Waking Up","module":{"sys":{"id":"3EvFfIh1AVuXZfWX6m3pty","createdAt":"2024-05-02T20:35:39.827Z","updatedAt":"2025-07-08T15:11:04.719Z","contentType":{"sys":{"id":"marketingMetadata"}}},"fields":{"contentfulTitle":"Top 21 Content - Waking Up - Metadata","title":"Waking Up - Morning Meditation | Headspace","description":"Using a simple visualization technique, this morning meditation acts like a gentle alarm clock for the body, and is intended to leave the mind feeling crisper, clearer, and warmer.","url":"/content/meditation/waking-up/136","canonicalUrl":"https://www.headspace.com/content/meditation/waking-up/136","image":{"sys":{"id":"7Z298eUwq61vzKGvKloc8","createdAt":"2024-05-13T21:34:11.062Z","updatedAt":"2024-05-13T21:34:11.062Z","contentType":{"sys":{}}},"fields":{"title":"Cat stretching for morning meditation","description":"","file":{"url":"//images.ctfassets.net/v3n26e09qg2r/7Z298eUwq61vzKGvKloc8/f7c19d6b2db6ebeb2c9a169c43798c85/download-image.png","details":{"size":33265,"image":{"width":1000,"height":667}},"fileName":"download-image.png","contentType":"image/png"}}},"noIndexNoFollow":false,"rootMetaTags":{"sys":{"id":"3KEmfL6KRauduY4rmzSSnc","createdAt":"2020-10-09T10:02:11.345Z","updatedAt":"2026-01-12T17:25:23.872Z","contentType":{"sys":{"id":"marketingListGroup"}}},"fields":{"contentfulTitle":"Marketing: Meta Tags - Root ","items":[{"sys":{"id":"1w5aAWY58UuOikXAjx4d2p","createdAt":"2020-10-09T10:01:03.797Z","updatedAt":"2026-01-12T17:25:23.895Z","contentType":{"sys":{"id":"marketingMetaTag"}}},"fields":{"contentfulTitle":"Marketing: Meta Tag - Android: App Name","attributeName":"property","attributeValue":"al:android:app_name","contentValue":"Headspace"}},{"sys":{"id":"4CC6l2elN5yQR1VXWHnS1J","createdAt":"2020-10-09T10:01:11.513Z","updatedAt":"2026-01-12T17:25:23.922Z","contentType":{"sys":{"id":"marketingMetaTag"}}},"fields":{"contentfulTitle":"Marketing: Meta Tag - Android Package","attributeName":"property","attributeValue":"al:android:package","contentValue":"com.getsomeheadspace.android"}},{"sys":{"id":"6dlziNzAmYzVT2VMZALQ3i","createdAt":"2020-10-09T10:01:19.101Z","updatedAt":"2026-01-12T17:25:23.943Z","contentType":{"sys":{"id":"marketingMetaTag"}}},"fields":{"contentfulTitle":"Marketing: Meta Tag - Google Site Verification","attributeName":"name","attributeValue":"google-site-verification","contentValue":"8MHEVcRWUpO_2eKypqaF2RCL-KdKoGy1_3S6S2oaJcM"}},{"sys":{"id":"6G6brw98pQ5GO1orIaqK76","createdAt":"2020-10-09T10:01:26.465Z","updatedAt":"2026-01-12T17:25:23.972Z","contentType":{"sys":{"id":"marketingMetaTag"}}},"fields":{"contentfulTitle":"Marketing: Meta Tag - IOS: App Name","attributeName":"property","attributeValue":"al:ios:app_name","contentValue":"Headspace"}},{"sys":{"id":"3mDVw2NVownCXcBBtcQnq9","createdAt":"2020-10-09T10:01:33.990Z","updatedAt":"2026-01-12T17:25:24.001Z","contentType":{"sys":{"id":"marketingMetaTag"}}},"fields":{"contentfulTitle":"Marketing: Meta Tag - IOS: App Store Id","attributeName":"property","attributeValue":"al:ios:app_store_id","contentValue":"493145008"}},{"sys":{"id":"4IFkVfau8dg6eSt886yRXZ","createdAt":"2020-10-09T10:01:40.450Z","updatedAt":"2026-01-12T17:25:24.019Z","contentType":{"sys":{"id":"marketingMetaTag"}}},"fields":{"contentfulTitle":"Marketing: Meta Tag - OG: Site Name","attributeName":"property","attributeValue":"og:site_name","contentValue":"Headspace"}},{"sys":{"id":"7DTVEdBjehk8AZUImYJoTB","createdAt":"2020-10-09T10:01:45.974Z","updatedAt":"2026-01-12T17:25:24.038Z","contentType":{"sys":{"id":"marketingMetaTag"}}},"fields":{"contentfulTitle":"Marketing: Meta Tag - OG: Type","attributeName":"property","attributeValue":"og:type","contentValue":"website"}},{"sys":{"id":"4hpWn4RfMal4mIK1uAdlFb","createdAt":"2020-10-09T10:01:51.512Z","updatedAt":"2026-01-12T17:25:24.056Z","contentType":{"sys":{"id":"marketingMetaTag"}}},"fields":{"contentfulTitle":"Marketing: Meta Tag - Twitter site","attributeName":"name","attributeValue":"twitter:site","contentValue":"@headspace"}},{"sys":{"id":"4PrZ9dSoStR94csWSzwSAm","createdAt":"2020-10-09T10:01:55.598Z","updatedAt":"2026-01-12T17:25:24.075Z","contentType":{"sys":{"id":"marketingMetaTag"}}},"fields":{"contentfulTitle":"Marketing: Meta Tag - Twitter card","attributeName":"name","attributeValue":"twitter:card","contentValue":"summary"}},{"sys":{"id":"2wP0bAKoEyMhNZOU6eE3UY","createdAt":"2024-09-10T19:24:57.608Z","updatedAt":"2026-01-12T17:25:24.097Z","contentType":{"sys":{"id":"marketingMetaTag"}}},"fields":{"contentfulTitle":"Marketing: Meta Tag - OG: Image","attributeName":"property","attributeValue":"og:image","contentValue":"https://images.ctfassets.net/v3n26e09qg2r/4NcF0eXixKLYQFKIQ0pXWV/802a953e11a4f70ef3c5aaf8df27dbfc/Headspace_Opengraph.png"}}]}},"gdprFields":{"sys":{"id":"4CpFWBl088LnbSjQTXX3V2","createdAt":"2020-10-20T14:31:01.308Z","updatedAt":"2026-01-12T17:25:24.155Z","contentType":{"sys":{"id":"marketingGdpr"}}},"fields":{"contentfulTitle":"Marketing: GDPR","title":"A note about cookies","description":"We’d like to use some non-essential cookies (electronic, not dough-based) to perform business activities such as analyzing your activities on our website to improve the Headspace platform, or to personalise the ads you see on sites like Facebook, Instagram or Google.\n\nPlease let us know types of cookies you’d be okay with us using:","analyticsCookie":"__Analytics Cookies__ - these cookies collect information about how visitors use the website, which site the user came from, the number of each user’s visits, and how long a user stays on the website. We might also use analytics cookies to test new ads, pages, or features to see how users react to them.","marketingCookie":"__Marketing Cookies__ - these cookies are placed by third-party advertising platforms to deliver ads and track ad performance, enabling advertising networks to deliver ads that may be relevant to you. For example, these cookies remember which browsers have visited the website. They may use information about your visit to show you ads that you may be interested in.","button":{"sys":{"id":"3HzeL9ajPZcdyLDHeHwDYZ","createdAt":"2020-10-20T14:30:46.841Z","updatedAt":"2026-01-12T17:25:24.361Z","contentType":{"sys":{"id":"marketingButton"}}},"fields":{"contentfulTitle":"Marketing: GDPR Submit","cta":"Submit"}},"optOutText":"For more info or to opt-out of advertising cookies, you can always visit our cookie policy."}}}},"conditionId":"Content ID","conditionBoolean":true,"conditionList":["136"]}},{"sys":{"id":"5QFZXteXEwc537tBd1AT4V","createdAt":"2024-05-02T20:35:39.863Z","updatedAt":"2024-05-02T20:35:39.863Z","contentType":{"sys":{"id":"marketingModuleConditionalModuleWrapper"}}},"fields":{"conditionName":"Top 21 Content - Metadata - Deep Breathing","module":{"sys":{"id":"2Dn4CuRX9UDDYUH7RMkMdE","createdAt":"2024-05-02T20:35:39.879Z","updatedAt":"2025-07-08T15:11:04.748Z","contentType":{"sys":{"id":"marketingMetadata"}}},"fields":{"contentfulTitle":"Top 21 Content - Deep Breathing - Metadata","title":"Deep Breathing Exercises and Techniques | Headspace","description":"Super-simple deep breathing techniques which activate the \"rest and digest\" part of the nervous system.","url":"/content/wind-down/deep-breathing/276","canonicalUrl":"https://www.headspace.com/content/wind-down/deep-breathing/276","image":{"sys":{"id":"dN27uCvoA0DRkeOP4lyjM","createdAt":"2024-05-13T21:28:58.911Z","updatedAt":"2024-05-13T21:28:58.911Z","contentType":{"sys":{}}},"fields":{"title":"Deep breathing imagery","description":"","file":{"url":"//images.ctfassets.net/v3n26e09qg2r/dN27uCvoA0DRkeOP4lyjM/a183439e3bc3d360ff6022d7594cea1a/download-image.png","details":{"size":86920,"image":{"width":1000,"height":667}},"fileName":"download-image.png","contentType":"image/png"}}},"noIndexNoFollow":false,"rootMetaTags":{"sys":{"id":"3KEmfL6KRauduY4rmzSSnc","createdAt":"2020-10-09T10:02:11.345Z","updatedAt":"2026-01-12T17:25:23.872Z","contentType":{"sys":{"id":"marketingListGroup"}}},"fields":{"contentfulTitle":"Marketing: Meta Tags - Root ","items":[{"sys":{"id":"1w5aAWY58UuOikXAjx4d2p","createdAt":"2020-10-09T10:01:03.797Z","updatedAt":"2026-01-12T17:25:23.895Z","contentType":{"sys":{"id":"marketingMetaTag"}}},"fields":{"contentfulTitle":"Marketing: Meta Tag - Android: App Name","attributeName":"property","attributeValue":"al:android:app_name","contentValue":"Headspace"}},{"sys":{"id":"4CC6l2elN5yQR1VXWHnS1J","createdAt":"2020-10-09T10:01:11.513Z","updatedAt":"2026-01-12T17:25:23.922Z","contentType":{"sys":{"id":"marketingMetaTag"}}},"fields":{"contentfulTitle":"Marketing: Meta Tag - Android Package","attributeName":"property","attributeValue":"al:android:package","contentValue":"com.getsomeheadspace.android"}},{"sys":{"id":"6dlziNzAmYzVT2VMZALQ3i","createdAt":"2020-10-09T10:01:19.101Z","updatedAt":"2026-01-12T17:25:23.943Z","contentType":{"sys":{"id":"marketingMetaTag"}}},"fields":{"contentfulTitle":"Marketing: Meta Tag - Google Site Verification","attributeName":"name","attributeValue":"google-site-verification","contentValue":"8MHEVcRWUpO_2eKypqaF2RCL-KdKoGy1_3S6S2oaJcM"}},{"sys":{"id":"6G6brw98pQ5GO1orIaqK76","createdAt":"2020-10-09T10:01:26.465Z","updatedAt":"2026-01-12T17:25:23.972Z","contentType":{"sys":{"id":"marketingMetaTag"}}},"fields":{"contentfulTitle":"Marketing: Meta Tag - IOS: App Name","attributeName":"property","attributeValue":"al:ios:app_name","contentValue":"Headspace"}},{"sys":{"id":"3mDVw2NVownCXcBBtcQnq9","createdAt":"2020-10-09T10:01:33.990Z","updatedAt":"2026-01-12T17:25:24.001Z","contentType":{"sys":{"id":"marketingMetaTag"}}},"fields":{"contentfulTitle":"Marketing: Meta Tag - IOS: App Store Id","attributeName":"property","attributeValue":"al:ios:app_store_id","contentValue":"493145008"}},{"sys":{"id":"4IFkVfau8dg6eSt886yRXZ","createdAt":"2020-10-09T10:01:40.450Z","updatedAt":"2026-01-12T17:25:24.019Z","contentType":{"sys":{"id":"marketingMetaTag"}}},"fields":{"contentfulTitle":"Marketing: Meta Tag - OG: Site Name","attributeName":"property","attributeValue":"og:site_name","contentValue":"Headspace"}},{"sys":{"id":"7DTVEdBjehk8AZUImYJoTB","createdAt":"2020-10-09T10:01:45.974Z","updatedAt":"2026-01-12T17:25:24.038Z","contentType":{"sys":{"id":"marketingMetaTag"}}},"fields":{"contentfulTitle":"Marketing: Meta Tag - OG: Type","attributeName":"property","attributeValue":"og:type","contentValue":"website"}},{"sys":{"id":"4hpWn4RfMal4mIK1uAdlFb","createdAt":"2020-10-09T10:01:51.512Z","updatedAt":"2026-01-12T17:25:24.056Z","contentType":{"sys":{"id":"marketingMetaTag"}}},"fields":{"contentfulTitle":"Marketing: Meta Tag - Twitter site","attributeName":"name","attributeValue":"twitter:site","contentValue":"@headspace"}},{"sys":{"id":"4PrZ9dSoStR94csWSzwSAm","createdAt":"2020-10-09T10:01:55.598Z","updatedAt":"2026-01-12T17:25:24.075Z","contentType":{"sys":{"id":"marketingMetaTag"}}},"fields":{"contentfulTitle":"Marketing: Meta Tag - Twitter card","attributeName":"name","attributeValue":"twitter:card","contentValue":"summary"}},{"sys":{"id":"2wP0bAKoEyMhNZOU6eE3UY","createdAt":"2024-09-10T19:24:57.608Z","updatedAt":"2026-01-12T17:25:24.097Z","contentType":{"sys":{"id":"marketingMetaTag"}}},"fields":{"contentfulTitle":"Marketing: Meta Tag - OG: Image","attributeName":"property","attributeValue":"og:image","contentValue":"https://images.ctfassets.net/v3n26e09qg2r/4NcF0eXixKLYQFKIQ0pXWV/802a953e11a4f70ef3c5aaf8df27dbfc/Headspace_Opengraph.png"}}]}},"gdprFields":{"sys":{"id":"4CpFWBl088LnbSjQTXX3V2","createdAt":"2020-10-20T14:31:01.308Z","updatedAt":"2026-01-12T17:25:24.155Z","contentType":{"sys":{"id":"marketingGdpr"}}},"fields":{"contentfulTitle":"Marketing: GDPR","title":"A note about cookies","description":"We’d like to use some non-essential cookies (electronic, not dough-based) to perform business activities such as analyzing your activities on our website to improve the Headspace platform, or to personalise the ads you see on sites like Facebook, Instagram or Google.\n\nPlease let us know types of cookies you’d be okay with us using:","analyticsCookie":"__Analytics Cookies__ - these cookies collect information about how visitors use the website, which site the user came from, the number of each user’s visits, and how long a user stays on the website. We might also use analytics cookies to test new ads, pages, or features to see how users react to them.","marketingCookie":"__Marketing Cookies__ - these cookies are placed by third-party advertising platforms to deliver ads and track ad performance, enabling advertising networks to deliver ads that may be relevant to you. For example, these cookies remember which browsers have visited the website. They may use information about your visit to show you ads that you may be interested in.","button":{"sys":{"id":"3HzeL9ajPZcdyLDHeHwDYZ","createdAt":"2020-10-20T14:30:46.841Z","updatedAt":"2026-01-12T17:25:24.361Z","contentType":{"sys":{"id":"marketingButton"}}},"fields":{"contentfulTitle":"Marketing: GDPR Submit","cta":"Submit"}},"optOutText":"For more info or to opt-out of advertising cookies, you can always visit our cookie policy."}}}},"conditionId":"Content ID","conditionBoolean":true,"conditionList":["276"]}},{"sys":{"id":"OF1JYSLrgPk22U84FlvaU","createdAt":"2024-05-02T20:35:39.916Z","updatedAt":"2024-05-02T20:35:39.916Z","contentType":{"sys":{"id":"marketingModuleConditionalModuleWrapper"}}},"fields":{"conditionName":"Top 21 Content - Metadata - Breathe Through Anxiety","module":{"sys":{"id":"11hy0B9Afez2bDw24ESyqM","createdAt":"2024-05-02T20:35:39.934Z","updatedAt":"2025-07-08T15:11:04.778Z","contentType":{"sys":{"id":"marketingMetadata"}}},"fields":{"contentfulTitle":"Top 21 Content - Breathe Through Anxiety - Metadata","title":"Breathing Exercises and Techniques for Anxiety | Headspace","description":"Take slow, patterned breaths and balance your mind with breathing exercises for anxiety.","url":"/content/mindful-activity/breathe-through-anxiety/5653","canonicalUrl":"https://www.headspace.com/content/mindful-activity/breathe-through-anxiety/5653","image":{"sys":{"id":"2wuzsRHRa49Iohbh3SKVO0","createdAt":"2024-05-13T21:36:58.912Z","updatedAt":"2024-05-13T21:36:58.912Z","contentType":{"sys":{}}},"fields":{"title":"Breathing exercises for anxiety imagery","description":"","file":{"url":"//images.ctfassets.net/v3n26e09qg2r/2wuzsRHRa49Iohbh3SKVO0/2e0bc792aba58bb886ff0353ea3a6599/download-image-1.png","details":{"size":28260,"image":{"width":1000,"height":667}},"fileName":"download-image-1.png","contentType":"image/png"}}},"noIndexNoFollow":false,"rootMetaTags":{"sys":{"id":"3KEmfL6KRauduY4rmzSSnc","createdAt":"2020-10-09T10:02:11.345Z","updatedAt":"2026-01-12T17:25:23.872Z","contentType":{"sys":{"id":"marketingListGroup"}}},"fields":{"contentfulTitle":"Marketing: Meta Tags - Root ","items":[{"sys":{"id":"1w5aAWY58UuOikXAjx4d2p","createdAt":"2020-10-09T10:01:03.797Z","updatedAt":"2026-01-12T17:25:23.895Z","contentType":{"sys":{"id":"marketingMetaTag"}}},"fields":{"contentfulTitle":"Marketing: Meta Tag - Android: App Name","attributeName":"property","attributeValue":"al:android:app_name","contentValue":"Headspace"}},{"sys":{"id":"4CC6l2elN5yQR1VXWHnS1J","createdAt":"2020-10-09T10:01:11.513Z","updatedAt":"2026-01-12T17:25:23.922Z","contentType":{"sys":{"id":"marketingMetaTag"}}},"fields":{"contentfulTitle":"Marketing: Meta Tag - Android Package","attributeName":"property","attributeValue":"al:android:package","contentValue":"com.getsomeheadspace.android"}},{"sys":{"id":"6dlziNzAmYzVT2VMZALQ3i","createdAt":"2020-10-09T10:01:19.101Z","updatedAt":"2026-01-12T17:25:23.943Z","contentType":{"sys":{"id":"marketingMetaTag"}}},"fields":{"contentfulTitle":"Marketing: Meta Tag - Google Site Verification","attributeName":"name","attributeValue":"google-site-verification","contentValue":"8MHEVcRWUpO_2eKypqaF2RCL-KdKoGy1_3S6S2oaJcM"}},{"sys":{"id":"6G6brw98pQ5GO1orIaqK76","createdAt":"2020-10-09T10:01:26.465Z","updatedAt":"2026-01-12T17:25:23.972Z","contentType":{"sys":{"id":"marketingMetaTag"}}},"fields":{"contentfulTitle":"Marketing: Meta Tag - IOS: App Name","attributeName":"property","attributeValue":"al:ios:app_name","contentValue":"Headspace"}},{"sys":{"id":"3mDVw2NVownCXcBBtcQnq9","createdAt":"2020-10-09T10:01:33.990Z","updatedAt":"2026-01-12T17:25:24.001Z","contentType":{"sys":{"id":"marketingMetaTag"}}},"fields":{"contentfulTitle":"Marketing: Meta Tag - IOS: App Store Id","attributeName":"property","attributeValue":"al:ios:app_store_id","contentValue":"493145008"}},{"sys":{"id":"4IFkVfau8dg6eSt886yRXZ","createdAt":"2020-10-09T10:01:40.450Z","updatedAt":"2026-01-12T17:25:24.019Z","contentType":{"sys":{"id":"marketingMetaTag"}}},"fields":{"contentfulTitle":"Marketing: Meta Tag - OG: Site Name","attributeName":"property","attributeValue":"og:site_name","contentValue":"Headspace"}},{"sys":{"id":"7DTVEdBjehk8AZUImYJoTB","createdAt":"2020-10-09T10:01:45.974Z","updatedAt":"2026-01-12T17:25:24.038Z","contentType":{"sys":{"id":"marketingMetaTag"}}},"fields":{"contentfulTitle":"Marketing: Meta Tag - OG: Type","attributeName":"property","attributeValue":"og:type","contentValue":"website"}},{"sys":{"id":"4hpWn4RfMal4mIK1uAdlFb","createdAt":"2020-10-09T10:01:51.512Z","updatedAt":"2026-01-12T17:25:24.056Z","contentType":{"sys":{"id":"marketingMetaTag"}}},"fields":{"contentfulTitle":"Marketing: Meta Tag - Twitter site","attributeName":"name","attributeValue":"twitter:site","contentValue":"@headspace"}},{"sys":{"id":"4PrZ9dSoStR94csWSzwSAm","createdAt":"2020-10-09T10:01:55.598Z","updatedAt":"2026-01-12T17:25:24.075Z","contentType":{"sys":{"id":"marketingMetaTag"}}},"fields":{"contentfulTitle":"Marketing: Meta Tag - Twitter card","attributeName":"name","attributeValue":"twitter:card","contentValue":"summary"}},{"sys":{"id":"2wP0bAKoEyMhNZOU6eE3UY","createdAt":"2024-09-10T19:24:57.608Z","updatedAt":"2026-01-12T17:25:24.097Z","contentType":{"sys":{"id":"marketingMetaTag"}}},"fields":{"contentfulTitle":"Marketing: Meta Tag - OG: Image","attributeName":"property","attributeValue":"og:image","contentValue":"https://images.ctfassets.net/v3n26e09qg2r/4NcF0eXixKLYQFKIQ0pXWV/802a953e11a4f70ef3c5aaf8df27dbfc/Headspace_Opengraph.png"}}]}},"gdprFields":{"sys":{"id":"4CpFWBl088LnbSjQTXX3V2","createdAt":"2020-10-20T14:31:01.308Z","updatedAt":"2026-01-12T17:25:24.155Z","contentType":{"sys":{"id":"marketingGdpr"}}},"fields":{"contentfulTitle":"Marketing: GDPR","title":"A note about cookies","description":"We’d like to use some non-essential cookies (electronic, not dough-based) to perform business activities such as analyzing your activities on our website to improve the Headspace platform, or to personalise the ads you see on sites like Facebook, Instagram or Google.\n\nPlease let us know types of cookies you’d be okay with us using:","analyticsCookie":"__Analytics Cookies__ - these cookies collect information about how visitors use the website, which site the user came from, the number of each user’s visits, and how long a user stays on the website. We might also use analytics cookies to test new ads, pages, or features to see how users react to them.","marketingCookie":"__Marketing Cookies__ - these cookies are placed by third-party advertising platforms to deliver ads and track ad performance, enabling advertising networks to deliver ads that may be relevant to you. For example, these cookies remember which browsers have visited the website. They may use information about your visit to show you ads that you may be interested in.","button":{"sys":{"id":"3HzeL9ajPZcdyLDHeHwDYZ","createdAt":"2020-10-20T14:30:46.841Z","updatedAt":"2026-01-12T17:25:24.361Z","contentType":{"sys":{"id":"marketingButton"}}},"fields":{"contentfulTitle":"Marketing: GDPR Submit","cta":"Submit"}},"optOutText":"For more info or to opt-out of advertising cookies, you can always visit our cookie policy."}}}},"conditionId":"Content ID","conditionBoolean":true,"conditionList":["5653"]}},{"sys":{"id":"1P8vGyfEst9xuCKlsu8BIy","createdAt":"2024-05-02T20:35:39.968Z","updatedAt":"2024-05-02T20:35:39.968Z","contentType":{"sys":{"id":"marketingModuleConditionalModuleWrapper"}}},"fields":{"conditionName":"Top 21 Content - Metadata - Ocean Time","module":{"sys":{"id":"1YyIBDv3o73UbC4r9kEXBE","createdAt":"2024-05-02T20:35:39.984Z","updatedAt":"2025-07-08T15:11:04.806Z","contentType":{"sys":{"id":"marketingMetadata"}}},"fields":{"contentfulTitle":"Top 21 Content - Ocean Time - Metadata","title":"Ocean Sleep Sounds | Headspace","descripti
2026-01-13T09:30:12
https://developers.cloudflare.com/ai-gateway/usage/providers/cartesia/
Cartesia · Cloudflare AI Gateway docs Skip to content Cloudflare Docs Search Docs Directory APIs SDKs Help Log in Select theme Dark Light Auto AI Gateway No results found. Try a different search term, or use our global search . Overview Getting started Using AI Gateway Unified API (OpenAI compat) Provider Native Workers AI Amazon Bedrock Anthropic Azure OpenAI Baseten Cartesia Cerebras Cohere Deepgram DeepSeek ElevenLabs Fal AI Google AI Studio Google Vertex AI Groq HuggingFace Ideogram Mistral AI OpenAI OpenRouter Parallel Perplexity Replicate xAI WebSockets API Beta Overview Realtime WebSockets API Non-realtime WebSockets API Features Overview Unified Billing Caching Rate limiting Dynamic routing Beta Overview Using a dynamic route JSON Configuration Data Loss Prevention (DLP) Beta Overview Set up Data Loss Prevention (DLP) Guardrails Beta Overview Set up Guardrails Supported model types Usage considerations Configuration BYOK (Store Keys) Beta Custom costs Custom Providers Beta Manage gateways Request handling Authenticated Gateway Observability Costs Custom metadata Analytics Logging Overview Workers Logpush Integrations Vercel AI SDK Agents ↗ AI Gateway Binding Methods Workers AI Tutorials Platform Overview Limits Pricing Audit logs Changelog Header Glossary REST API reference ↗ API MCP server ↗ MCP AI Assistant ↗ Architectures LLM resources llms.txt prompt.txt AI Gateway llms-full.txt Developer Platform llms-full.txt GitHub X.com YouTube Select theme Dark Light Auto On this page Overview Endpoint URL Structure Prerequisites Example cURL On this page Overview Endpoint URL Structure Prerequisites Example cURL Was this helpful? Edit Issue Directory … AI Gateway Using AI Gateway Provider Native Cartesia Copy page Cartesia Cartesia ↗ provides advanced text-to-speech services with customizable voice models. Endpoint https://gateway.ai.cloudflare.com/v1/{account_id}/{gateway_id}/cartesia URL Structure When making requests to Cartesia, replace https://api.cartesia.ai/v1 in the URL you are currently using with https://gateway.ai.cloudflare.com/v1/{account_id}/{gateway_id}/cartesia . Prerequisites When making requests to Cartesia, ensure you have the following: Your AI Gateway Account ID. Your AI Gateway gateway name. An active Cartesia API token. The model ID and voice ID for the Cartesia voice model you want to use. Example cURL Request curl https://gateway.ai.cloudflare.com/v1/{account_id}/{gateway_id}/cartesia/tts/bytes \ --header 'Content-Type: application/json' \ --header 'Cartesia-Version: 2024-06-10' \ --header 'X-API-Key: {cartesia_api_token}' \ --data '{ "transcript": "Welcome to Cloudflare - AI Gateway!", "model_id": "sonic-english", "voice": { "mode": "id", "id": "694f9389-aac1-45b6-b726-9d9369183238" }, "output_format": { "container": "wav", "encoding": "pcm_f32le", "sample_rate": 44100 } } Was this helpful? Edit page Last updated: Aug 19, 2025 Previous Baseten Next Cerebras Resources API New to Cloudflare? Directory Sponsorships Open Source Support Help Center System Status Compliance GDPR Company cloudflare.com Our team Careers Tools Cloudflare Radar Speed Test Is BGP Safe Yet? RPKI Toolkit Certificate Transparency Community X Discord YouTube GitHub © 2026 Cloudflare, Inc. Privacy Policy Terms of Use Report Security Issues Trademark Cookie Settings
2026-01-13T09:30:12
https://developers.google.com/admob/api/reference/rest/v1beta/accounts.mediationGroups
REST Resource: accounts.mediationGroups  |  AdMob API  |  Google for Developers Skip to main content AdMob API / English Deutsch Español Español – América Latina Français Indonesia Italiano Polski Português – Brasil Tiếng Việt Türkçe Русский עברית العربيّة فارسی हिंदी বাংলা ภาษาไทย 中文 – 简体 中文 – 繁體 日本語 한국어 Sign in AdMob Guides Reference Libraries & Examples Support AdMob API AdMob Guides Reference Libraries & Examples Support Release notes AdMob API v1 REST Resources accounts Overview get list accounts.adUnits Overview list accounts.apps Overview list accounts.mediationReport Overview generate accounts.networkReport Overview generate Types DateRange LocalizationSettings ReportFooter ReportHeader ReportRow SortOrder StringList v1beta REST Resources accounts Overview get list accounts.adSources Overview list accounts.adSources.adapters Overview list accounts.adUnitMappings Overview batchCreate accounts.adUnits Overview create list accounts.adUnits.adUnitMappings Overview create list accounts.apps Overview create list accounts.campaignReport Overview generate accounts.mediationGroups Overview create list patch accounts.mediationGroups.mediationAbExperiments Overview create stop accounts.mediationReport Overview generate accounts.networkReport Overview generate Types DateRange LocalizationSettings MediationGroupLine ReportFooter ReportHeader ReportRow SortOrder StringList API dictionary Ad sources Adapters Home Products AdMob API Reference REST Resource: accounts.mediationGroups Stay organized with collections Save and categorize content based on your preferences. Page Summary outlined_flag A MediationGroup resource describes an AdMob Mediation group with properties like name, ID, display name, targeting, state, mediation group lines, and mediation A/B experiment state. MediationGroupTargeting defines the criteria a mediation group targets, including platform, format, ad units, geo locations, and IDFA availability. IdfaTargeting specifies whether the mediation group targets devices based on the availability of the IDFA for iOS devices. The State of a mediation group can be either ENABLED or DISABLED, determining if it's active for serving ads or collecting stats. The ExperimentState indicates the state of a mediation A/B experiment associated with the mediation group, either RUNNING or NOT_RUNNING. Resource: MediationGroup JSON representation MediationGroupTargeting JSON representation IdfaTargeting State ExperimentState Methods Resource: MediationGroup Describes an AdMob Mediation group. JSON representation { "name" : string , "mediationGroupId" : string , "displayName" : string , "targeting" : { object ( MediationGroupTargeting ) } , "state" : enum ( State ) , "mediationGroupLines" : { string : { object ( MediationGroupLine ) } , ... } , "mediationAbExperimentState" : enum ( ExperimentState ) } Fields name string Resource name for this mediation group. Format is: accounts/{publisherId}/mediationGroups/{mediationGroupId} Example: accounts/pub-9876543210987654/mediationGroups/0123456789 mediationGroupId string The ID of the mediation group. Example: "0123456789". This is a read only property. displayName string User provided name for the mediation group. The maximum length allowed is 120 characters. targeting object ( MediationGroupTargeting ) Set of criteria targeted by this mediation group, such as ad units and geo locations. state enum ( State ) The status of the mediation group. Only enabled mediation groups will be served. mediationGroupLines map (key: string, value: object ( MediationGroupLine )) The mediation lines used for serving for this mediation group. Key is the ID of the mediation group line. For creation, use distinct negative values as placeholder. An object containing a list of "key": value pairs. Example: { "name": "wrench", "mass": "1.3kg", "count": "3" } . mediationAbExperimentState enum ( ExperimentState ) Output only. The state of the mediation a/b experiment that belongs to this mediation group. MediationGroupTargeting Set of criteria targeted by this mediation group. For example, a mediation group can target specific ad unit IDs, platform, format and geo location. JSON representation { "platform" : string , "format" : string , "adUnitIds" : [ string ] , "targetedRegionCodes" : [ string ] , "excludedRegionCodes" : [ string ] , "idfaTargeting" : enum ( IdfaTargeting ) } Fields platform string Describes the platform of the app. Examples: "IOS", "Android". format string Ad format targeted by this mediation group. Examples: "banner", "native". adUnitIds[] string Ad units targeted by this mediation group. Example: "ca-app-pub-1234/8790". targetedRegionCodes[] string The Unicode country/region code (CLDR) of a location, such as "US". Unset if this mediation group targets all available regions. For more information, see http://www.unicode.org/reports/tr35/#unicode_region_subtag . excludedRegionCodes[] string The Unicode country/region code (CLDR) of a location, such as "US". Unset if this mediation group does not exclude any region. idfaTargeting enum ( IdfaTargeting ) The parameter can be used to target ad requests based on the availability of the IDFA. If set to ALL, the mediation group applies to all ad requests (with or without IDFA). If set to AVAILABLE, the mediation group applies to ad requests with IDFA. If set to NOT_AVAILABLE, the mediation group applies to ad requests without IDFA. Doesn't need to be specified for an ANDROID device. IdfaTargeting The availability of IDFA for iOS devices. Enums IDFA_TARGETING_UNSPECIFIED Default value. This value is unused. ALL All the devices are targeted, regardless of IDFA availability. AVAILABLE Only the devices with IDFA availability are targeted. NOT_AVAILABLE Only the devices without IDFA availability are targeted. State Types of statuses available for a Mediation Group. Enums STATE_UNSPECIFIED Default value for an unset field. Do not use. ENABLED The mediation group is active and used to serve ads or to collect stats. DISABLED The mediation group has been disabled and is no longer serving ads or collecting stats. Disabled mediation groups can be re-enabled. ExperimentState The Mediation A/B experiment state for the Mediation Group. Enums EXPERIMENT_STATE_UNSPECIFIED Default value for an unset field. Do not use. RUNNING The mediation group has an experiment in the RUNNING state. NOT_RUNNING There is no experiment in the RUNNING state in the mediation group. Methods create Create a mediation group under the specific AdMob account. list List mediation groups under the specified AdMob account. patch Update the specified mediation group under the specified AdMob account. Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates. Last updated 2025-08-20 UTC. [[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-20 UTC."],[],["Mediation groups in AdMob target specific criteria like ad units, platform, format, and location. Key details include a `name`, `mediationGroupId`, `displayName`, and `state` (enabled/disabled). Targeting settings specify `platform`, `format`, `adUnitIds`, and region codes, as well as IDFA availability. A/B experiment `state` indicates if a mediation group has an experiment running. Core actions are to `create`, `list`, and `patch` (update) mediation groups.\n"]] Product info Usage limits Pricing Terms of Service Programs Google Developer Program Google Developer Groups Google Developer Experts Accelerators Google Cloud & NVIDIA Developer consoles Google API Console Google Cloud Platform Console Google Play Console Firebase Console Actions on Google Console Cast SDK Developer Console Chrome Web Store Dashboard Google Home Developer Console Android Chrome Firebase Google Cloud Platform Google AI All products Terms Privacy Manage cookies English Deutsch Español Español – América Latina Français Indonesia Italiano Polski Português – Brasil Tiếng Việt Türkçe Русский עברית العربيّة فارسی हिंदी বাংলা ภาษาไทย 中文 – 简体 中文 – 繁體 日本語 한국어
2026-01-13T09:30:12
https://developers.cloudflare.com/ai-gateway/features/dlp/set-up-dlp/
Set up Data Loss Prevention (DLP) · Cloudflare AI Gateway docs Skip to content Cloudflare Docs Search Docs Directory APIs SDKs Help Log in Select theme Dark Light Auto AI Gateway No results found. Try a different search term, or use our global search . Overview Getting started Using AI Gateway Unified API (OpenAI compat) Provider Native Workers AI Amazon Bedrock Anthropic Azure OpenAI Baseten Cartesia Cerebras Cohere Deepgram DeepSeek ElevenLabs Fal AI Google AI Studio Google Vertex AI Groq HuggingFace Ideogram Mistral AI OpenAI OpenRouter Parallel Perplexity Replicate xAI WebSockets API Beta Overview Realtime WebSockets API Non-realtime WebSockets API Features Overview Unified Billing Caching Rate limiting Dynamic routing Beta Overview Using a dynamic route JSON Configuration Data Loss Prevention (DLP) Beta Overview Set up Data Loss Prevention (DLP) Guardrails Beta Overview Set up Guardrails Supported model types Usage considerations Configuration BYOK (Store Keys) Beta Custom costs Custom Providers Beta Manage gateways Request handling Authenticated Gateway Observability Costs Custom metadata Analytics Logging Overview Workers Logpush Integrations Vercel AI SDK Agents ↗ AI Gateway Binding Methods Workers AI Tutorials Platform Overview Limits Pricing Audit logs Changelog Header Glossary REST API reference ↗ API MCP server ↗ MCP AI Assistant ↗ Architectures LLM resources llms.txt prompt.txt AI Gateway llms-full.txt Developer Platform llms-full.txt GitHub X.com YouTube Select theme Dark Light Auto On this page Overview Prerequisites Enable DLP for AI Gateway Add DLP policies Manage DLP policies Test your configuration Monitor DLP events Viewing DLP logs in AI Gateway Filter DLP events Error handling DLP response header Error codes for blocked requests Best practices Troubleshooting DLP not triggering Unexpected blocking On this page Overview Prerequisites Enable DLP for AI Gateway Add DLP policies Manage DLP policies Test your configuration Monitor DLP events Viewing DLP logs in AI Gateway Filter DLP events Error handling DLP response header Error codes for blocked requests Best practices Troubleshooting DLP not triggering Unexpected blocking Was this helpful? Edit Issue Directory … AI Gateway Features Data Loss Prevention (DLP) Set up Data Loss Prevention (DLP) Copy page Set up Data Loss Prevention (DLP) Add Data Loss Prevention (DLP) to any AI Gateway to start scanning AI prompts and responses for sensitive data. Prerequisites An existing AI Gateway Enable DLP for AI Gateway Log into the Cloudflare dashboard ↗ and select your account. Go to AI > AI Gateway . Select a gateway where you want to enable DLP. Go to the Firewall tab. Toggle Data Loss Prevention (DLP) to On . Add DLP policies After enabling DLP, you can create policies to define how sensitive data should be handled: Under the DLP section, click Add Policy . Configure the following fields for each policy: Policy ID : Enter a unique name for this policy (e.g., "Block-PII-Requests") DLP Profiles : Select the DLP profiles to check against. AI requests/responses will be checked against each of the selected profiles. Available profiles include: Financial Information - Credit cards, bank accounts, routing numbers Personal Identifiable Information (PII) - Names, addresses, phone numbers Government Identifiers - SSNs, passport numbers, driver's licenses Healthcare Information - Medical record numbers, patient data Custom Profiles - Organization-specific data patterns Note DLP profiles can be created and managed in the Zero Trust DLP dashboard . Action : Choose the action to take when any of the selected profiles match: Flag - Record the detection for audit purposes without blocking Block - Prevent the request/response from proceeding Check : Select what to scan: Request - Scan user prompts sent to AI providers Response - Scan AI model responses before returning to users Both - Scan both requests and responses Click Save to save your policy configuration. Manage DLP policies You can create multiple DLP policies with different configurations: Add multiple policies : Click Add Policy to create additional policies with different profile combinations or actions Enable/disable policies : Use the toggle next to each policy to individually enable or disable them without deleting the configuration Edit policies : Click on any existing policy to modify its settings Save changes : Always click Save after making any changes to apply them Test your configuration After configuring DLP settings: Make a test AI request through your gateway that contains sample sensitive data. Check the AI Gateway Logs to verify DLP scanning is working. Review the detection results and adjust profiles or actions as needed. Monitor DLP events Viewing DLP logs in AI Gateway DLP events are integrated into your AI Gateway logs: Go to AI > AI Gateway > your gateway > Logs . Click on any log entry to view detailed information. For requests where DLP policies were triggered, additional details are included: DLP Action Taken : Shows whether the action was "Flag" or "Block" DLP Policies Matched : Detailed information about each policy that matched, including: Which DLP profiles triggered within each policy Whether the match occurred in the request or response Specific entries that matched within each DLP profile Filter DLP events To view only DLP-related requests: On the Logs tab, click Add Filter . Select DLP Action from the filter options. Choose to filter by: FLAG - Show only requests where sensitive data was flagged BLOCK - Show only requests that were blocked due to DLP policies Error handling When DLP policies are triggered, your application will receive additional information through response headers and error codes. DLP response header When a request matches DLP policies (whether flagged or blocked), an additional cf-aig-dlp header is returned containing detailed information about the match: Header schema { " findings " : [ { " profile " : { " context " : {}, " entry_ids " : [ "string" ], " profile_id " : "string" }, " policy_ids " : [ "string" ], " check " : "REQUEST" | "RESPONSE" } ], " action " : "BLOCK" | "FLAG" } Example header value { " findings " : [ { " profile " : { " context " : {}, " entry_ids " : [ "a1b2c3d4-e5f6-7890-abcd-ef1234567890" , "f7e8d9c0-b1a2-3456-789a-bcdef0123456" ], " profile_id " : "12345678-90ab-cdef-1234-567890abcdef" }, " policy_ids " : [ "block_financial_data" ], " check " : "REQUEST" } ], " action " : "BLOCK" } Use this header to programmatically detect which DLP profiles and entries were matched, which policies triggered, and whether the match occurred in the request or response. Error codes for blocked requests When DLP blocks a request, your application will receive structured error responses: Request blocked by DLP "code": 2029 "message": "Request content blocked due to DLP policy violations" Response blocked by DLP "code": 2030 "message": "Response content blocked due to DLP policy violations" Handle these errors in your application: JavaScript try { const res = await env . AI . run ( '@cf/meta/llama-3.1-8b-instruct' , { prompt : userInput }, { gateway : { id : 'your-gateway-id' } } ) return Response . json ( res ) } catch ( e ) { if (( e as Error ) . message . includes ( '2029' )) { return new Response ( 'Request contains sensitive data and cannot be processed.' ) } if (( e as Error ) . message . includes ( '2030' )) { return new Response ( 'AI response was blocked due to sensitive content.' ) } return new Response ( 'AI request failed' ) } Best practices Start with flagging : Begin with "Flag" actions to understand what data is being detected before implementing blocking Tune confidence levels : Adjust detection sensitivity based on your false positive tolerance Use appropriate profiles : Select DLP profiles that match your data protection requirements Monitor regularly : Review DLP events to ensure policies are working as expected Test thoroughly : Validate DLP behavior with sample sensitive data before production deployment Troubleshooting DLP not triggering Verify DLP toggle is enabled for your gateway Ensure selected DLP profiles are appropriate for your test data Confirm confidence levels aren't set too high Unexpected blocking Review DLP logs to see which profiles triggered Consider lowering confidence levels for problematic profiles Test with different sample data to understand detection patterns Adjust profile selections if needed For additional support with DLP configuration, refer to the Cloudflare Data Loss Prevention documentation or contact your Cloudflare support team. Was this helpful? Edit page Last updated: Oct 22, 2025 Previous Data Loss Prevention (DLP) Next Guardrails Resources API New to Cloudflare? Directory Sponsorships Open Source Support Help Center System Status Compliance GDPR Company cloudflare.com Our team Careers Tools Cloudflare Radar Speed Test Is BGP Safe Yet? RPKI Toolkit Certificate Transparency Community X Discord YouTube GitHub © 2026 Cloudflare, Inc. Privacy Policy Terms of Use Report Security Issues Trademark Cookie Settings
2026-01-13T09:30:12
https://sr.ht/~vicho/
~vicho sourcehut Log in — Register ~vicho about projects git hg lists todo Santiago, Chile https://vichoreyes.cl/ el_poblador A terminal-based implementation of Settlers of Catan in Go #board-games #tui #catan img2excel A program that turns images into excel files that render them #excel #wasm reserva_clases Sistema de reserva de clases para el DAV #phoenix #webdev #chile el-burgues The first programming project I ever did, a CLI Monopoly
2026-01-13T09:30:12
https://sr.ht/~mlb/linkhut/lists
linkhut mailing lists sourcehut Log in — Register ~mlb / linkhut summary website  sources mailing lists tickets A social bookmarking site ~mlb/linkhut-devel Mailing list for development discussion and patches related to the linkhut project. For help sending patches to this list, please consult git-send-email.io . ~mlb/linkhut-announce Low-volume mailing list for announcements related to the linkhut project.
2026-01-13T09:30:12
https://sr.ht/projects?search=%23catan+%23board-games
Browse projects on sourcehut sourcehut Log in — Register Browse public projects Sort results by Recently updated Longest active Apply ~vicho / el_poblador A terminal-based implementation of Settlers of Catan in Go #board-games #tui #catan Featured projects ~vicho/ el_poblador #board-games #tui #catan A terminal-based implementation of Settlers of Catan ~sheepy/ 3ds-homebrew #3ds #homebrew #rust A collection of "silly" 3DS homebrew projects. ~reykjalin/ Fonn #editor #tui #zig Fönn is a code editor powered by libfn, a text editor engine as a library. ~mlb/ linkhut #social #bookmarks A social bookmarking website ~bptato/ chawan #browser #pager A web browser for your terminal emulator More featured projects
2026-01-13T09:30:12
https://f-droid.org/en/packages/com.dessalines.thumbkey/
Thumb-Key | F-Droid - Free and Open Source Android App Repository Apps Forum Docs News Issues Contribute About Thumb-Key A privacy-conscious keyboard made for your thumbs. Thumb-Key is a privacy-conscious smart keyboard, made specifically for your thumbs. It features a 3x3 grid layout , and uses swipes for the less common letters. Its easy to learn, and designed for fast typing speeds. Instead of relying on profit-driven, privacy-offending word and sentence prediction for accuracy, as do most popular phone keyboards like Gboard and Swiftkey, Thumb-Key uses large keys with predictable positions , to prevent your eyes from hunting and pecking for letters. As the key positions get ingrained into your muscle memory, eventually you'll be able to appromixate the fast speeds of touch-typing, your eyes never having to leave the text edit area. This project is a follow-up to the now unmaintained (and closed-source) MessagEase Keyboard , which is its main inspiration. License: GNU Affero General Public License v3.0 only Issue Tracker Source Code Changelog Build Metadata Reproducibility Status Donate www.patreon.com/dessalines Versions Although APK downloads are available below to give you the choice, you should be aware that by installing that way you will not receive update notifications and it's a less secure way to download. We recommend that you install the F-Droid client and use that. Download F-Droid Version 5.0.13 (168) suggested Added on Jan 03, 2026 arm64-v8a armeabi-v7a x86 x86_64 This version requires Android 7.0 or newer. It is built and signed by the original developer, and guaranteed to correspond to this source tarball . Permissions com.dessalines.thumbkey.DYNAMIC_RECEIVER_NOT_EXPORTED_PERMISSION Download APK 3.8 MiB PGP Signature | Build Log Version 5.0.12 (167) - Added on Dec 18, 2025 arm64-v8a armeabi-v7a x86 x86_64 This version requires Android 7.0 or newer. It is built and signed by the original developer, and guaranteed to correspond to this source tarball . Permissions com.dessalines.thumbkey.DYNAMIC_RECEIVER_NOT_EXPORTED_PERMISSION Download APK 3.8 MiB PGP Signature | Build Log Version 5.0.11 (166) - Added on Dec 01, 2025 arm64-v8a armeabi-v7a x86 x86_64 This version requires Android 7.0 or newer. It is built and signed by the original developer, and guaranteed to correspond to this source tarball . Permissions com.dessalines.thumbkey.DYNAMIC_RECEIVER_NOT_EXPORTED_PERMISSION Download APK 3.7 MiB PGP Signature | Build Log العربية བོད་སྐད་ català čeština Deutsch English español euskara فارسی français עברית magyar Bahasa Indonesia íslenska italiano 日本語 한국어 polski português português do Brasil română русский shqip Türkçe українська 简体中文 繁體中文 Find Apps Status | Edit on GitLab
2026-01-13T09:30:12
https://sr.ht/projects?search=%23pager+%23board-games
Browse projects on sourcehut sourcehut Log in — Register Browse public projects Sort results by Recently updated Longest active Apply Featured projects ~vicho/ el_poblador #board-games #tui #catan A terminal-based implementation of Settlers of Catan ~sheepy/ 3ds-homebrew #3ds #homebrew #rust A collection of "silly" 3DS homebrew projects. ~reykjalin/ Fonn #editor #tui #zig Fönn is a code editor powered by libfn, a text editor engine as a library. ~mlb/ linkhut #social #bookmarks A social bookmarking website ~bptato/ chawan #browser #pager A web browser for your terminal emulator More featured projects
2026-01-13T09:30:12
https://extensionworkshop.com/documentation/publish/add-on-policies/#namespace
Add-on Policies | Firefox Extension Workshop Extension Workshop Extension Basics Getting started Mozilla Developer Network Documentation Topics Develop Firefox Tools User Experience Firefox for Android Port to Firefox Test and debug Getting Started Unique Firefox Capabilities Firefox Workflow Overview About the WebExtensions API Manifest V3 Manifest V3 migration guide What is Manifest V3? Manifest V3 changes Migration checklist Cross-Browser Development Browser Compatibility Namespace Asynchronous API Coverage Manifest keys More information Build cross-browser extensions Firefox Tools Build an extension in 5 minutes Browser Extension Development Tools Boilerplating tools Coding tools Testing and debugging tools Translation tools Tools for Firefox for Android Choosing a Firefox version for extension development Firefox editions Firefox version and their web extension development capabilities Getting started with web-ext Installation Update Using web-ext Check your code Test and debug Package, sign, and publish Use the configuration file Advanced topics See also web-ext v8 command reference What's new Commands web-ext build web-ext docs web-ext dump-config web-ext lint web-ext run web-ext sign Global options Setting option environment variables See also web-ext v7 command reference Commands Global options Setting option environment variables See also Web-ext Webpack plug-in Browser API Polyfill Extensions and the Add-on ID Basic workflow with no add-on ID When do you need an add-on ID? User Experience Build a secure extension Request the right permissions Introduction Advised permissions Avoid unnecessary permissions Request permissions at runtime Add information about permissions to your extensions AMO page Firefox built-in consent for data collection and transmission Taxonomy Specifying data types Accessing the data collection permissions programmatically Updates Best practices for collecting user data consents Know your privacy settings Get prepared Prompt after install Determine your consent flow Your consent dialogs Build an accessible extension Onboard, upboard, offboard users Onboarding Upboarding Offboarding User experience best practices 1. Keep it focused 2. Give users what they need, where they need it 3. Keep the user informed 4. Be Firefoxy in look and feel 5. Great onboarding experience 6. Test, test, and then test again Mobile Differences between desktop and Android extensions Introduction User interface Native application interaction Permissions Storage User experience guidelines for mobile extensions Introduction The basics The extra mile The last mile Developing extensions for Firefox for Android Set up your computer and Android emulator or device Check for Firefox for Android compatibility Install and run your extension in Firefox for Android Debug your extension Manifest V3 compatibility GeckoView Extensions (Android library) Port Your Extension Porting a Google Chrome Extension Debug and Test Debugging Developer tools toolbox Debugging background scripts Debugging options pages Debugging popups Debugging content scripts Debugging sidebars Debugging storage Debugging developer tools pages and panels Debug permission requests Debugging browser restarts Temporary Installation in Firefox Reloading a temporary extension Using the command line Detecting temporary installation Limitations Testing persistent and restart features What is an add-on ID? What is a Firefox profile? Extension behavior in Firefox What do I do to ensure I can test my extension? Test permission requests Permission grant behavior during testing Observe or verify install time permission requests Retest runtime permission grants Testing localizations Known issues Content scripts don't appear in DevTools Extension source don't update in DevTools "Destroyed actor" errors when debugging Android Publish Get your extension signed Distribute your signed extension Promote your extension Policies Add-on Policies No Surprises Content Submission Guidelines Development Practices User Scripts Data Collection and Transmission Disclosure and Control Monetization Security, Compliance and Blocking Add-on Policies FAQ No Surprises Content Submission Guidelines Data Collection and Transmission Disclosure and Control Security, Compliance and Blocking Firefox Add-on Distribution Agreement 1. Introduction 2. Accounts 3. Privacy Policy 4. Distribution, certificates, & review process 5. Your obligations 6. Licenses; proprietary rights 7. Content removal 8. Disclaimer of warranties 9. Limitation of liability 10. Release; indemnification 11. General legal terms Add-ons Blocking Process Security Over Choice Blocking Criteria Developer Outreach Requesting a Block Blocking Other Types of Third Party Software Third Party Library Usage When must links for third-party libraries be provided? How to determine the third-party library link Communicating third-party library links to reviewers What does review rejection mean to users? Review overview Impact of review rejection Blocklisting Sign Signing and distribution overview Signing your add-ons Distributing your add-on Post-submission review More information about AMO Package your extension Windows Mac OSX Linux / Mac OSX Terminal Distribute Distribute Manifest V2 and V3 extensions Distribute pre-release versions Submitting an add-on Listing on AMO Self-distribution Get help Version Rollback Eligibility Roll back using Developer Hub Roll back using the Add-on Submission API Source code submission Provide your extension source code Default reviewer build environment Use of obfuscated code Source code checklist Firefox version compatibility Version compatibility The `browser_specific_settings` key AMO compatibility setting Recommendations Add-on ownership Transfer ownership Code disputes Developer accounts Setting a display name Blocked accounts Issues receiving emails from AMO Self-distribution Self-distribution options Installing self-distributed extensions Preparing your add-on Install from file on a computer Install from file on Android For desktop apps Promote Create an appealing listing Your add-on’s name Create a captivating icon Create a meaningful set of keywords Make sure your summary is just long enough Focus on key features in your screenshots The add-on description can be longer, but not too long Make it local Make it experimental Select the right platforms and versions Categorize well Be prepared to provide support Set up a developer profile Use plain language in any privacy policy or license agreement Gently ask for a review Make use of Markdown Some other points What’s great content and design? Promoting your extension Promote your add-on from your website Friends, family, and colleagues Events and meetups Current users Social media Engage with your users Create a forum, user group, or similar Engage with bloggers and news media Advertising Make money from browser extensions Will I ever be able to sell through AMO? What can't you do What can you do Unsolicited offers How can I maximize my income? Recommended extensions Overview Criteria for Recommended extensions Developer partnership Selection process Manage Stay informed when Firefox changes Publish extension updates Manage authors of your extension Promote your extension Removing your extension from distribution Resources Updating your extension Enabling updates to your extension Manifest structure Testing automatic updating Best practices for updating your extension Monitoring extension usage statistics Accessing the statistics dashboard Tracking external sources Add-on listing example Resources for publishers Retiring your extension Reasons for withdrawing your extension Steps to retiring an extension Suggested retirement timetable Enterprise Developing your enterprise extension Distributing your enterprise extension Enterprise support Manage add-ons for Firefox for Enterprise Install system add-ons for Firefox for Enterprise Enterprise resources Enterprise development Data collection disclosure and consent for enterprise extensions How to add policy support Distributing your policy Enterprise policies that impact extensions Relevant policies Other relevant policies Enterprise distribution Signed vs. unsigned extensions Using an ExtensionSettings policy Bundling add-ons with a custom Firefox Themes Creating themes Using the AMO theme generator Getting started Submitting your theme Updating your theme Static themes Introduction Create a simple static theme Updating static themes Single image themes Multiple image themes Static animated themes Dynamic themes Introduction Creating dynamic themes Publishing dynamic themes Cross-browser compatibility Community Who is part of the community? Connect with the community Get involved in the community Get in touch Community Forum Add-ons Blog Office Hours Stack Overflow Communication Calendar Dev Mailing List Contribute Contribution opportunities Onboard to the WebExtensions codebase Hacking guide for WebExtensions code contributions WebExtensions Experiments Find or create a bug Submit or Manage Extensions Search Submit or Manage Extensions Search Select a section Page Name Extension Basics Getting started Mozilla Developer Network Documentation Topics Develop Firefox Tools User Experience Firefox for Android Port to Firefox Test and debug Getting Started Unique Firefox Capabilities Firefox Workflow Overview About the WebExtensions API Manifest V3 Manifest V3 migration guide What is Manifest V3? Manifest V3 changes Migration checklist Cross-Browser Development Browser Compatibility Namespace Asynchronous API Coverage Manifest keys More information Build cross-browser extensions Firefox Tools Build an extension in 5 minutes Browser Extension Development Tools Boilerplating tools Coding tools Testing and debugging tools Translation tools Tools for Firefox for Android Choosing a Firefox version for extension development Firefox editions Firefox version and their web extension development capabilities Getting started with web-ext Installation Update Using web-ext Check your code Test and debug Package, sign, and publish Use the configuration file Advanced topics See also web-ext v8 command reference What's new Commands web-ext build web-ext docs web-ext dump-config web-ext lint web-ext run web-ext sign Global options Setting option environment variables See also web-ext v7 command reference Commands Global options Setting option environment variables See also Web-ext Webpack plug-in Browser API Polyfill Extensions and the Add-on ID Basic workflow with no add-on ID When do you need an add-on ID? User Experience Build a secure extension Request the right permissions Introduction Advised permissions Avoid unnecessary permissions Request permissions at runtime Add information about permissions to your extensions AMO page Firefox built-in consent for data collection and transmission Taxonomy Specifying data types Accessing the data collection permissions programmatically Updates Best practices for collecting user data consents Know your privacy settings Get prepared Prompt after install Determine your consent flow Your consent dialogs Build an accessible extension Onboard, upboard, offboard users Onboarding Upboarding Offboarding User experience best practices 1. Keep it focused 2. Give users what they need, where they need it 3. Keep the user informed 4. Be Firefoxy in look and feel 5. Great onboarding experience 6. Test, test, and then test again Mobile Differences between desktop and Android extensions Introduction User interface Native application interaction Permissions Storage User experience guidelines for mobile extensions Introduction The basics The extra mile The last mile Developing extensions for Firefox for Android Set up your computer and Android emulator or device Check for Firefox for Android compatibility Install and run your extension in Firefox for Android Debug your extension Manifest V3 compatibility GeckoView Extensions (Android library) Port Your Extension Porting a Google Chrome Extension Debug and Test Debugging Developer tools toolbox Debugging background scripts Debugging options pages Debugging popups Debugging content scripts Debugging sidebars Debugging storage Debugging developer tools pages and panels Debug permission requests Debugging browser restarts Temporary Installation in Firefox Reloading a temporary extension Using the command line Detecting temporary installation Limitations Testing persistent and restart features What is an add-on ID? What is a Firefox profile? Extension behavior in Firefox What do I do to ensure I can test my extension? Test permission requests Permission grant behavior during testing Observe or verify install time permission requests Retest runtime permission grants Testing localizations Known issues Content scripts don't appear in DevTools Extension source don't update in DevTools "Destroyed actor" errors when debugging Android Publish Get your extension signed Distribute your signed extension Promote your extension Policies Add-on Policies No Surprises Content Submission Guidelines Development Practices User Scripts Data Collection and Transmission Disclosure and Control Monetization Security, Compliance and Blocking Add-on Policies FAQ No Surprises Content Submission Guidelines Data Collection and Transmission Disclosure and Control Security, Compliance and Blocking Firefox Add-on Distribution Agreement 1. Introduction 2. Accounts 3. Privacy Policy 4. Distribution, certificates, & review process 5. Your obligations 6. Licenses; proprietary rights 7. Content removal 8. Disclaimer of warranties 9. Limitation of liability 10. Release; indemnification 11. General legal terms Add-ons Blocking Process Security Over Choice Blocking Criteria Developer Outreach Requesting a Block Blocking Other Types of Third Party Software Third Party Library Usage When must links for third-party libraries be provided? How to determine the third-party library link Communicating third-party library links to reviewers What does review rejection mean to users? Review overview Impact of review rejection Blocklisting Sign Signing and distribution overview Signing your add-ons Distributing your add-on Post-submission review More information about AMO Package your extension Windows Mac OSX Linux / Mac OSX Terminal Distribute Distribute Manifest V2 and V3 extensions Distribute pre-release versions Submitting an add-on Listing on AMO Self-distribution Get help Version Rollback Eligibility Roll back using Developer Hub Roll back using the Add-on Submission API Source code submission Provide your extension source code Default reviewer build environment Use of obfuscated code Source code checklist Firefox version compatibility Version compatibility The `browser_specific_settings` key AMO compatibility setting Recommendations Add-on ownership Transfer ownership Code disputes Developer accounts Setting a display name Blocked accounts Issues receiving emails from AMO Self-distribution Self-distribution options Installing self-distributed extensions Preparing your add-on Install from file on a computer Install from file on Android For desktop apps Promote Create an appealing listing Your add-on’s name Create a captivating icon Create a meaningful set of keywords Make sure your summary is just long enough Focus on key features in your screenshots The add-on description can be longer, but not too long Make it local Make it experimental Select the right platforms and versions Categorize well Be prepared to provide support Set up a developer profile Use plain language in any privacy policy or license agreement Gently ask for a review Make use of Markdown Some other points What’s great content and design? Promoting your extension Promote your add-on from your website Friends, family, and colleagues Events and meetups Current users Social media Engage with your users Create a forum, user group, or similar Engage with bloggers and news media Advertising Make money from browser extensions Will I ever be able to sell through AMO? What can't you do What can you do Unsolicited offers How can I maximize my income? Recommended extensions Overview Criteria for Recommended extensions Developer partnership Selection process Manage Stay informed when Firefox changes Publish extension updates Manage authors of your extension Promote your extension Removing your extension from distribution Resources Updating your extension Enabling updates to your extension Manifest structure Testing automatic updating Best practices for updating your extension Monitoring extension usage statistics Accessing the statistics dashboard Tracking external sources Add-on listing example Resources for publishers Retiring your extension Reasons for withdrawing your extension Steps to retiring an extension Suggested retirement timetable Enterprise Developing your enterprise extension Distributing your enterprise extension Enterprise support Manage add-ons for Firefox for Enterprise Install system add-ons for Firefox for Enterprise Enterprise resources Enterprise development Data collection disclosure and consent for enterprise extensions How to add policy support Distributing your policy Enterprise policies that impact extensions Relevant policies Other relevant policies Enterprise distribution Signed vs. unsigned extensions Using an ExtensionSettings policy Bundling add-ons with a custom Firefox Themes Creating themes Using the AMO theme generator Getting started Submitting your theme Updating your theme Static themes Introduction Create a simple static theme Updating static themes Single image themes Multiple image themes Static animated themes Dynamic themes Introduction Creating dynamic themes Publishing dynamic themes Cross-browser compatibility Community Who is part of the community? Connect with the community Get involved in the community Get in touch Community Forum Add-ons Blog Office Hours Stack Overflow Communication Calendar Dev Mailing List Contribute Contribution opportunities Onboard to the WebExtensions codebase Hacking guide for WebExtensions code contributions WebExtensions Experiments Find or create a bug Extension Basics Getting started Mozilla Developer Network Documentation Topics Develop Firefox Tools User Experience Firefox for Android Port to Firefox Test and debug Getting Started Unique Firefox Capabilities Firefox Workflow Overview About the WebExtensions API Manifest V3 Manifest V3 migration guide What is Manifest V3? Manifest V3 changes Migration checklist Cross-Browser Development Browser Compatibility Namespace Asynchronous API Coverage Manifest keys More information Build cross-browser extensions Firefox Tools Build an extension in 5 minutes Browser Extension Development Tools Boilerplating tools Coding tools Testing and debugging tools Translation tools Tools for Firefox for Android Choosing a Firefox version for extension development Firefox editions Firefox version and their web extension development capabilities Getting started with web-ext Installation Update Using web-ext Check your code Test and debug Package, sign, and publish Use the configuration file Advanced topics See also web-ext v8 command reference What's new Commands web-ext build web-ext docs web-ext dump-config web-ext lint web-ext run web-ext sign Global options Setting option environment variables See also web-ext v7 command reference Commands Global options Setting option environment variables See also Web-ext Webpack plug-in Browser API Polyfill Extensions and the Add-on ID Basic workflow with no add-on ID When do you need an add-on ID? User Experience Build a secure extension Request the right permissions Introduction Advised permissions Avoid unnecessary permissions Request permissions at runtime Add information about permissions to your extensions AMO page Firefox built-in consent for data collection and transmission Taxonomy Specifying data types Accessing the data collection permissions programmatically Updates Best practices for collecting user data consents Know your privacy settings Get prepared Prompt after install Determine your consent flow Your consent dialogs Build an accessible extension Onboard, upboard, offboard users Onboarding Upboarding Offboarding User experience best practices 1. Keep it focused 2. Give users what they need, where they need it 3. Keep the user informed 4. Be Firefoxy in look and feel 5. Great onboarding experience 6. Test, test, and then test again Mobile Differences between desktop and Android extensions Introduction User interface Native application interaction Permissions Storage User experience guidelines for mobile extensions Introduction The basics The extra mile The last mile Developing extensions for Firefox for Android Set up your computer and Android emulator or device Check for Firefox for Android compatibility Install and run your extension in Firefox for Android Debug your extension Manifest V3 compatibility GeckoView Extensions (Android library) Port Your Extension Porting a Google Chrome Extension Debug and Test Debugging Developer tools toolbox Debugging background scripts Debugging options pages Debugging popups Debugging content scripts Debugging sidebars Debugging storage Debugging developer tools pages and panels Debug permission requests Debugging browser restarts Temporary Installation in Firefox Reloading a temporary extension Using the command line Detecting temporary installation Limitations Testing persistent and restart features What is an add-on ID? What is a Firefox profile? Extension behavior in Firefox What do I do to ensure I can test my extension? Test permission requests Permission grant behavior during testing Observe or verify install time permission requests Retest runtime permission grants Testing localizations Known issues Content scripts don't appear in DevTools Extension source don't update in DevTools "Destroyed actor" errors when debugging Android Publish Get your extension signed Distribute your signed extension Promote your extension Policies Add-on Policies No Surprises Content Submission Guidelines Development Practices User Scripts Data Collection and Transmission Disclosure and Control Monetization Security, Compliance and Blocking Add-on Policies FAQ No Surprises Content Submission Guidelines Data Collection and Transmission Disclosure and Control Security, Compliance and Blocking Firefox Add-on Distribution Agreement 1. Introduction 2. Accounts 3. Privacy Policy 4. Distribution, certificates, & review process 5. Your obligations 6. Licenses; proprietary rights 7. Content removal 8. Disclaimer of warranties 9. Limitation of liability 10. Release; indemnification 11. General legal terms Add-ons Blocking Process Security Over Choice Blocking Criteria Developer Outreach Requesting a Block Blocking Other Types of Third Party Software Third Party Library Usage When must links for third-party libraries be provided? How to determine the third-party library link Communicating third-party library links to reviewers What does review rejection mean to users? Review overview Impact of review rejection Blocklisting Sign Signing and distribution overview Signing your add-ons Distributing your add-on Post-submission review More information about AMO Package your extension Windows Mac OSX Linux / Mac OSX Terminal Distribute Distribute Manifest V2 and V3 extensions Distribute pre-release versions Submitting an add-on Listing on AMO Self-distribution Get help Version Rollback Eligibility Roll back using Developer Hub Roll back using the Add-on Submission API Source code submission Provide your extension source code Default reviewer build environment Use of obfuscated code Source code checklist Firefox version compatibility Version compatibility The `browser_specific_settings` key AMO compatibility setting Recommendations Add-on ownership Transfer ownership Code disputes Developer accounts Setting a display name Blocked accounts Issues receiving emails from AMO Self-distribution Self-distribution options Installing self-distributed extensions Preparing your add-on Install from file on a computer Install from file on Android For desktop apps Promote Create an appealing listing Your add-on’s name Create a captivating icon Create a meaningful set of keywords Make sure your summary is just long enough Focus on key features in your screenshots The add-on description can be longer, but not too long Make it local Make it experimental Select the right platforms and versions Categorize well Be prepared to provide support Set up a developer profile Use plain language in any privacy policy or license agreement Gently ask for a review Make use of Markdown Some other points What’s great content and design? Promoting your extension Promote your add-on from your website Friends, family, and colleagues Events and meetups Current users Social media Engage with your users Create a forum, user group, or similar Engage with bloggers and news media Advertising Make money from browser extensions Will I ever be able to sell through AMO? What can't you do What can you do Unsolicited offers How can I maximize my income? Recommended extensions Overview Criteria for Recommended extensions Developer partnership Selection process Manage Stay informed when Firefox changes Publish extension updates Manage authors of your extension Promote your extension Removing your extension from distribution Resources Updating your extension Enabling updates to your extension Manifest structure Testing automatic updating Best practices for updating your extension Monitoring extension usage statistics Accessing the statistics dashboard Tracking external sources Add-on listing example Resources for publishers Retiring your extension Reasons for withdrawing your extension Steps to retiring an extension Suggested retirement timetable Enterprise Developing your enterprise extension Distributing your enterprise extension Enterprise support Manage add-ons for Firefox for Enterprise Install system add-ons for Firefox for Enterprise Enterprise resources Enterprise development Data collection disclosure and consent for enterprise extensions How to add policy support Distributing your policy Enterprise policies that impact extensions Relevant policies Other relevant policies Enterprise distribution Signed vs. unsigned extensions Using an ExtensionSettings policy Bundling add-ons with a custom Firefox Themes Creating themes Using the AMO theme generator Getting started Submitting your theme Updating your theme Static themes Introduction Create a simple static theme Updating static themes Single image themes Multiple image themes Static animated themes Dynamic themes Introduction Creating dynamic themes Publishing dynamic themes Cross-browser compatibility Community Who is part of the community? Connect with the community Get involved in the community Get in touch Community Forum Add-ons Blog Office Hours Stack Overflow Communication Calendar Dev Mailing List Contribute Contribution opportunities Onboard to the WebExtensions codebase Hacking guide for WebExtensions code contributions WebExtensions Experiments Find or create a bug Add-on Policies Add-ons extend the core capabilities of Firefox, enabling users to modify and personalize their web experience. A healthy ecosystem, built on trust, is vital for developers to be successful and users to feel safe making Firefox their own. For these reasons, Mozilla requires all add-ons to comply with the following policies. These policies are not intended to serve as legal advice: depending on where you are located, additional requirements may apply. All add-ons are subject to these policies, regardless of how they are distributed. When an add-on is given human review or otherwise assessed by Mozilla, these policies act as guiding principles for those reviews. Add-ons that do not comply with these policies may be rejected or disabled by Mozilla. Contents No Surprises Content Submission Guidelines Development Practices User Scripts Data Collection and Transmission Disclosure and Control Monetization Security, Compliance and Blocking No Surprises Users should be able to easily discern the functionality of your add-on based on the listing, and should not be presented with unexpected user experiences after installing it. The listing should include an easy-to-read description of what the add-on does, and what information it transmits. Please consult our best practices guide for creating an appealing listing . Unexpected features “Unexpected” features are those that are unrelated to the add-on’s primary function, and are not clearly indicated by the add-on name or description. This may include features that impact user privacy or security, make unexpected changes to web content, or change default settings like the new tab page, homepage, or search engine. Any “unexpected” feature(s) must adhere to all of the following requirements: The add-on description must clearly state any changes made by these features. The features must be “opt-in”, meaning the user has to take non-default action to enact the change. Changes prompted by Firefox after the add-on is installed do not require an additional opt-in. The permissions prompt shown when installing an add-on does not alleviate the need for an opt-in. The opt-in interface must clearly state the name of the add-on requesting the change. Content Add-ons that make use of Mozilla trademarks must comply with the Mozilla Trademark Guidelines . If the add-on uses “Firefox” in its name, the naming standard the add-on is expected to follow is “<Add-on name> for Firefox”. In addition, add-ons listed on addons.mozilla.org must adhere to the following policies: All add-ons submitted for listing on addons.mozilla.org are subject to Mozilla’s Acceptable Use Policy . Listings must disclose when payment is required to enable any add-on functionality. Add-ons and their content must conform to the laws of the United States. (Add-ons that violate or have content that violates the law in other jurisdictions may also be removed or have access limited.) If the add-on is a fork of another add-on, the name must clearly distinguish it from the original and provide a significant difference in functionality and/or code. Add-ons with the sole purpose of promoting, installing, loading or launching an outside website, application or add-on are not permitted. Themes that feature low-quality, stretched, or blank images, as well as those themes in which the header image is misaligned, are not permitted. Duplicate themes are not permitted. Submission Guidelines Add-ons must function only as described. During review, the add-on undergoes basic functional testing in addition to code review. To facilitate the functional testing, the add-on author must provide testing information and, if an account is needed for any part of the add-on’s functionality, testing credentials to allow use of the add-on. If corrections have been requested and are submitted as part of a new version, the new version should not contain unrelated changes, as this complicates the review process and can lead to further delays or rejections. Source Code Submission Code must be provided in a way that is reviewable. Add-ons may contain transpiled, minified or otherwise machine-generated code, but Mozilla needs to review a copy of the source code before any of these steps have been applied. The author must provide this information to Mozilla during submission along with instructions on how to reproduce the build. All dependencies must either be included in the source code package directly or downloaded only through the respective official package managers during the build process. Build tools or environments that no longer appear to be supported by their maintainers are not accepted. Reviewers may ask you to refactor parts of the code if it is not reviewable. The provided source code is reviewed by an administrator and is not redistributed in any way. The code is only used for the purpose of reviewing the add-on. Failure to provide this information results in rejection or blocking. Add-ons are not allowed to contain obfuscated code, nor code that hides the purpose of the functionality involved. If external resources are used in combination with add-on code, the functionality of the code must not be obscured. Minification of code with the intent to reduce file size is permitted. Please read our Source Code Submission guidelines to avoid unexpected rejections or blocks. Development Practices In general, developers are free to maintain their add-ons in the manner they choose. However, in order to maintain appropriate data security measures and allow us to effectively review code, we have certain technical requirements that all add-ons must meet. In particular, potentially dangerous APIs may only be used in ways that are demonstrably safe, and code within add-ons that cannot be verified as behaving safely and correctly may need to be refactored. The following requirements are of particular importance: Add-ons must only request those permissions that are necessary for them to function. Add-ons must be self-contained and not load remote code for execution. Add-ons must not load or redirect to a remote new tab page. The new tab page must be contained within the add-on. Add-ons must not relax web page security headers, such as the Content Security Policy. Add-ons must use encryption when transporting data remotely. Add-ons should avoid including redundant code or files. Add-ons must not negatively impact the performance or stability of Firefox. Only release versions of third-party libraries and/or frameworks may be included with an add-on. Modifications to these libraries/frameworks are not permitted. Please read our third party library guidelines to better understand related requirements. User Scripts Usage of the userScripts API is allowed for user script managers only. A user script manager is an extension that allows users to manage website-specific scripts. The userScripts API cannot be used to extend or modify the functionality of the user script manager itself. The user must: Proactively install a user script using an explicit action, for instance a click on a button labeled “Install this user script”. Be able to see which user scripts are currently installed and remove scripts without impacting the extension. Data Collection and Transmission Disclosure and Control Add-ons must limit data transmission to what is necessary for functionality, and must use the data only for the purpose for which it was transmitted. For the purposes of this policy, data transmission refers to any data that is collected, used, transferred, shared, or handled outside of the add-on or the local browser. If the add-on uses native messaging, the Add-on Policies (including those related to user consent and control) apply to any data sent to the native application as well. Prohibited Data Collection and Transmission Search functionality provided or loaded by the add-on must not transmit search terms or intercept searches that are going to a third-party search provider. Transmitting or facilitating the transmission of ancillary information (e.g. any data not required for the add-on’s functionality as stated in the description) is prohibited. The transmission of browsing activity is only permitted as part of the add-on’s primary function. User Consent and Control The user must be provided with a clear way to control the add-on’s data transmission, either through a consent experience created by the add-on developer, or by using Firefox’s built in data collection and transmission consent experience. In the case of add-ons that qualify for implicit consent, under the “Implicit Consent for Self-Evident, Single-Use Extension” policy, installation is the consent. Add-ons installed in an enterprise environment can bypass asking for data collection consent when they are installed by enterprise policy. For more information, refer to the enterprise documentation . If the add-on uses Firefox’s built-in data collection and transmission consent experience, then the browser will bypass this by default. If the add-on is only compatible with Firefox 140 or later and uses Firefox’s built-in data collection and transmission consent experience: It must accurately state the data collection practices in the extension manifest, including when it does not collect data, in line with the Firefox add-on data classification taxonomy . If the add-on is compatible with Firefox 139 and earlier or does not use Firefox’s built-in data collection and transmission consent experience: The user must be provided with a clear way to control the add-on’s data transmission immediately after installation of the add-on. If data transmission starts or changes in an add-on update, or the consent and control is introduced in an update, it must be shown to all new and upgrading users immediately after the update. The data transmission consent and control must be contained within the add-on. The consent experience must: Be unmissable. It is recommended to present it in a new focused tab in the current window. Other ways that could be missed or accidentally hidden, like a popup window, will result in a rejection. Be presented on a single page, including all choices and decision options. Present users with a clear, readable data transmission consent. Information explaining the data transmitted must be prominently stated and not buried or hidden. Avoid deceptive design patterns that make it harder to understand your data transmission policy, including, but not limited to, illegible font sizes, reduced color contrast, hidden options, multi-step consent decline flows, and similar techniques indicative of deceptive design. Clearly state what type of data is being transmitted. Inform about the impact of accepting or declining the data transmission If both personal and technical data is being transmitted, the user must be provided separate choices. If the user declines the transmission, any resulting impact on their experience or use of the add-on must be limited to the data not being available. Please refer to our best practices for advice and examples on how to design and implement a data transmission consent prompt. Personal Data (opt-in) Personally identifiable information can be actively provided by the user or obtained through extension APIs. It includes, but is not limited to names, email addresses, search terms and browsing activity data, as well as access to and placement of cookies. Before an add-on may transmit personal information, it must clearly describe, and the user must affirmatively consent (i.e., explicitly opt-in) to the type of personal data being transmitted. If the primary function of the add-on does not work without transmitting personal data, the add-on must provide a choice for the user to either accept the data transmission or uninstall the add-on. Implicit Consent for Self-Evident, Single-Use Extension Implicit consent applies only to add-ons hosted on addons.mozilla.org when all of the following conditions are satisfied. Otherwise the standard explicit consent rules apply. Conditions Purpose-bounded and user-initiated – Data may be transmitted only as a direct, immediate consequence of a single, deliberate user command (for example, a click or tap) on a clearly labelled control supplied by the browser or the add-on. Any passive, continuous, or background transmission requires explicit consent. Self-evident listing disclosure – The add-ons name and addons.mozilla.org listing must, in combination, make it clear what data will be transmitted and why, consistent with the “No Surprises” policy. Self-evident user interface – At the point of interaction, the in-product UI must plainly signal which data will be sent and to what type of service, so the user can foresee the consequence of their action without additional prompts. Purpose-limited data scope – The transmission: a. is strictly limited to the content element the user acted upon (for example, selected text, current page URL, chosen file or image); and b. must not include persistent identifiers, analytics beacons, cookies, advertising IDs, or any data unrelated to completing the primary function of the add-on. Transmission of certain data requires explicit consent, regardless of the above. For more information, refer to the Firefox add-on data classification taxonomy . Review authority – Mozilla reviewers may require the add-on to obtain explicit user consent if they judge an add-on’s disclosure inadequate or detect attempts to broaden data collection. When all the above conditions are met, invoking the primary function is deemed implicit consent for transmitting the user-supplied data needed to perform that function. No additional dialog needs to be shown at install time. If any other data is transmitted, explicit consent at time of install is required. Technical & User Interaction Data (opt-out) Technical data describes information about the environment the user is running, such as browser settings, platform information and hardware properties. User interaction data includes how the user interacts with Firefox and the installed add-ons, metrics for product improvement, and error information. When an add-on transmits either of these types of information, it must allow the user to disable that data transmission (opt-out) during the initial consent experience. The add-on functionality must not be restricted if the user declines transmission of this data. Additional Privacy Protocols Leaking local or user-specific information to websites or other applications (e.g. through native messaging) is prohibited. Data from private browsing sessions must not be stored. Information that identifies a user across browsing sessions or containers must not be made available to web content. Monetization An add-on injecting advertising into web page content must clearly identify the injected content as originating from the add-on. The inclusion of any cryptocurrency miners in an add-on is prohibited. Modifying web content or facilitating redirects to include affiliate promotion tags is not permitted. Conversely, the inclusion of affiliate promotions in user interface elements that are clearly identified as belonging to the add-on are acceptable. Security, Compliance and Blocking We expect all add-ons, whether hosted on addons.mozilla.org or not, to be secure and well-maintained in how they handle both their own data and their users’ data. They must also securely manage all of their interactions with the web and the browser and the operating system. Policy Enforcement Mozilla may reject or block affected versions or entire add-ons that don’t comply with the above policies, depending on the extent of their non-compliance. Mozilla may attempt to contact the add-on’s developer(s) and provide a reasonable time frame for the problems to be corrected before a block is deployed. If an add-on appears to intentionally or repeatedly violate the policies, or its developers have proven unreachable, unresponsive, or uncooperative, blocking may be immediate. Mozilla reserves the right to block or delete any developer’s account on addons.mozilla.org, thereby preventing further use of the service, for certain violations of Mozilla’s policies. For more information about rejection and blocking, see What does review rejection mean to users? Tags:   add-ons   review   policies   Contributors:   kewisch   rebloor   wagnerand   atsay   jvillalobos   wbamberg   kmaglione   dotproto   Last update:   dotproto   Sep 17, 2025 Up Next Publish Add-on Policies FAQ Publish Firefox Add-on Distribution Agreement Publish Add-ons Blocking Process Documentation Topics Develop Publish Manage Enterprise Themes Connect With Us Twitter For developers: @mozamo For end users: @rockyourfirefox More Matrix Community forum Extensions Developer Newsletter Stay up-to-date on news and events for Firefox extension developers. Email Address I’m okay with Mozilla handling my info as explained in this Privacy Notice . Sign up Thanks! Please check your inbox to confirm your subscription. If you haven’t previously confirmed a subscription to a Mozilla-related newsletter you may have to do so. Please check your inbox or your spam filter for an email from us. Mozilla Add-ons About Blog Developer Hub Developer Policies Forum Firefox Download Firefox Desktop Mobile Features Beta, Nightly, Developer Edition Twitter (@firefox) YouTube (firefoxchannel) Github (mozilla) Website Privacy Notice Cookies Legal Edit this page on GitHub Portions of this content are ©1998–2025 by individual mozilla.org contributors. Content available under a Creative Commons license .
2026-01-13T09:30:12
https://developers.cloudflare.com/ai-gateway/usage/providers/cohere/
Cohere · Cloudflare AI Gateway docs Skip to content Cloudflare Docs Search Docs Directory APIs SDKs Help Log in Select theme Dark Light Auto AI Gateway No results found. Try a different search term, or use our global search . Overview Getting started Using AI Gateway Unified API (OpenAI compat) Provider Native Workers AI Amazon Bedrock Anthropic Azure OpenAI Baseten Cartesia Cerebras Cohere Deepgram DeepSeek ElevenLabs Fal AI Google AI Studio Google Vertex AI Groq HuggingFace Ideogram Mistral AI OpenAI OpenRouter Parallel Perplexity Replicate xAI WebSockets API Beta Overview Realtime WebSockets API Non-realtime WebSockets API Features Overview Unified Billing Caching Rate limiting Dynamic routing Beta Overview Using a dynamic route JSON Configuration Data Loss Prevention (DLP) Beta Overview Set up Data Loss Prevention (DLP) Guardrails Beta Overview Set up Guardrails Supported model types Usage considerations Configuration BYOK (Store Keys) Beta Custom costs Custom Providers Beta Manage gateways Request handling Authenticated Gateway Observability Costs Custom metadata Analytics Logging Overview Workers Logpush Integrations Vercel AI SDK Agents ↗ AI Gateway Binding Methods Workers AI Tutorials Platform Overview Limits Pricing Audit logs Changelog Header Glossary REST API reference ↗ API MCP server ↗ MCP AI Assistant ↗ Architectures LLM resources llms.txt prompt.txt AI Gateway llms-full.txt Developer Platform llms-full.txt GitHub X.com YouTube Select theme Dark Light Auto On this page Overview Endpoint URL structure Prerequisites Examples cURL Use Cohere SDK with Python OpenAI-Compatible Endpoint On this page Overview Endpoint URL structure Prerequisites Examples cURL Use Cohere SDK with Python OpenAI-Compatible Endpoint Was this helpful? Edit Issue Directory … AI Gateway Using AI Gateway Provider Native Cohere Copy page Cohere Cohere ↗ build AI models designed to solve real-world business challenges. Endpoint https://gateway.ai.cloudflare.com/v1/{account_id}/{gateway_id}/cohere URL structure When making requests to Cohere ↗ , replace https://api.cohere.ai/v1 in the URL you're currently using with https://gateway.ai.cloudflare.com/v1/{account_id}/{gateway_id}/cohere . Prerequisites When making requests to Cohere, ensure you have the following: Your AI Gateway Account ID. Your AI Gateway gateway name. An active Cohere API token. The name of the Cohere model you want to use. Examples cURL Request curl https://gateway.ai.cloudflare.com/v1/{account_id}/{gateway_id}/cohere/v1/chat \ --header 'Authorization: Token {cohere_api_token}' \ --header 'Content-Type: application/json' \ --data '{ "chat_history": [ {"role": "USER", "message": "Who discovered gravity?"}, {"role": "CHATBOT", "message": "The man who is widely credited with discovering gravity is Sir Isaac Newton"} ], "message": "What year was he born?", "connectors": [{"id": "web-search"}] }' Use Cohere SDK with Python If using the cohere-python-sdk ↗ , set your endpoint like this: Python import cohere import os api_key = os . getenv ( 'API_KEY' ) account_id = '{account_id}' gateway_id = '{gateway_id}' base_url = f "https://gateway.ai.cloudflare.com/v1/{account_id}/{gateway_id}/cohere/v1" co = cohere . Client ( api_key = api_key , base_url = base_url , ) message = "hello world!" model = "command-r-plus" chat = co . chat ( message = message , model = model ) print ( chat ) OpenAI-Compatible Endpoint You can also use the OpenAI-compatible endpoint ( /ai-gateway/usage/chat-completion/ ) to access Cohere models using the OpenAI API schema. To do so, send your requests to: https://gateway.ai.cloudflare.com/v1/{account_id}/{gateway_id}/compat/chat/completions Specify: { " model " : "cohere/{model}" } Was this helpful? Edit page Last updated: Aug 19, 2025 Previous Cerebras Next Deepgram Resources API New to Cloudflare? Directory Sponsorships Open Source Support Help Center System Status Compliance GDPR Company cloudflare.com Our team Careers Tools Cloudflare Radar Speed Test Is BGP Safe Yet? RPKI Toolkit Certificate Transparency Community X Discord YouTube GitHub © 2026 Cloudflare, Inc. Privacy Policy Terms of Use Report Security Issues Trademark Cookie Settings
2026-01-13T09:30:12
https://developers.cloudflare.com/ai-gateway/configuration/manage-gateway/
Manage gateways · Cloudflare AI Gateway docs Skip to content Cloudflare Docs Search Docs Directory APIs SDKs Help Log in Select theme Dark Light Auto AI Gateway No results found. Try a different search term, or use our global search . Overview Getting started Using AI Gateway Unified API (OpenAI compat) Provider Native Workers AI Amazon Bedrock Anthropic Azure OpenAI Baseten Cartesia Cerebras Cohere Deepgram DeepSeek ElevenLabs Fal AI Google AI Studio Google Vertex AI Groq HuggingFace Ideogram Mistral AI OpenAI OpenRouter Parallel Perplexity Replicate xAI WebSockets API Beta Overview Realtime WebSockets API Non-realtime WebSockets API Features Overview Unified Billing Caching Rate limiting Dynamic routing Beta Overview Using a dynamic route JSON Configuration Data Loss Prevention (DLP) Beta Overview Set up Data Loss Prevention (DLP) Guardrails Beta Overview Set up Guardrails Supported model types Usage considerations Configuration BYOK (Store Keys) Beta Custom costs Custom Providers Beta Manage gateways Request handling Authenticated Gateway Observability Costs Custom metadata Analytics Logging Overview Workers Logpush Integrations Vercel AI SDK Agents ↗ AI Gateway Binding Methods Workers AI Tutorials Platform Overview Limits Pricing Audit logs Changelog Header Glossary REST API reference ↗ API MCP server ↗ MCP AI Assistant ↗ Architectures LLM resources llms.txt prompt.txt AI Gateway llms-full.txt Developer Platform llms-full.txt GitHub X.com YouTube Select theme Dark Light Auto On this page Overview Create gateway Edit gateway Delete gateway On this page Overview Create gateway Edit gateway Delete gateway Was this helpful? Edit Issue Directory … AI Gateway Configuration Manage gateways Copy page Manage gateways You have several different options for managing an AI Gateway. Create gateway Dashboard API Go to AI Gateway Log into the Cloudflare dashboard ↗ and select your account. Go to AI > AI Gateway . Select Create Gateway . Enter your Gateway name . Note: Gateway name has a 64 character limit. Select Create . To set up an AI Gateway using the API: Create an API token with the following permissions: AI Gateway - Read AI Gateway - Edit Get your Account ID . Using that API token and Account ID, send a POST request to the Cloudflare API. Edit gateway Dashboard API To edit an AI Gateway in the dashboard: Log into the Cloudflare dashboard ↗ and select your account. Go to AI > AI Gateway . Select your gateway. Go to Settings and update as needed. To edit an AI Gateway, send a PUT request to the Cloudflare API. Note For more details about what settings are available for editing, refer to Configuration . Delete gateway Deleting your gateway is permanent and can not be undone. Dashboard API To delete an AI Gateway in the dashboard: Log into the Cloudflare dashboard ↗ and select your account. Go to AI > AI Gateway . Select your gateway from the list of available options. Go to Settings . For Delete Gateway , select Delete (and confirm your deletion). To delete an AI Gateway, send a DELETE request to the Cloudflare API. Was this helpful? Edit page Last updated: Aug 20, 2025 Previous Custom Providers Next Request handling Resources API New to Cloudflare? Directory Sponsorships Open Source Support Help Center System Status Compliance GDPR Company cloudflare.com Our team Careers Tools Cloudflare Radar Speed Test Is BGP Safe Yet? RPKI Toolkit Certificate Transparency Community X Discord YouTube GitHub © 2026 Cloudflare, Inc. Privacy Policy Terms of Use Report Security Issues Trademark Cookie Settings
2026-01-13T09:30:12
https://developers.cloudflare.com/ai-gateway/usage/providers/parallel/
Parallel · Cloudflare AI Gateway docs Skip to content Cloudflare Docs Search Docs Directory APIs SDKs Help Log in Select theme Dark Light Auto AI Gateway No results found. Try a different search term, or use our global search . Overview Getting started Using AI Gateway Unified API (OpenAI compat) Provider Native Workers AI Amazon Bedrock Anthropic Azure OpenAI Baseten Cartesia Cerebras Cohere Deepgram DeepSeek ElevenLabs Fal AI Google AI Studio Google Vertex AI Groq HuggingFace Ideogram Mistral AI OpenAI OpenRouter Parallel Perplexity Replicate xAI WebSockets API Beta Overview Realtime WebSockets API Non-realtime WebSockets API Features Overview Unified Billing Caching Rate limiting Dynamic routing Beta Overview Using a dynamic route JSON Configuration Data Loss Prevention (DLP) Beta Overview Set up Data Loss Prevention (DLP) Guardrails Beta Overview Set up Guardrails Supported model types Usage considerations Configuration BYOK (Store Keys) Beta Custom costs Custom Providers Beta Manage gateways Request handling Authenticated Gateway Observability Costs Custom metadata Analytics Logging Overview Workers Logpush Integrations Vercel AI SDK Agents ↗ AI Gateway Binding Methods Workers AI Tutorials Platform Overview Limits Pricing Audit logs Changelog Header Glossary REST API reference ↗ API MCP server ↗ MCP AI Assistant ↗ Architectures LLM resources llms.txt prompt.txt AI Gateway llms-full.txt Developer Platform llms-full.txt GitHub X.com YouTube Select theme Dark Light Auto On this page Overview Endpoint URL structure Prerequisites Examples Tasks API Search API Chat API OpenAI-Compatible Endpoint FindAll API On this page Overview Endpoint URL structure Prerequisites Examples Tasks API Search API Chat API OpenAI-Compatible Endpoint FindAll API Was this helpful? Edit Issue Directory … AI Gateway Using AI Gateway Provider Native Parallel Copy page Parallel Parallel ↗ is a web API purpose-built for AIs, providing production-ready outputs with minimal hallucination and evidence-based results. Endpoint https://gateway.ai.cloudflare.com/v1/{account_id}/{gateway_id}/parallel URL structure When making requests to Parallel, you can route to any Parallel endpoint through AI Gateway by appending the path after parallel . For example, to access the Tasks API at /v1/tasks/runs , use: https://gateway.ai.cloudflare.com/v1/{account_id}/{gateway_id}/parallel/v1/tasks/runs Prerequisites When making requests to Parallel, ensure you have the following: Your AI Gateway Account ID. Your AI Gateway gateway name. An active Parallel API key. Examples Tasks API The Tasks API ↗ allows you to create comprehensive research and analysis tasks. cURL example Terminal window curl https://gateway.ai.cloudflare.com/v1/{account_id}/{gateway_id}/parallel/v1/tasks/runs \ --header 'x-api-key: {parallel_api_key}' \ --header 'Content-Type: application/json' \ --data '{ "input": "Create a comprehensive market research report on the HVAC industry in the USA including an analysis of recent M&A activity and other relevant details.", "processor": "ultra" }' Search API The Search API ↗ enables advanced search with configurable parameters. cURL example Terminal window curl https://gateway.ai.cloudflare.com/v1/{account_id}/{gateway_id}/parallel/v1beta/search \ --header 'x-api-key: {parallel_api_key}' \ --header 'Content-Type: application/json' \ --data '{ "objective": "When was the United Nations established? Prefer UN' \' 's websites.", "search_queries": [ "Founding year UN", "Year of founding United Nations" ], "processor": "base", "max_results": 10, "max_chars_per_result": 6000 }' Chat API The Chat API ↗ is supported through AI Gateway's Unified Chat Completions API. See below for more details: OpenAI-Compatible Endpoint You can also use the OpenAI-compatible endpoint ( /ai-gateway/usage/chat-completion/ ) to access Parallel models using the OpenAI API schema. To do so, send your requests to: https://gateway.ai.cloudflare.com/v1/{account_id}/{gateway_id}/compat/chat/completions Specify: { " model " : "parallel/{model}" } JavaScript SDK example JavaScript import OpenAI from "openai" ; const apiKey = "{parallel_api_key}" ; const accountId = "{account_id}" ; const gatewayId = "{gateway_id}" ; const baseURL = `https://gateway.ai.cloudflare.com/v1/ ${ accountId } / ${ gatewayId } /compat` ; const client = new OpenAI ( { apiKey , baseURL , } ) ; try { const model = "parallel/speed" ; const messages = [ { role : "user" , content : "Hello!" } ] ; const chatCompletion = await client . chat . completions . create ( { model , messages , } ) ; const response = chatCompletion . choices [ 0 ] . message ; console . log ( response ) ; } catch ( e ) { console . error ( e ) ; } FindAll API The FindAll API ↗ enables structured data extraction from complex queries. cURL example Terminal window curl https://gateway.ai.cloudflare.com/v1/{account_id}/{gateway_id}/parallel/v1beta/findall/ingest \ --header 'x-api-key: {parallel_api_key}' \ --header 'Content-Type: application/json' \ --data '{ "query": "Find all AI companies that recently raised money and get their website, CEO name, and CTO name." }' Was this helpful? Edit page Last updated: Oct 3, 2025 Previous OpenRouter Next Perplexity Resources API New to Cloudflare? Directory Sponsorships Open Source Support Help Center System Status Compliance GDPR Company cloudflare.com Our team Careers Tools Cloudflare Radar Speed Test Is BGP Safe Yet? RPKI Toolkit Certificate Transparency Community X Discord YouTube GitHub © 2026 Cloudflare, Inc. Privacy Policy Terms of Use Report Security Issues Trademark Cookie Settings
2026-01-13T09:30:12
https://developers.cloudflare.com/ai-gateway/usage/websockets-api/non-realtime-api/
Non-realtime WebSockets API · Cloudflare AI Gateway docs Skip to content Cloudflare Docs Search Docs Directory APIs SDKs Help Log in Select theme Dark Light Auto AI Gateway No results found. Try a different search term, or use our global search . Overview Getting started Using AI Gateway Unified API (OpenAI compat) Provider Native Workers AI Amazon Bedrock Anthropic Azure OpenAI Baseten Cartesia Cerebras Cohere Deepgram DeepSeek ElevenLabs Fal AI Google AI Studio Google Vertex AI Groq HuggingFace Ideogram Mistral AI OpenAI OpenRouter Parallel Perplexity Replicate xAI WebSockets API Beta Overview Realtime WebSockets API Non-realtime WebSockets API Features Overview Unified Billing Caching Rate limiting Dynamic routing Beta Overview Using a dynamic route JSON Configuration Data Loss Prevention (DLP) Beta Overview Set up Data Loss Prevention (DLP) Guardrails Beta Overview Set up Guardrails Supported model types Usage considerations Configuration BYOK (Store Keys) Beta Custom costs Custom Providers Beta Manage gateways Request handling Authenticated Gateway Observability Costs Custom metadata Analytics Logging Overview Workers Logpush Integrations Vercel AI SDK Agents ↗ AI Gateway Binding Methods Workers AI Tutorials Platform Overview Limits Pricing Audit logs Changelog Header Glossary REST API reference ↗ API MCP server ↗ MCP AI Assistant ↗ Architectures LLM resources llms.txt prompt.txt AI Gateway llms-full.txt Developer Platform llms-full.txt GitHub X.com YouTube Select theme Dark Light Auto On this page Overview Set up WebSockets API Example request Example response Example streaming request On this page Overview Set up WebSockets API Example request Example response Example streaming request Was this helpful? Edit Issue Directory … AI Gateway Using AI Gateway WebSockets API Non-realtime WebSockets API Copy page Non-realtime WebSockets API The Non-realtime WebSockets API allows you to establish persistent connections for AI requests without requiring repeated handshakes. This approach is ideal for applications that do not require real-time interactions but still benefit from reduced latency and continuous communication. Set up WebSockets API Generate an AI Gateway token with appropriate AI Gateway Run and opt in to using an authenticated gateway. Modify your Universal Endpoint URL by replacing https:// with wss:// to initiate a WebSocket connection: wss://gateway.ai.cloudflare.com/v1/{account_id}/{gateway_id} Open a WebSocket connection authenticated with a Cloudflare token with the AI Gateway Run permission. Note Alternatively, we also support authentication via the sec-websocket-protocol header if you are using a browser WebSocket. Example request JavaScript import WebSocket from "ws" ; const ws = new WebSocket ( "wss://gateway.ai.cloudflare.com/v1/my-account-id/my-gateway/" , { headers : { "cf-aig-authorization" : "Bearer AI_GATEWAY_TOKEN" , }, }, ) ; ws . on ( "open" , () => { ws . send ( JSON . stringify ( { type : "universal.create" , request : { eventId : "my-request" , provider : "workers-ai" , endpoint : "@cf/meta/llama-3.1-8b-instruct" , headers : { Authorization : "Bearer WORKERS_AI_TOKEN" , "Content-Type" : "application/json" , }, query : { prompt : "tell me a joke" , }, }, } ) , ) ; } ) ws . on ( "message" , ( message ) => { console . log ( message . toString ()) ; } ) ; { ws.send( JSON.stringify({ type: "universal.create", request: { eventId: "my-request", provider: "workers-ai", endpoint: "@cf/meta/llama-3.1-8b-instruct", headers: { Authorization: "Bearer WORKERS_AI_TOKEN", "Content-Type": "application/json", }, query: { prompt: "tell me a joke", }, }, }), );})ws.on("message", (message) => { console.log(message.toString());});"> Example response { " type " : "universal.created" , " metadata " : { " cacheStatus " : "MISS" , " eventId " : "my-request" , " logId " : "01JC3R94FRD97JBCBX3S0ZAXKW" , " step " : "0" , " contentType " : "application/json" }, " response " : { " result " : { " response " : "Why was the math book sad? Because it had too many problems. Would you like to hear another one?" }, " success " : true , " errors " : [], " messages " : [] } } Example streaming request For streaming requests, AI Gateway sends an initial message with request metadata indicating the stream is starting: { " type " : "universal.created" , " metadata " : { " cacheStatus " : "MISS" , " eventId " : "my-request" , " logId " : "01JC40RB3NGBE5XFRZGBN07572" , " step " : "0" , " contentType " : "text/event-stream" } } After this initial message, all streaming chunks are relayed in real-time to the WebSocket connection as they arrive from the inference provider. Only the eventId field is included in the metadata for these streaming chunks. The eventId allows AI Gateway to include a client-defined ID with each message, even in a streaming WebSocket environment. { " type " : "universal.stream" , " metadata " : { " eventId " : "my-request" }, " response " : { " response " : "would" } } Once all chunks for a request have been streamed, AI Gateway sends a final message to signal the completion of the request. For added flexibility, this message includes all the metadata again, even though it was initially provided at the start of the streaming process. { " type " : "universal.done" , " metadata " : { " cacheStatus " : "MISS" , " eventId " : "my-request" , " logId " : "01JC40RB3NGBE5XFRZGBN07572" , " step " : "0" , " contentType " : "text/event-stream" } } Was this helpful? Edit page Last updated: Dec 15, 2025 Previous Realtime WebSockets API Next Features Resources API New to Cloudflare? Directory Sponsorships Open Source Support Help Center System Status Compliance GDPR Company cloudflare.com Our team Careers Tools Cloudflare Radar Speed Test Is BGP Safe Yet? RPKI Toolkit Certificate Transparency Community X Discord YouTube GitHub © 2026 Cloudflare, Inc. Privacy Policy Terms of Use Report Security Issues Trademark Cookie Settings
2026-01-13T09:30:12
https://developers.cloudflare.com/ai-gateway/configuration/bring-your-own-keys/
BYOK (Store Keys) · Cloudflare AI Gateway docs Skip to content Cloudflare Docs Search Docs Directory APIs SDKs Help Log in Select theme Dark Light Auto AI Gateway No results found. Try a different search term, or use our global search . Overview Getting started Using AI Gateway Unified API (OpenAI compat) Provider Native Workers AI Amazon Bedrock Anthropic Azure OpenAI Baseten Cartesia Cerebras Cohere Deepgram DeepSeek ElevenLabs Fal AI Google AI Studio Google Vertex AI Groq HuggingFace Ideogram Mistral AI OpenAI OpenRouter Parallel Perplexity Replicate xAI WebSockets API Beta Overview Realtime WebSockets API Non-realtime WebSockets API Features Overview Unified Billing Caching Rate limiting Dynamic routing Beta Overview Using a dynamic route JSON Configuration Data Loss Prevention (DLP) Beta Overview Set up Data Loss Prevention (DLP) Guardrails Beta Overview Set up Guardrails Supported model types Usage considerations Configuration BYOK (Store Keys) Beta Custom costs Custom Providers Beta Manage gateways Request handling Authenticated Gateway Observability Costs Custom metadata Analytics Logging Overview Workers Logpush Integrations Vercel AI SDK Agents ↗ AI Gateway Binding Methods Workers AI Tutorials Platform Overview Limits Pricing Audit logs Changelog Header Glossary REST API reference ↗ API MCP server ↗ MCP AI Assistant ↗ Architectures LLM resources llms.txt prompt.txt AI Gateway llms-full.txt Developer Platform llms-full.txt GitHub X.com YouTube Select theme Dark Light Auto On this page Overview Introduction Setting up BYOK Prerequisites Configure API keys Update your applications Example Managing API keys Viewing configured keys Rotating keys Revoking access On this page Overview Introduction Setting up BYOK Prerequisites Configure API keys Update your applications Example Managing API keys Viewing configured keys Rotating keys Revoking access Was this helpful? Edit Issue Directory … AI Gateway Configuration BYOK (Store Keys) Copy page BYOK (Store Keys) Introduction Bring your own keys (BYOK) is a feature in Cloudflare AI Gateway that allows you to securely store your AI provider API keys directly in the Cloudflare dashboard. Instead of including API keys in every request to your AI models, you can configure them once in the dashboard, and reference them in your gateway configuration. The keys are stored securely with Secrets Store and allows for: Secure storage and limit exposure Easier key rotation Rate limit, budget limit and other restrictions with Dynamic Routes Setting up BYOK Prerequisites Ensure your gateway is authenticated . Ensure you have appropriate permissions to create and deploy secrets on Secrets Store. Configure API keys Log into the Cloudflare dashboard ↗ and select your account. Go to AI > AI Gateway . Select your gateway or create a new one. Go to the Provider Keys section. Click Add API Key . Select your AI provider from the dropdown. Enter your API key and optionally provide a description. Click Save . Update your applications Once you've configured your API keys in the dashboard: Remove API keys from your code : Delete any hardcoded API keys or environment variables. Update request headers : Remove provider authorization headers from your requests. Note that you still need to pass cf-aig-authorization . Test your integration : Verify that requests work without including API keys. Example With BYOK enabled, your workflow changes from: Traditional approach : Include API key in every request header Terminal window curl https://gateway.ai.cloudflare.com/v1/{account_id}/{gateway_id}/openai/chat/completions \ -H 'cf-aig-authorization: Bearer {CF_AIG_TOKEN}' \ -H "Authorization: Bearer YOUR_OPENAI_API_KEY" \ -H "Content-Type: application/json" \ -d '{"model": "gpt-4", "messages": [...]}' BYOK approach : Configure key once in dashboard, make requests without exposing keys Terminal window curl https://gateway.ai.cloudflare.com/v1/{account_id}/{gateway_id}/openai/chat/completions \ -H 'cf-aig-authorization: Bearer {CF_AIG_TOKEN}' \ -H "Content-Type: application/json" \ -d '{"model": "gpt-4", "messages": [...]}' Managing API keys Viewing configured keys In the AI Gateway dashboard, you can: View all configured API keys by provider See when each key was last used Check the status of each key (active, expired, invalid) Rotating keys To rotate an API key: Generate a new API key from your AI provider In the Cloudflare dashboard, edit the existing key entry Replace the old key with the new one Save the changes Your applications will immediately start using the new key without any code changes or downtime. Revoking access To remove an API key: In the AI Gateway dashboard, find the key you want to remove Click the Delete button Confirm the deletion Impact of key deletion Deleting an API key will immediately stop all requests that depend on it. Make sure to update your applications or configure alternative keys before deletion. Was this helpful? Edit page Last updated: Sep 3, 2025 Previous Usage considerations Next Custom costs Resources API New to Cloudflare? Directory Sponsorships Open Source Support Help Center System Status Compliance GDPR Company cloudflare.com Our team Careers Tools Cloudflare Radar Speed Test Is BGP Safe Yet? RPKI Toolkit Certificate Transparency Community X Discord YouTube GitHub © 2026 Cloudflare, Inc. Privacy Policy Terms of Use Report Security Issues Trademark Cookie Settings
2026-01-13T09:30:12
http://ads-developers.googleblog.com/2025/11/announcing-v202511-of-google-ad-manager.html
Google Ads Developer Blog: Announcing v202511 of the Google Ad Manager API Ads Developer Blog The official blog for information about the Google Ads, Google Ad Manager, Google Mobile Ads SDKs for AdMob and IMA SDKs, and other Google Advertising Platform developer tools. Announcing v202511 of the Google Ad Manager API Wednesday, November 19, 2025 We're pleased to announce that v202511 of the Google Ad Manager API is available now. This release provides support for targeting Publisher Provided Signals using PublisherProvidedSignalsTargeting . You can also check the declaration status of Ad technology providers using ThirdPartyDataDeclarationStatus on Creatives, and read the verifiedExchangeAdvertiserdId on Companies. For the full list of changes, check the release notes . Contact us on the Ad Manager API forum with any API-related questions. - Chris Seeley, Ad Manager API Team Google Labels: ad_manager_api , ad_manager_api_v202511 , release    Labels  account_management ad_clicks ad_customizers ad_exchange ad_exchange_buyer ad_exchange_optimization-series ad_exchange_rest ad_exchange_rtb ad_exchange_seller ad_exchange_soap ad_extensions ad_inspector ad_manager ad_manager_api ad_manager_api_v201805 ad_manager_api_v201808 ad_manager_api_v201811 ad_manager_api_v201902 ad_manager_api_v201905 ad_manager_api_v201908 ad_manager_api_v201911 ad_manager_api_v202002 ad_manager_api_v202005 ad_manager_api_v202008 ad_manager_api_v202011 ad_manager_api_v202102 ad_manager_api_v202105 ad_manager_api_v202108 ad_manager_api_v202111 ad_manager_api_v202202 ad_manager_api_v202205 ad_manager_api_v202208 ad_manager_api_v202211 ad_manager_api_v202302 ad_manager_api_v202305 ad_manager_api_v202308 ad_manager_api_v202311 ad_manager_api_v202402 ad_manager_api_v202405 ad_manager_api_v202408 ad_manager_api_v202411 ad_manager_api_v202502 ad_manager_api_v202511 ad_param ad_speed adexchangebuyer AdGroup AdGroupAd admanager_api admob admob_api admob_api_v1 admob_mediation admob_sdk admob_v4.3.1 admob_v5.0.5 admob_v6.0.1 ads adsense adsense_api adsense_host_api adsense_host_api_v3 adsense_management_api adsense_management_api_v1 adsense_management_api_v1.1 adsense_management_api_v1.2 adsense_management_api_v1.3 adsense_management_api_v1.4 advanced_apis adwhirl adwhirl_v3.1.1 adwords AdWords Scripts adwords_AdGroupCriterionService adwords_api adwords_api_v201302 adwords_api_v201306 adwords_api_v201309 adwords_api_v201402 adwords_api_v201406 adwords_api_v201409 adwords_api_v201502 adwords_api_v201506 adwords_api_v201509 adwords_api_v201601 adwords_api_v201603 adwords_api_v201605 adwords_api_v201607 adwords_api_v201609 adwords_api_v201702 adwords_api_v201705 adwords_api_v201708 adwords_api_v201710 adwords_api_v201802 adwords_api_v201806 adwords_api_v201809 adwords_api_workshops adwords_BatchJobService adwords_CampaignService adwords_CreateAccountService adwords_for_video adwords_ManagedCustomerService adwords_MutateJobService adwords_ReportDefinitionService adwords_scripts adwords_v201109 adwords_v201206 adwords_v201209 adwords_v201302 adwords_v201306 adwords_v201309 adwords_v201601 adwords_v201605 adwords_v201607 adwords_v201609 adwords_v201702 adwords_v201802 adwords_v201806 adwords_v201809 ai_tools alerting amp analytics analyticsapi android android_layout animation announcement annual developer survey api app_engine asset_group asset_group_listing_group_filter asset_group_signal assets attribution_reporting_api audiences authentication authorization authorized_buyer authorized_buyers aw_reporting awql batch_processing beacon_api best_practices beta bid_manager_api bid_modifiers bidding billing brand guidelines brand_guidelines budget_order_service budgets builders bulk_upload c# caf_sdk call_extensions call_metrics call_only call_tracking call-only callout_extensions campaign campaign_management campaign_manager_360 CampaignCriterion case_study cast certificates certification change_history chart_tools chrome chromecast click click_tracking click_type click-to-download clicks client_libraries client_library cm360 code_examples common_questions conference content content_api conversion conversions ConversionTrackerService converted_clicks creative_platforms creatives custom_fields customer_match DAI dart data_manager_api dbm_api debugging decorators deprecation developer dfa_ad_service dfa_api dfa_api_v118 dfa_creative_service dfa_reporting_api dfa_site_service dfa_v1.16 dfa_v1.17 dfa_v1.18 dfa_v1.19 dfa_v1.20 dfp dfp_api dfp_appengine dfp_creatives dfp_inventory dfp_mobile dfp_pql dfp_reports dfp_sales dfp_teams dfp_v201111 dfp_v201201 dfp_v201203 dfp_v201204 dfp_v201206 dfp_v201208 dfp_v201211 dfp_v201302 dfp_v201308 dfp_v201608 dfp_v201711 discord display display_network display_select display_smart_campaign docs documentation dotnet doubleclick DoubleClick_Rich_Media doubleclick_studio drafts dsa dv360 dv360_api dynamic_creative enhanced_campaigns entity_read_files erf error handling eta examples excluded_placement_lists exoplayer expanded_text_ads experiment experiments faq feedback feeds firebase flash flash_sdk floc flutter forecast_service games gaql gclid gdc gdl geo_targets geotargeting gmail_ads gmail_image_ads gmail_multi_product_ads gmail_single_promotion_ads GMF gmp golang google_ads google_ads_api google_ads_api_migration_workshop google_ads_api_v0 google_ads_api_v0_1 google_ads_api_v0_3 google_ads_api_v0_4 google_ads_api_v0_5 google_ads_api_v0_6 google_ads_api_v0_7 google_ads_api_v1_0 google_ads_api_v1_1 google_ads_api_v1_2 google_ads_api_v1_3 google_ads_api_v2_1 google_ads_api_v3_0 google_ads_api_v3_1 google_ads_api_v4 google_ads_api_v5 google_ads_api_v6 google_ads_scripts google_ads_solutions google_apis google_apps_script google_drive google_play_services google_plus gpt gRPC guide guides hangout hotel_ads hotel_campaigns html5 html5_ads https i18n ids ima_android ima_flash ima_html5 ima_ios ima_roku ima_sdk image image_ads image_optimization implementation impression_share interstitial interview io13 iOS iOS9 java_app_engine java_dart_api jdbc keyword_optimizer keywords kotlin labels limits line_item linq listing_groups location_extensions location_feeds LocationExtensionOperand LocationGroups logging manager_accounts maps_api marketplace maximize mcc MCP media media_bundle mediation_test_suite merchant_api migration mobile mobile_ads mobile_ads_garage mobile_ads_sdk mobile_sites mobile_speed mobile_targeting mobile_ux monitoring native native_ads_express new_features oath2 oauth oauth2 offline_conversions OfflineConversionFeedService open_source openrtb optimization pal Performance Max performance_max performance_max_api_workshop php PLA placements PMax policy policy_violation PQL price_extension privacy privacy_sandbox product_listing_ads proguard promotion_line publisher_ads_audits python qa quality_score query_builder_blog_series query_language quota rate_limiter rate_sheet RateExceededError realtime_bidding realtime_bidding_api realtime_bidding_protocol realtimebidding recommendations referer release remarketing reporting reports responsive_ads rest rewarded_video rmf ruby sa360 sandbox scripts sdf sdkless search search audience search terms search_audience search_network search_theme selector sendbeacon service_accounts SGAI shared_negative_keywords shopping simulations sitelinks smart snds spend ssl StepInsideAdWords success_stories suggested_ad_units sunset survey swift swift_package_manager swiftui target target_cpa targeting template_ads terms test_accounts test_network testing text_ads text_asset_automation tools trials turtledove ui unity update updates upgrade upgraded_urls v201509 vast3 vcpm video viewable-cpm webinar workshop workshops wp8 xml youtube  Archive      2026 Jan     2025 Dec Nov Oct Sep Aug Jul Jun May Apr Mar Feb Jan     2024 Dec Nov Oct Sep Aug Jul Jun May Apr Mar Feb Jan     2023 Dec Nov Oct Sep Aug Jul Jun May Apr Mar Feb Jan     2022 Dec Nov Oct Sep Aug Jul Jun May Apr Mar Feb Jan     2021 Dec Nov Oct Sep Aug Jul Jun May Apr Mar Feb Jan     2020 Dec Nov Oct Sep Aug Jul Jun May Apr Mar Feb Jan     2019 Dec Nov Oct Sep Aug Jul Jun May Apr Mar Feb Jan     2018 Dec Nov Oct Sep Aug Jul Jun May Apr Mar Feb Jan     2017 Dec Nov Oct Sep Aug Jul Jun May Apr Mar Feb Jan     2016 Dec Nov Oct Sep Aug Jul Jun May Apr Mar Feb Jan     2015 Dec Nov Oct Sep Aug Jul Jun May Apr Mar Feb Jan     2014 Dec Nov Oct Sep Aug Jul Jun May Apr Mar Feb Jan     2013 Dec Nov Oct Sep Aug Jul Jun May Apr Mar Feb Jan     2012 Dec Nov Oct Sep Aug Jul Jun May Apr Mar Feb Jan     2011 Dec Nov Give us feedback in our developer product forums: Google Ads API Google Ads scripts Google Ad Manager API DCM API Google Mobile Ads SDK Google AdMob API Google Interactive Media Ads SDK Google Content API for Shopping Authorized Buyers API Google Privacy Terms
2026-01-13T09:30:12
https://developers.cloudflare.com/ai-gateway/reference/
Platform · Cloudflare AI Gateway docs Skip to content Cloudflare Docs Search Docs Directory APIs SDKs Help Log in Select theme Dark Light Auto AI Gateway No results found. Try a different search term, or use our global search . Overview Getting started Using AI Gateway Unified API (OpenAI compat) Provider Native Workers AI Amazon Bedrock Anthropic Azure OpenAI Baseten Cartesia Cerebras Cohere Deepgram DeepSeek ElevenLabs Fal AI Google AI Studio Google Vertex AI Groq HuggingFace Ideogram Mistral AI OpenAI OpenRouter Parallel Perplexity Replicate xAI WebSockets API Beta Overview Realtime WebSockets API Non-realtime WebSockets API Features Overview Unified Billing Caching Rate limiting Dynamic routing Beta Overview Using a dynamic route JSON Configuration Data Loss Prevention (DLP) Beta Overview Set up Data Loss Prevention (DLP) Guardrails Beta Overview Set up Guardrails Supported model types Usage considerations Configuration BYOK (Store Keys) Beta Custom costs Custom Providers Beta Manage gateways Request handling Authenticated Gateway Observability Costs Custom metadata Analytics Logging Overview Workers Logpush Integrations Vercel AI SDK Agents ↗ AI Gateway Binding Methods Workers AI Tutorials Platform Overview Limits Pricing Audit logs Changelog Header Glossary REST API reference ↗ API MCP server ↗ MCP AI Assistant ↗ Architectures LLM resources llms.txt prompt.txt AI Gateway llms-full.txt Developer Platform llms-full.txt GitHub X.com YouTube Select theme Dark Light Auto On this page Overview On this page Overview Was this helpful? Edit Issue Directory … AI Gateway Platform Copy page Platform Audit logs Limits Pricing Was this helpful? Edit page Last updated: May 9, 2025 Previous Tutorials Next Limits Resources API New to Cloudflare? Directory Sponsorships Open Source Support Help Center System Status Compliance GDPR Company cloudflare.com Our team Careers Tools Cloudflare Radar Speed Test Is BGP Safe Yet? RPKI Toolkit Certificate Transparency Community X Discord YouTube GitHub © 2026 Cloudflare, Inc. Privacy Policy Terms of Use Report Security Issues Trademark Cookie Settings
2026-01-13T09:30:12
https://developers.cloudflare.com/ai-gateway/usage/providers/openai/
OpenAI · Cloudflare AI Gateway docs Skip to content Cloudflare Docs Search Docs Directory APIs SDKs Help Log in Select theme Dark Light Auto AI Gateway No results found. Try a different search term, or use our global search . Overview Getting started Using AI Gateway Unified API (OpenAI compat) Provider Native Workers AI Amazon Bedrock Anthropic Azure OpenAI Baseten Cartesia Cerebras Cohere Deepgram DeepSeek ElevenLabs Fal AI Google AI Studio Google Vertex AI Groq HuggingFace Ideogram Mistral AI OpenAI OpenRouter Parallel Perplexity Replicate xAI WebSockets API Beta Overview Realtime WebSockets API Non-realtime WebSockets API Features Overview Unified Billing Caching Rate limiting Dynamic routing Beta Overview Using a dynamic route JSON Configuration Data Loss Prevention (DLP) Beta Overview Set up Data Loss Prevention (DLP) Guardrails Beta Overview Set up Guardrails Supported model types Usage considerations Configuration BYOK (Store Keys) Beta Custom costs Custom Providers Beta Manage gateways Request handling Authenticated Gateway Observability Costs Custom metadata Analytics Logging Overview Workers Logpush Integrations Vercel AI SDK Agents ↗ AI Gateway Binding Methods Workers AI Tutorials Platform Overview Limits Pricing Audit logs Changelog Header Glossary REST API reference ↗ API MCP server ↗ MCP AI Assistant ↗ Architectures LLM resources llms.txt prompt.txt AI Gateway llms-full.txt Developer Platform llms-full.txt GitHub X.com YouTube Select theme Dark Light Auto On this page Overview Endpoint Examples OpenAI SDK cURL On this page Overview Endpoint Examples OpenAI SDK cURL Was this helpful? Edit Issue Directory … AI Gateway Using AI Gateway Provider Native OpenAI Copy page OpenAI OpenAI ↗ helps you build with GPT models. Endpoint Base URL https://gateway.ai.cloudflare.com/v1/{account_id}/{gateway_id}/openai When making requests to OpenAI, replace https://api.openai.com/v1 in the URL you are currently using with https://gateway.ai.cloudflare.com/v1/{account_id}/{gateway_id}/openai . Chat completions endpoint https://gateway.ai.cloudflare.com/v1/{account_id}/{gateway_id}/openai/chat/completions Responses endpoint https://gateway.ai.cloudflare.com/v1/{account_id}/{gateway_id}/openai/responses Examples OpenAI SDK With Key in Request With Authenticated Gateway Unauthenticated Gateway import OpenAI from "openai" ; const client = new OpenAI ( { apiKey : "YOUR_OPENAI_API_KEY" , defaultHeaders : { "cf-aig-authorization" : `Bearer {cf_api_token}` , }, baseURL : "https://gateway.ai.cloudflare.com/v1/{account_id}/{gateway_id}/openai" , } ) ; const response = await client . chat . completions . create ( { model : "gpt-4o-mini" , messages : [ { role : "user" , content : "Hello, world!" } ] , } ) ; import OpenAI from "openai" ; const client = new OpenAI ( { apiKey : "YOUR_OPENAI_API_KEY" , baseURL : "https://gateway.ai.cloudflare.com/v1/{account_id}/{gateway_id}/openai" , } ) ; const response = await client . chat . completions . create ( { model : "gpt-4o-mini" , messages : [ { role : "user" , content : "Hello, world!" } ] , } ) ; With Stored Keys (BYOK) / Unified Billing import OpenAI from "openai" ; const client = new OpenAI ( { apiKey : "{cf_api_token}" , baseURL : "https://gateway.ai.cloudflare.com/v1/{account_id}/{gateway_id}/openai" , } ) ; // Ensure your OpenAI API key is stored with BYOK // or Unified Billing has credits const response = await client . chat . completions . create ( { model : "gpt-4o-mini" , messages : [ { role : "user" , content : "Hello, world!" } ] , } ) ; cURL Responses API with API Key in Request With Authenticated Gateway Unauthenticated Gateway Terminal window curl -X POST https://gateway.ai.cloudflare.com/v1/{account_id}/{gateway_id}/openai/responses \ --header 'Authorization: Bearer {OPENAI_API_KEY}' \ --header 'cf-aig-authorization: Bearer {CF_AIG_TOKEN}' \ --header 'Content-Type: application/json' \ --data '{ "model": "gpt-5.1", "input": [ { "role": "user", "content": "Write a one-sentence bedtime story about a unicorn." } ] }' Terminal window curl -X POST https://gateway.ai.cloudflare.com/v1/{account_id}/{gateway_id}/openai/responses \ --header 'Authorization: Bearer {OPENAI_API_KEY}' \ --header 'Content-Type: application/json' \ --data '{ "model": "gpt-5.1", "input": [ { "role": "user", "content": "Write a one-sentence bedtime story about a unicorn." } ] }' Chat Completions with API Key in Request With Authenticated Gateway Unauthenticated Gateway Terminal window curl -X POST https://gateway.ai.cloudflare.com/v1/{account_id}/{gateway_id}/openai/chat/completions \ --header 'Authorization: Bearer {OPENAI_API_KEY}' \ --header 'cf-aig-authorization: Bearer {CF_AIG_TOKEN}' \ --header 'Content-Type: application/json' \ --data '{ "model": "gpt-4o-mini", "messages": [ { "role": "user", "content": "What is Cloudflare?" } ] }' Terminal window curl -X POST https://gateway.ai.cloudflare.com/v1/{account_id}/{gateway_id}/openai/chat/completions \ --header 'Authorization: Bearer {OPENAI_API_KEY}' \ --header 'Content-Type: application/json' \ --data '{ "model": "gpt-4o-mini", "messages": [ { "role": "user", "content": "What is Cloudflare?" } ] }' Responses API with Stored Keys (BYOK) / Unified Billing Terminal window curl -X POST https://gateway.ai.cloudflare.com/v1/{account_id}/{gateway_id}/openai/responses \ --header 'cf-aig-authorization: Bearer {CF_AIG_TOKEN}' \ --header 'Content-Type: application/json' \ --data '{ "model": "gpt-5.1", "input": [ { "role": "user", "content": "Write a one-sentence bedtime story about a unicorn." } ] }' Chat Completions with Stored Keys (BYOK) / Unified Billing Terminal window curl -X POST https://gateway.ai.cloudflare.com/v1/{account_id}/{gateway_id}/openai/chat/completions \ --header 'cf-aig-authorization: Bearer {CF_AIG_TOKEN}' \ --header 'Content-Type: application/json' \ --data '{ "model": "gpt-4o-mini", "messages": [ { "role": "user", "content": "What is Cloudflare?" } ] }' Was this helpful? Edit page Last updated: Nov 25, 2025 Previous Mistral AI Next OpenRouter Resources API New to Cloudflare? Directory Sponsorships Open Source Support Help Center System Status Compliance GDPR Company cloudflare.com Our team Careers Tools Cloudflare Radar Speed Test Is BGP Safe Yet? RPKI Toolkit Certificate Transparency Community X Discord YouTube GitHub © 2026 Cloudflare, Inc. Privacy Policy Terms of Use Report Security Issues Trademark Cookie Settings
2026-01-13T09:30:12
https://developers.cloudflare.com/ai-gateway/configuration/custom-providers/
Custom Providers · Cloudflare AI Gateway docs Skip to content Cloudflare Docs Search Docs Directory APIs SDKs Help Log in Select theme Dark Light Auto AI Gateway No results found. Try a different search term, or use our global search . Overview Getting started Using AI Gateway Unified API (OpenAI compat) Provider Native Workers AI Amazon Bedrock Anthropic Azure OpenAI Baseten Cartesia Cerebras Cohere Deepgram DeepSeek ElevenLabs Fal AI Google AI Studio Google Vertex AI Groq HuggingFace Ideogram Mistral AI OpenAI OpenRouter Parallel Perplexity Replicate xAI WebSockets API Beta Overview Realtime WebSockets API Non-realtime WebSockets API Features Overview Unified Billing Caching Rate limiting Dynamic routing Beta Overview Using a dynamic route JSON Configuration Data Loss Prevention (DLP) Beta Overview Set up Data Loss Prevention (DLP) Guardrails Beta Overview Set up Guardrails Supported model types Usage considerations Configuration BYOK (Store Keys) Beta Custom costs Custom Providers Beta Manage gateways Request handling Authenticated Gateway Observability Costs Custom metadata Analytics Logging Overview Workers Logpush Integrations Vercel AI SDK Agents ↗ AI Gateway Binding Methods Workers AI Tutorials Platform Overview Limits Pricing Audit logs Changelog Header Glossary REST API reference ↗ API MCP server ↗ MCP AI Assistant ↗ Architectures LLM resources llms.txt prompt.txt AI Gateway llms-full.txt Developer Platform llms-full.txt GitHub X.com YouTube Select theme Dark Light Auto On this page Overview Overview Use cases Before you begin Prerequisites Authentication Create a custom provider List custom providers Get a specific custom provider Update a custom provider Delete a custom provider Using custom providers with AI Gateway Via Unified API Via provider-specific endpoint Common errors 409 Conflict - Duplicate slug 404 Not Found 400 Bad Request - Invalid base_url Best practices Limitations Related resources On this page Overview Overview Use cases Before you begin Prerequisites Authentication Create a custom provider List custom providers Get a specific custom provider Update a custom provider Delete a custom provider Using custom providers with AI Gateway Via Unified API Via provider-specific endpoint Common errors 409 Conflict - Duplicate slug 404 Not Found 400 Bad Request - Invalid base_url Best practices Limitations Related resources Was this helpful? Edit Issue Directory … AI Gateway Configuration Custom Providers Copy page Custom Providers Overview Custom Providers allow you to integrate AI providers that are not natively supported by AI Gateway. This feature enables you to use AI Gateway's observability, caching, rate limiting, and other features with any AI provider that has an HTTPS API endpoint. Use cases Internal AI models : Connect to your organization's self-hosted AI models Regional providers : Integrate with AI providers specific to your region Specialized models : Use domain-specific AI services not available through standard providers Custom endpoints : Route requests to your own AI infrastructure Before you begin Prerequisites An active Cloudflare account with AI Gateway access A valid API key from your custom AI provider The HTTPS base URL for your provider's API Authentication The API endpoints for creating, reading, updating, or deleting custom providers require authentication. You need to create a Cloudflare API token with the appropriate permissions. To create an API token: Go to the Cloudflare dashboard API tokens page ↗ Click Create Token Select Custom Token and add the following permissions: AI Gateway - Edit Click Continue to summary and then Create Token Copy the token - you'll use it in the Authorization: Bearer $CLOUDFLARE_API_TOKEN header Create a custom provider API Dashboard To create a new custom provider using the API: Get your Account ID and Account Tag. Send a POST request to create a new custom provider: Create Custom Provider curl -X POST "https://api.cloudflare.com/client/v4/accounts/ $ACCOUNT_ID /ai-gateway/custom-providers" \ -H "Authorization: Bearer $CLOUDFLARE_API_TOKEN " \ -H "Content-Type: application/json" \ -d '{ "name": "My Custom Provider", "slug": "some-provider", "base_url": "https://api.myprovider.com", "description": "Custom AI provider for internal models", "enable": true }' Required fields: name (string): Display name for your provider slug (string): Unique identifier (alphanumeric with hyphens). Must be unique within your account. base_url (string): HTTPS URL for your provider's API endpoint. Must start with https:// . Optional fields: description (string): Description of the provider link (string): URL to provider documentation enable (boolean): Whether the provider is active (default: false ) beta (boolean): Mark as beta feature (default: false ) curl_example (string): Example cURL command for using the provider js_example (string): Example JavaScript code for using the provider Response: { " success " : true , " result " : { " id " : "550e8400-e29b-41d4-a716-446655440000" , " account_id " : "abc123def456" , " account_tag " : "my-account" , " name " : "My Custom Provider" , " slug " : "some-provider" , " base_url " : "https://api.myprovider.com" , " description " : "Custom AI provider for internal models" , " enable " : true , " beta " : false , " logo " : "Base64 encoded SVG logo" , " link " : null , " curl_example " : null , " js_example " : null , " created_at " : 1700000000 , " modified_at " : 1700000000 } } Auto-generated logo A default SVG logo is automatically generated for each custom provider. The logo is returned as a base64-encoded string. To create a new custom provider using the dashboard: Log in to the Cloudflare dashboard ↗ and select your account. Go to Compute & AI > AI Gateway > Custom Providers ↗ . Select Add Custom Provider . Enter the following information: Provider Name : Display name for your provider Provider Slug : Unique identifier (alphanumeric with hyphens) Base URL : HTTPS URL for your provider's API endpoint (e.g., https://api.myprovider.com/v1 ) Select Save to create your custom provider. List custom providers API Dashboard Retrieve all custom providers with optional filtering and pagination: List all providers curl "https://api.cloudflare.com/client/v4/accounts/ $ACCOUNT_ID /ai-gateway/custom-providers" \ -H "Authorization: Bearer $CLOUDFLARE_API_TOKEN " Query parameters: page (number): Page number (default: 1 ) per_page (number): Items per page (default: 20 , max: 100 ) enable (boolean): Filter by enabled status beta (boolean): Filter by beta status search (string): Search in id, name, or slug fields order_by (string): Sort field and direction (default: "name ASC" ) Examples: List only enabled providers: Terminal window curl "https://api.cloudflare.com/client/v4/accounts/ $ACCOUNT_ID /ai-gateway/custom-providers?enable=true" \ -H "Authorization: Bearer $CLOUDFLARE_API_TOKEN " Search for specific providers: Terminal window curl "https://api.cloudflare.com/client/v4/accounts/ $ACCOUNT_ID /ai-gateway/custom-providers?search=custom" \ -H "Authorization: Bearer $CLOUDFLARE_API_TOKEN " Response: { " success " : true , " result " : [ { " id " : "550e8400-e29b-41d4-a716-446655440000" , " name " : "My Custom Provider" , " slug " : "some-provider" , " base_url " : "https://api.myprovider.com" , " enable " : true , " created_at " : 1700000000 , " modified_at " : 1700000000 } ], " result_info " : { " page " : 1 , " per_page " : 20 , " total_count " : 1 , " total_pages " : 1 } } To view all your custom providers: Log in to the Cloudflare dashboard ↗ and select your account. Go to Compute & AI > AI Gateway > Custom Providers ↗ . You will see a list of all your custom providers with their names, slugs, base URLs, and status. Get a specific custom provider API Retrieve details for a specific custom provider by its ID: Get provider by ID curl "https://api.cloudflare.com/client/v4/accounts/ $ACCOUNT_ID /ai-gateway/custom-providers/{provider_id}" \ -H "Authorization: Bearer $CLOUDFLARE_API_TOKEN " Response: { " success " : true , " result " : { " id " : "550e8400-e29b-41d4-a716-446655440000" , " account_id " : "abc123def456" , " account_tag " : "my-account" , " name " : "My Custom Provider" , " slug " : "some-provider" , " base_url " : "https://api.myprovider.com" , " description " : "Custom AI provider for internal models" , " enable " : true , " beta " : false , " logo " : "Base64 encoded SVG logo" , " link " : "https://docs.myprovider.com" , " curl_example " : "curl -X POST https://api.myprovider.com/v1/chat ..." , " js_example " : "fetch('https://api.myprovider.com/v1/chat', {...})" , " created_at " : 1700000000 , " modified_at " : 1700000000 } } Update a custom provider API Dashboard Update an existing custom provider. All fields are optional - only include the fields you want to change: Update provider curl -X PATCH "https://api.cloudflare.com/client/v4/accounts/ $ACCOUNT_ID /ai-gateway/custom-providers/{provider_id}" \ -H "Authorization: Bearer $CLOUDFLARE_API_TOKEN " \ -H "Content-Type: application/json" \ -d '{ "name": "Updated Provider Name", "enable": true, "description": "Updated description" }' Updatable fields: name (string): Provider display name slug (string): Provider identifier base_url (string): API endpoint URL (must be HTTPS) description (string): Provider description link (string): Documentation URL enable (boolean): Active status beta (boolean): Beta flag curl_example (string): Example cURL command js_example (string): Example JavaScript code Examples: Enable a provider: Terminal window curl -X PATCH "https://api.cloudflare.com/client/v4/accounts/ $ACCOUNT_ID /ai-gateway/custom-providers/{provider_id}" \ -H "Authorization: Bearer $CLOUDFLARE_API_TOKEN " \ -H "Content-Type: application/json" \ -d '{"enable": true}' Update provider URL: Terminal window curl -X PATCH "https://api.cloudflare.com/client/v4/accounts/ $ACCOUNT_ID /ai-gateway/custom-providers/{provider_id}" \ -H "Authorization: Bearer $CLOUDFLARE_API_TOKEN " \ -H "Content-Type: application/json" \ -d '{"base_url": "https://api.newprovider.com"}' Cache invalidation Updates to custom providers automatically invalidate any cached entries related to that provider. To update an existing custom provider: Log in to the Cloudflare dashboard ↗ and select your account. Go to Compute & AI > AI Gateway > Custom Providers ↗ . Find the custom provider you want to update and select Edit . Update the fields you want to change (name, slug, base URL, etc.). Select Save to apply your changes. Delete a custom provider API Dashboard Delete a custom provider: Delete provider curl -X DELETE "https://api.cloudflare.com/client/v4/accounts/ $ACCOUNT_ID /ai-gateway/custom-providers/{provider_id}" \ -H "Authorization: Bearer $CLOUDFLARE_API_TOKEN " Response: { " success " : true , " result " : { " id " : "550e8400-e29b-41d4-a716-446655440000" , " name " : "My Custom Provider" , " slug " : "some-provider" } } Impact of deletion Deleting a custom provider will immediately stop all requests routed through it. Ensure you have updated your applications before deleting a provider. Cache entries related to the provider will also be invalidated. To delete a custom provider: Log in to the Cloudflare dashboard ↗ and select your account. Go to Compute & AI > AI Gateway > Custom Providers ↗ . Find the custom provider you want to delete and select Delete . Confirm the deletion when prompted. Impact of deletion Deleting a custom provider will immediately stop all requests routed through it. Ensure you have updated your applications before deleting a provider. Using custom providers with AI Gateway Once you've created a custom provider, you can route requests through AI Gateway. When referencing your custom provider, you must prefix the slug with custom- . Custom provider prefix All custom provider slugs must be prefixed with custom- when making requests through AI Gateway. For example, if your provider slug is some-provider , you must use custom-some-provider in your requests. Via Unified API Request using custom provider curl https://gateway.ai.cloudflare.com/v1/{account_id}/{gateway_id}/compat/chat/completions \ -H "Authorization: Bearer $PROVIDER_API_KEY " \ -H "cf-aig-authorization: Bearer $CF_AIG_TOKEN " \ -H "Content-Type: application/json" \ -d '{ "model": "custom-some-provider/model-name", "messages": [{"role": "user", "content": "Hello!"}] }' In the Unified API, specify the model using the format: custom-{slug}/{model-name} Via provider-specific endpoint Direct provider endpoint curl https://gateway.ai.cloudflare.com/v1/{account_id}/{gateway_id}/custom-some-provider/your-endpoint \ -H "Authorization: Bearer $PROVIDER_API_KEY " \ -H "cf-aig-authorization: Bearer $CF_AIG_TOKEN " \ -H "Content-Type: application/json" \ -d '{ "your": "request payload" }' The request will be proxied to: https://api.myprovider.com/your-endpoint Path structure: /{account_id}/{gateway_id}/custom-{slug}/{provider-path} Common errors 409 Conflict - Duplicate slug { " success " : false , " errors " : [ { " code " : 1003 , " message " : "A custom provider with this slug already exists" , " path " : [ "body" , "slug" ] } ] } Each custom provider slug must be unique within your account. Choose a different slug or update the existing provider. 404 Not Found { " success " : false , " errors " : [ { " code " : 1004 , " message " : "Custom Provider not found" } ] } The specified provider ID does not exist or you don't have access to it. Verify the provider ID and your authentication credentials. 400 Bad Request - Invalid base_url { " success " : false , " errors " : [ { " code " : 1002 , " message " : "base_url must be a valid HTTPS URL starting with https://" , " path " : [ "body" , "base_url" ] } ] } The base_url field must be a valid HTTPS URL. HTTP URLs are not supported for security reasons. Best practices Use descriptive slugs : Choose slugs that clearly identify the provider (e.g., internal-gpt , regional-ai ) Document your integrations : Use the curl_example and js_example fields to provide usage examples Enable gradually : Test with enable: false before making the provider active Monitor usage : Use AI Gateway's analytics to track requests to your custom providers Secure your endpoints : Ensure your custom provider's base URL implements proper authentication and authorization Use BYOK : Store provider API keys securely using BYOK instead of including them in every request Limitations Custom providers are account-specific and not shared across Cloudflare accounts The base_url must use HTTPS (HTTP is not supported) Provider slugs must be unique within each account Cache and rate limiting settings apply globally to the provider, not per-model Related resources Get started with AI Gateway Configure authentication BYOK (Store Keys) Dynamic routing Caching Rate limiting Was this helpful? Edit page Last updated: Nov 24, 2025 Previous Custom costs Next Manage gateways Resources API New to Cloudflare? Directory Sponsorships Open Source Support Help Center System Status Compliance GDPR Company cloudflare.com Our team Careers Tools Cloudflare Radar Speed Test Is BGP Safe Yet? RPKI Toolkit Certificate Transparency Community X Discord YouTube GitHub © 2026 Cloudflare, Inc. Privacy Policy Terms of Use Report Security Issues Trademark Cookie Settings
2026-01-13T09:30:12
https://git.sr.ht/~bzg/worg/tree/658ef0ad99935bf10661c062026980e5926bb9de/item/fsf40-hackathon-org.org#L16
~bzg/worg (658ef0ad99935bf10661c062026980e5926bb9de): fsf40-hackathon-org.org - sourcehut git sourcehut Log in — Register ~bzg / worg summary tree log refs ref: 658ef0ad99935bf10661c062026980e5926bb9de worg /fsf40-hackathon-org.org -rw-r--r-- 11.4 KiB View Log View raw Permalink 658ef0ad — Ihor Radchenko Revert "org-web-social.org: Avoid javascript" a day ago 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 #+TITLE: Org mode project at FSF40 hackathon #+EMAIL: yantar92 at posteo.net #+STARTUP: align fold nodlcheck hidestars oddeven lognotestate #+SEQ_TODO: TODO(t) INPROGRESS(i) WAITING(w@) | DONE(d) CANCELED(c@) #+LANGUAGE: en #+PRIORITIES: A C B #+OPTIONS: H:3 num:nil toc:t \n:nil ::t |:t ^:nil -:t f:t *:t tex:t d:(HIDE) tags:not-in-toc ':t #+HTML_LINK_UP: index.html #+HTML_LINK_HOME: https://orgmode.org/worg/ # This file is released by its authors and contributors under the GNU # Free Documentation license v1.3 or later, code examples are released # under the GNU General Public License v3 or later. This document describes the task the Org-mode maintainers prepared for FSF40 hackathon. See https://www.fsf.org/events/fsf40-hackathon for terms and conditions, prizes, and rules in general. * Concluding remarks I did not have any expectations about this hackathon, so just prepared a single task. As it turned out, a number of people showed up, some self-assigning alternative tasks. In addition to un-archive project, picked up by a team of participants, Kenny Chen [[ https://list.orgmode.org/orgmode/874iqlliik.fsf@mit.edu/ ][ worked ]] on improving table alignment code performance, and Pedro Andres Aranda Gutierrez [[ https://list.orgmode.org/87jyzh6r3h.fsf@localhost/T/#t ][ continued his ongoing work ]] on LaTeX export improvements for non-English documents. The un-archive project itself was [[ https://list.orgmode.org/d42c867c-0cb5-4ab0-b50b-86f685e86a64@app.fastmail.com/ ][ worked on ]] by Sam Crawford, Thomas Ingram, David Talmage, Morgan Smith, and Thibaut Meyer. Xiaoduan Chang also tried, although he joined a bit late, and [[ https://list.orgmode.org/878qfu6ii4.fsf@localhost/T/#t ][ worked ]] independently due to timezone differences. The team [[ https://www.fsf.org/blogs/community/2025-hackathon-roundup ][ won a prize ]] , becoming one of the three winners of the hackathon. Citing the early announcement during the closing ceremony from memory, they impressed jury for "being especially welcome to the newcomers". Shoutout to all the participants who contributed to Org mode and other projects during the hackathon. P.S. Official announcement from FSF: https://www.fsf.org/blogs/community/2025-hackathon-roundup * Outcomes - un-archive project :: https: //git.sr.ht/ ~taingram/org-unarchive/tree/master/item/org-unarchive.el (WIP) - the work is done by a team of participants: David Talmage, Crawfy (Sam), Thibaut, Thomas Ingram, (ask Thomas Ingram or others listed to confirm if I missed anyone) - also, Morgan Smith contributed tests to the existing archiving functionality https://cgit.git.savannah.gnu.org/cgit/emacs/org-mode.git/commit/?id=68169d17d - Some comments #+begin_quote Crawfy says:Thanks again. Really impressed by the work people put in over the weekend! I doubt I count as a participant (I only just got a proof-of-concept working for archive property deletion), but just for the record I don't want any share in the prizes. #+end_quote - work from Crawfy https://git.sr.ht/~crawfy/org-unarchive/commit/deaf21e57bad0ca3a900c6b1d447b75976711639 - speeding up ~org-table-align~ :: https: //list.orgmode.org/874iqlliik.fsf@mit.edu/T/ #u (patches, waiting for copyright assignments) - new features for improved LaTeX export in multi-lingual documents :: - https: //git.savannah.gnu.org/cgit/emacs/org-mode.git/commit/ ?id=4696ccc6e - https: //git.savannah.gnu.org/cgit/emacs/org-mode.git/commit/ ?id=6b3fa24cb * Timeline [2025-11-23 Sun 15:23] What is done for un-archive project can be found in https: //git.sr.ht/ ~taingram/org-unarchive/tree/master/item/org-unarchive.el [2025-11-23 Sun 14:18] Hackathon is ending soon (less than two hours from now, at 10am EST). Please submit your work to the mailing list, even if unfinished. This will give you a chance to participate in the evaluation. (Of course, you are free and ecounraged to continue the work /after/ the hackathon ends.) [2025-11-23 Sun 12:12] A set of patches for self-assigned project about optimizing ~org-table-align~ peformance: https: //list.orgmode.org/874iqlliik.fsf@mit.edu/T/ #u [2025-11-22 Sat 14:00] Two patches improving WIP improvements for non-latin Org document export via LaTeX: - https: //git.savannah.gnu.org/cgit/emacs/org-mode.git/commit/ ?id=4696ccc6e - https: //git.savannah.gnu.org/cgit/emacs/org-mode.git/commit/ ?id=6b3fa24cb [2025-11-22 Sat 09:56] First patch for un-archive project in. https: //git.savannah.gnu.org/cgit/emacs/org-mode.git/commit/ ?id=68169d17d [2025-11-21 Fri 19:59] Apart from the project prepared by me for the hackathon, some participants decided to go with others. See the etherpad for more details: https://pad.emacsconf.org/orgmeetup [2025-11-21 Fri 18:50] For async coordination, you can use Org mailing list. See https://orgmode.org/worg/org-mailing-list.html [2025-11-21 Fri 17:51] Shared etherpad notes: https://pad.emacsconf.org/orgmeetup (I am re-using the pad for orgmeetup for this hackathon). [2025-11-21 Fri 17:06] As of now, people are actively brainstorming the task at the Jitsi server. Note that you will not see the full chat history when you join. Ask around to get the message log. [2025-11-21 Fri] +Note that FSF has server issues right now, which affects git repository access+ . You can find Org code mirror at https: //git.sr.ht/ ~bzg/org-mode [2025-11-22 Sat 11:10] FSF servers are back. [2025-11-21 Fri] There is FSF's galenne server where we can screen share and talk by voice. The server is at +https://galene.fsf.org/group/hackathon-org-mode/.+ +Username: <any>; Password: =JexpAgH9kf=.+ [2025-11-21 Fri 16:22] Let's use jitsi. It is less confusing. https://meet.jit.si/OrgFSF40hackathon [2025-11-21 Fri] Also, remember that you can ask questions and coordinate at #org-mode and/or #fsf-hackathon IRC. - https: //web.libera.chat/ #org-mode - https: //web.libera.chat/ #fsf-hackathon * Project: New un-archiving functionality for Org mode This project is about extending functionality of Org mode - a major mode for GNU Emacs and a plain text markup. Org mode can be seen as a combination of Obsidian (or Notion), Jupyter notebooks, LaTeX, classic outliner, task manager, calendar, spreadsheet, and time tracker. See https://orgmode.org/features.html Org mode is written in Elisp and integrates into common GNU Emacs functionalities. Elisp is extensively documented in https: //www.gnu.org/software/emacs/manual/html_node/elisp/ , including coding conventions and best practices: https: //www.gnu.org/software/emacs/manual/html_node/elisp/Tips.html In addition, all the necessary information about contributing to Org mode is detailed in https:/ /orgmode.org/worg/org-contribute.html. For the purposes of this project, you need to understand Org outline markup described in https: //orgmode.org/manual/Headlines.html, and how metadata is stored under the heading: https:/ /orgmode.org/manual/Property-Syntax.html. Your task is to extend the archiving feature of Org mode - moving outlines that are no longer needed: https://orgmode.org/manual/Archiving.html. This feature is very simple - Org mode moves certain headings and their contents into another file (archive file) or under dedicated heading (usually at the end of the document). By default, Org mode also keeps information about the original heading location (see ~org-archive-save-context-info~ user option). In Org, a heading is just text, so ‘archive’ means cut here and paste there. Some users may archive headings by mistake or change their mind after archiving, needing to revert the operation and move the archived headings back to their original location. This can happen either immediately after archiving, or some time (maybe even years) after. Such functionality is currently missing, and it is what I want you to implement during the hackathon. On the code side, the functions responsible for archiving are ~org-archive-subtree~ and ~org-archive-to-archive-sibling~ . Please refer to their source code to get an idea about Elisp functions you will need to complete the project. Remember that Emacs has extensive documentation system. You can use C-h f to read a function’s documentation and jump to their definitions. Most of Org mode functions are documented. The main function you will likely need to work with is ~org-archive-subtree~ - this is the function you need to "reverse" to implement un-archiving. Below, I will provide a tentative task list that will guide you through the project: 1. [ ] Get familiar with the ideas behind archiving system by reading the manual at https://orgmode.org/manual/Archiving.html. 2. [ ] Get familiar with Org mode archiving: - Create a small test.org file with a few headings and subheadings #+begin_example * Heading 1 * Heading 2 :tag: ** Subheading 1 :tag2: Some text. ** Subheading 2 #+end_example - Try archiving different headings using C-c C-x a (or M-x org-archive-subtree) - Observe where archived items go (same file, different file, or archive-sibling) - Experiment with different settings: * Set ~org-archive-save-context-info~ to different values and see what information is preserved * Try ~org-archive-default-command~ to see alternative archiving behaviors * Try different ~org-archive-location~ Start with simple cases before moving to more complex scenarios. 3. [ ] Consult =$REPO/lisp/org-archive.el= to understand how the archiving works on the code side. Pay attention to user options that can tweak the archiving behavior, especially ~org-archive-save-context-info~ . Remember that user options might be modified, which should be taken into account in your code design. You can clone Org mode source code: : git clone https://git.sv.gnu.org/git/emacs/org-mode.git 4. [ ] Implement un-archiving procedure as a new interactive function. You can re-use a lot of code from ~org-archive-subtree~ there, adding logic for searching the original location. Start by making un-archiving work for the straightforward case (location unchanged). Corner cases—file moved, heading deleted, or new siblings inserted—can be handled later. 5. [ ] Once done, implement tests for the new command, checking yourself and ensuring maintainability of your code. Org mode testing system is described in $REPO/testing/README file, and often boils down to simple ~make test~ in the git repo. The tests relevant to archiving are all in =$REPO/testing/lisp/test-org-archive.el= . 6. [ ] Consider possible user options where un-archiving may be customized. For example, if ~org-archive-subtree-add-inherited-tags~ was non-nil when the heading was archived, the archived copy will contain extra tags. Users might want to keep or drop them. The strategy how to handle those tags might (or might not) be something users what to customize. 7. [ ] If you do come up with such options, make sure to document them in the manual. In any case, do document the new command. The manual is written using Org markup in doc/org-manual.org. Please pay attention to doc/Documentation_Standards.org and otherwise follow by example. 8. [ ] If you add new options, write relevant tests. 9. [ ] (optional) Think about un-archiving after ~org-archive-to-archive-sibling~ (this function does not save the original context by default). Consider modifying it. 10. [ ] At the very end, prepare your changes in the form of a patch set, as expected for all contributions. See https://orgmode.org/worg/org-contribute.html#patches
2026-01-13T09:30:12
http://ads-developers.googleblog.com/2021/04/announcing-v2-of-adsense-management-api.html
Google Ads Developer Blog: Announcing v2 of the AdSense Management API Ads Developer Blog The official blog for information about the Google Ads, Google Ad Manager, Google Mobile Ads SDKs for AdMob and IMA SDKs, and other Google Advertising Platform developer tools. Announcing v2 of the AdSense Management API Monday, April 19, 2021 We're happy to announce that v2 of the AdSense Management API is available starting today. This version adds the ability to fetch the status of sites on your account and aligns the AdSense Management API with current Google API standards . At this time, v1.4 of the AdSense Management API is now deprecated, and it will sunset on October 12, 2021 . Notable changes from v1.4 to v2 include the following: All deprecated methods in v1.4 have been removed in v2. This includes resource methods that did not specify an AdSense account. Resources are now identified by a name field. For example, an AdClient’s name would be “ accounts/{accountId}/adclients/{adClientId} ”. With v2, AdSense Management API reporting data now aligns with the AdSense UI. This means that AdMob and YouTube properties are no longer supported. If you need to continue to fetch AdMob data programmatically, please migrate to the AdMob API . Additionally, the AdSense Management API will only support report data going back 3 years. For a full list of changes, see the release notes . As always, feel free to reach out to us on the AdSense API forum with any API-related questions.  -  Donovan McMurray , AdSense API Team Google Labels: adsense_api , release , sunset    Labels  account_management ad_clicks ad_customizers ad_exchange ad_exchange_buyer ad_exchange_optimization-series ad_exchange_rest ad_exchange_rtb ad_exchange_seller ad_exchange_soap ad_extensions ad_inspector ad_manager ad_manager_api ad_manager_api_v201805 ad_manager_api_v201808 ad_manager_api_v201811 ad_manager_api_v201902 ad_manager_api_v201905 ad_manager_api_v201908 ad_manager_api_v201911 ad_manager_api_v202002 ad_manager_api_v202005 ad_manager_api_v202008 ad_manager_api_v202011 ad_manager_api_v202102 ad_manager_api_v202105 ad_manager_api_v202108 ad_manager_api_v202111 ad_manager_api_v202202 ad_manager_api_v202205 ad_manager_api_v202208 ad_manager_api_v202211 ad_manager_api_v202302 ad_manager_api_v202305 ad_manager_api_v202308 ad_manager_api_v202311 ad_manager_api_v202402 ad_manager_api_v202405 ad_manager_api_v202408 ad_manager_api_v202411 ad_manager_api_v202502 ad_manager_api_v202511 ad_param ad_speed adexchangebuyer AdGroup AdGroupAd admanager_api admob admob_api admob_api_v1 admob_mediation admob_sdk admob_v4.3.1 admob_v5.0.5 admob_v6.0.1 ads adsense adsense_api adsense_host_api adsense_host_api_v3 adsense_management_api adsense_management_api_v1 adsense_management_api_v1.1 adsense_management_api_v1.2 adsense_management_api_v1.3 adsense_management_api_v1.4 advanced_apis adwhirl adwhirl_v3.1.1 adwords AdWords Scripts adwords_AdGroupCriterionService adwords_api adwords_api_v201302 adwords_api_v201306 adwords_api_v201309 adwords_api_v201402 adwords_api_v201406 adwords_api_v201409 adwords_api_v201502 adwords_api_v201506 adwords_api_v201509 adwords_api_v201601 adwords_api_v201603 adwords_api_v201605 adwords_api_v201607 adwords_api_v201609 adwords_api_v201702 adwords_api_v201705 adwords_api_v201708 adwords_api_v201710 adwords_api_v201802 adwords_api_v201806 adwords_api_v201809 adwords_api_workshops adwords_BatchJobService adwords_CampaignService adwords_CreateAccountService adwords_for_video adwords_ManagedCustomerService adwords_MutateJobService adwords_ReportDefinitionService adwords_scripts adwords_v201109 adwords_v201206 adwords_v201209 adwords_v201302 adwords_v201306 adwords_v201309 adwords_v201601 adwords_v201605 adwords_v201607 adwords_v201609 adwords_v201702 adwords_v201802 adwords_v201806 adwords_v201809 ai_tools alerting amp analytics analyticsapi android android_layout animation announcement annual developer survey api app_engine asset_group asset_group_listing_group_filter asset_group_signal assets attribution_reporting_api audiences authentication authorization authorized_buyer authorized_buyers aw_reporting awql batch_processing beacon_api best_practices beta bid_manager_api bid_modifiers bidding billing brand guidelines brand_guidelines budget_order_service budgets builders bulk_upload c# caf_sdk call_extensions call_metrics call_only call_tracking call-only callout_extensions campaign campaign_management campaign_manager_360 CampaignCriterion case_study cast certificates certification change_history chart_tools chrome chromecast click click_tracking click_type click-to-download clicks client_libraries client_library cm360 code_examples common_questions conference content content_api conversion conversions ConversionTrackerService converted_clicks creative_platforms creatives custom_fields customer_match DAI dart data_manager_api dbm_api debugging decorators deprecation developer dfa_ad_service dfa_api dfa_api_v118 dfa_creative_service dfa_reporting_api dfa_site_service dfa_v1.16 dfa_v1.17 dfa_v1.18 dfa_v1.19 dfa_v1.20 dfp dfp_api dfp_appengine dfp_creatives dfp_inventory dfp_mobile dfp_pql dfp_reports dfp_sales dfp_teams dfp_v201111 dfp_v201201 dfp_v201203 dfp_v201204 dfp_v201206 dfp_v201208 dfp_v201211 dfp_v201302 dfp_v201308 dfp_v201608 dfp_v201711 discord display display_network display_select display_smart_campaign docs documentation dotnet doubleclick DoubleClick_Rich_Media doubleclick_studio drafts dsa dv360 dv360_api dynamic_creative enhanced_campaigns entity_read_files erf error handling eta examples excluded_placement_lists exoplayer expanded_text_ads experiment experiments faq feedback feeds firebase flash flash_sdk floc flutter forecast_service games gaql gclid gdc gdl geo_targets geotargeting gmail_ads gmail_image_ads gmail_multi_product_ads gmail_single_promotion_ads GMF gmp golang google_ads google_ads_api google_ads_api_migration_workshop google_ads_api_v0 google_ads_api_v0_1 google_ads_api_v0_3 google_ads_api_v0_4 google_ads_api_v0_5 google_ads_api_v0_6 google_ads_api_v0_7 google_ads_api_v1_0 google_ads_api_v1_1 google_ads_api_v1_2 google_ads_api_v1_3 google_ads_api_v2_1 google_ads_api_v3_0 google_ads_api_v3_1 google_ads_api_v4 google_ads_api_v5 google_ads_api_v6 google_ads_scripts google_ads_solutions google_apis google_apps_script google_drive google_play_services google_plus gpt gRPC guide guides hangout hotel_ads hotel_campaigns html5 html5_ads https i18n ids ima_android ima_flash ima_html5 ima_ios ima_roku ima_sdk image image_ads image_optimization implementation impression_share interstitial interview io13 iOS iOS9 java_app_engine java_dart_api jdbc keyword_optimizer keywords kotlin labels limits line_item linq listing_groups location_extensions location_feeds LocationExtensionOperand LocationGroups logging manager_accounts maps_api marketplace maximize mcc MCP media media_bundle mediation_test_suite merchant_api migration mobile mobile_ads mobile_ads_garage mobile_ads_sdk mobile_sites mobile_speed mobile_targeting mobile_ux monitoring native native_ads_express new_features oath2 oauth oauth2 offline_conversions OfflineConversionFeedService open_source openrtb optimization pal Performance Max performance_max performance_max_api_workshop php PLA placements PMax policy policy_violation PQL price_extension privacy privacy_sandbox product_listing_ads proguard promotion_line publisher_ads_audits python qa quality_score query_builder_blog_series query_language quota rate_limiter rate_sheet RateExceededError realtime_bidding realtime_bidding_api realtime_bidding_protocol realtimebidding recommendations referer release remarketing reporting reports responsive_ads rest rewarded_video rmf ruby sa360 sandbox scripts sdf sdkless search search audience search terms search_audience search_network search_theme selector sendbeacon service_accounts SGAI shared_negative_keywords shopping simulations sitelinks smart snds spend ssl StepInsideAdWords success_stories suggested_ad_units sunset survey swift swift_package_manager swiftui target target_cpa targeting template_ads terms test_accounts test_network testing text_ads text_asset_automation tools trials turtledove ui unity update updates upgrade upgraded_urls v201509 vast3 vcpm video viewable-cpm webinar workshop workshops wp8 xml youtube  Archive      2026 Jan     2025 Dec Nov Oct Sep Aug Jul Jun May Apr Mar Feb Jan     2024 Dec Nov Oct Sep Aug Jul Jun May Apr Mar Feb Jan     2023 Dec Nov Oct Sep Aug Jul Jun May Apr Mar Feb Jan     2022 Dec Nov Oct Sep Aug Jul Jun May Apr Mar Feb Jan     2021 Dec Nov Oct Sep Aug Jul Jun May Apr Mar Feb Jan     2020 Dec Nov Oct Sep Aug Jul Jun May Apr Mar Feb Jan     2019 Dec Nov Oct Sep Aug Jul Jun May Apr Mar Feb Jan     2018 Dec Nov Oct Sep Aug Jul Jun May Apr Mar Feb Jan     2017 Dec Nov Oct Sep Aug Jul Jun May Apr Mar Feb Jan     2016 Dec Nov Oct Sep Aug Jul Jun May Apr Mar Feb Jan     2015 Dec Nov Oct Sep Aug Jul Jun May Apr Mar Feb Jan     2014 Dec Nov Oct Sep Aug Jul Jun May Apr Mar Feb Jan     2013 Dec Nov Oct Sep Aug Jul Jun May Apr Mar Feb Jan     2012 Dec Nov Oct Sep Aug Jul Jun May Apr Mar Feb Jan     2011 Dec Nov Give us feedback in our developer product forums: Google Ads API Google Ads scripts Google Ad Manager API DCM API Google Mobile Ads SDK Google AdMob API Google Interactive Media Ads SDK Google Content API for Shopping Authorized Buyers API Google Privacy Terms
2026-01-13T09:30:12
https://sr.ht/~rjarry/
~rjarry sourcehut Log in — Register ~rjarry about projects git hg lists todo Paris, France aerc A pretty good email client (fork of https://sr.ht/~sircmpwn/aerc) #email #tui dlrepo Artifact repository #python
2026-01-13T09:30:12
https://sr.ht/projects?search=%23catan+%23catan
Browse projects on sourcehut sourcehut Log in — Register Browse public projects Sort results by Recently updated Longest active Apply ~vicho / el_poblador A terminal-based implementation of Settlers of Catan in Go #board-games #tui #catan Featured projects ~vicho/ el_poblador #board-games #tui #catan A terminal-based implementation of Settlers of Catan ~sheepy/ 3ds-homebrew #3ds #homebrew #rust A collection of "silly" 3DS homebrew projects. ~reykjalin/ Fonn #editor #tui #zig Fönn is a code editor powered by libfn, a text editor engine as a library. ~mlb/ linkhut #social #bookmarks A social bookmarking website ~bptato/ chawan #browser #pager A web browser for your terminal emulator More featured projects
2026-01-13T09:30:12
https://sr.ht/projects?search=%23music_player
Browse projects on sourcehut sourcehut Log in — Register Browse public projects Sort results by Recently updated Longest active Apply ~leanghok / podden minimal tui music player inspired by the ipod classic #music_player #tui #go Featured projects ~vicho/ el_poblador #board-games #tui #catan A terminal-based implementation of Settlers of Catan ~sheepy/ 3ds-homebrew #3ds #homebrew #rust A collection of "silly" 3DS homebrew projects. ~reykjalin/ Fonn #editor #tui #zig Fönn is a code editor powered by libfn, a text editor engine as a library. ~mlb/ linkhut #social #bookmarks A social bookmarking website ~bptato/ chawan #browser #pager A web browser for your terminal emulator More featured projects
2026-01-13T09:30:12
https://linkhut.org/
linkhut - a social bookmarking site linkhut about faq resources Register Sign In Welcome to linkhut! This open-source social bookmarking service that allows you to tag, save, manage and share Web pages all in one place. With emphasis on the power of the community, linkhut greatly improves how people discover, remember and share on the Internet. Absolutely no tracking or advertising Import/Export your bookmarks RSS feeds REST-like API with OAuth 100% free and open source software Discover and Save Your Favorite Links Explore an endless stream of interesting articles, videos, and resources curated by our community of avid users. With linkhut , discovering and saving your favorite links has never been easier. Simply explore what's hot for any particular topic by checking out the most popular bookmarks for any tag. linkhut has a little bit of everything, from the best programming tips to the most popular games . Flexible API for Seamless Integration linkhut exposes a public API allowing developers to seamlessly integrate our platform into their applications. Whether you're building a custom bookmarking tool, or a third party integration, our API provides the flexibility and functionality you need to bring your ideas to life. Export Your Bookmarks Anytime, Anywhere Your bookmarks are your personal collection of valuable resources, and we believe you should have full control over them. That's why linkhut allows you to export your bookmarks at any time, ensuring that you always have access to your data, even if you decide to move to a different platform in the future. Self-Host Open Source Solution Tired of relying on third-party platforms to store your bookmarks? With linkhut , you have the option to self-host the entire platform on your own servers. Our open-source solution gives you the freedom to customize and tailor the platform to your specific needs, while also providing peace of mind knowing that your data is securely stored on your own infrastructure. © 2025 linkhut Source Code
2026-01-13T09:30:12
https://jitsi.org/?p=1430
Jitsi User FAQ | Video Conferencing Software FAQ JaaS: the Team that Builds Jitsi Can Now Also Run it for You! Start now Docs Projects Blog Community About About Powered by Jitsi™ Partners Jitsi in the News User FAQ Download Jitsi User FAQ This is a frequently asked questions document intended for new Jitsi users. Developers can visit our Github repos for code and details on specific projects. Everyone should go to our Community Forum for questions that are not covered here. What is Jitsi? Jitsi is a set of open-source projects that allows you to easily build and deploy secure videoconferencing solutions. We are best known for our Jitsi Meet video conferencing platform, meet.jit.si where we host a Jitsi Meet instance that the community can use for totally free video conferences , and the Jitsi Videobridge that powers all of our multi-party video capabilities. How can I use Jitsi for video conferencing? The easiest way is to go to meet.jit.si or download one of the mobile apps ( Android or iOS ). If you prefer, you can also setup your own Jitsi Meet instance or embed a meet.jit.si room into your own website. See the FAQs below for more information on those options. Is Jitsi free? Yes. Jitsi is 100% open source and freely available to use and develop with. We also host and run meet.jit.si as a free service. What are the major Jitsi projects? We have a bunch, but the most popular ones are: Jitsi Meet – Secure, Simple and Scalable Video Conferences that you use as a standalone app or embed in your web application Jitsi Videobridge – the media server engine (aka Selective Forwarding Unit (SFU)) that powers all of Jitsi’s multi-party video conferences Jigasi – a gateway service that connects SIP telephony to a Jitsi Videobridge conference Jibri – a broadcaster and recorder used for saving video call recordings and streaming to YouTube Live or any RTMP endpoint You can see all of our projects on our github page – https://github.com/jitsi What are the features of Jitsi Meet? Jitsi Meet includes many features and we are constantly adding more. Some of the main ones are: Auto-view the active speaker or click on any attendee to see their video Android and iOS apps Text chatting (web only) Lock a room with a password Screen sharing (if jidesha is setup, only required in Chrome) Streaming a conference to YouTube live (if Jibri is configured) Shared text document based on Etherpad Raise/Lower your hand for attention Participant talk-time statistics Push-to-talk mode Play a YouTube video to all attendees call Audio-only option Telephone dial-in to a conference (if Jigasi is setup) Dial-out to a telephone participant (if Jigasi is setup) Integration in other apps / websites Jitsi Meet also includes statistics and integrations features and a callstats.io integration to help developers. Make sure to use meet.jit.si to see the latest features. Can I record a Jitsi conference? Yes. The easiest way to record is to live stream your conference to YouTube and access the recording there. You can try this now on meet.jit.si . Self-installed Jitsi Meet deployments will need to setup Jibri to do this. Can I call into a Jitsi conference with a telephone? Yes, Jitsi offers a telephony interface that allows users to dial into a conference or for placing dial-out reminder calls. You can try this on meet.jit.si . Self-installed Jitsi Meet deployments will need to setup and configure Jigasi with a SIP provider to connect to the phone network. If Jitsi doesn’t make any money, how can it continue to support the project? We are fortunate that our friends at 8×8 fully fund the project. 8×8 uses Jitsi technology in products like Virtual Office . The open source community and meet.jit.si service help to make Jitsi better, which makes 8×8 products better, which helps to further fund Jitsi. This virtuous cycle has worked well in the past and should continue to for many years to come. How do I setup my own Jitsi installation? Setting up Jitsi Meet is a simple experience for those that are familiar with Unix installations. Please check our self-hosting documentation . Can I embed a Jitsi Meet call into my website? Yes, Jitsi Meet has an External API that can be used to embed an existing Jits Meet instance into any webpage with just a few lines of code. Many of Meet’s options can be changed via  configuration file. Web developers can even actively control the conference with a variety of commands and events. You can do this with your own self-installed instance or run it from meet.jit.si – no server installation required. See here for more on the Jitsi Meet External API. Can I embed Jitsi Meet into my mobile app? Yes, Jitsi Meet can be compiled as an SDK and embedded into Android and iOS apps. You can find instructions on how to do that here: Android iOS Where can I get commercial support for Jitsi? Neither the immediate Jitsi team or 8×8 provide commercial support for Jitsi. Jitsi does enjoy a large developer community with many development shops and individuals that provide support and commercial development services. If you need paid help, we recommend you do a search or post a request on our Community Forum in the paid-word category: https://community.jitsi.org/c/users/paid-work What is Jitsi Desktop? Jitsi Desktop, formerly known as the SIP Communicator and briefly known as just “Jitsi”, is a VoIP and instant messaging application. This was the Jitsi team’s first project that originated way back in 2003. Jitsi’s video conferencing capabilities evolved out of this original project. Jitsi Desktop is no longer actively maintained by the Jitsi team under 8×8; but it is still maintained, by the community. My question was not here. Where can I go for other questions and answers? The Jitsi Community Forum is best place to go for all kinds of discussion on Jitsi projects. Jitsi is a trademark of © 8x8, Inc. All Rights Reserved.
2026-01-13T09:30:12
https://sr.ht/projects?search=%23pager+%23tui
Browse projects on sourcehut sourcehut Log in — Register Browse public projects Sort results by Recently updated Longest active Apply ~smlavine / navipage Multi-file pager #pager #tui #c Featured projects ~vicho/ el_poblador #board-games #tui #catan A terminal-based implementation of Settlers of Catan ~sheepy/ 3ds-homebrew #3ds #homebrew #rust A collection of "silly" 3DS homebrew projects. ~reykjalin/ Fonn #editor #tui #zig Fönn is a code editor powered by libfn, a text editor engine as a library. ~mlb/ linkhut #social #bookmarks A social bookmarking website ~bptato/ chawan #browser #pager A web browser for your terminal emulator More featured projects
2026-01-13T09:30:12
https://sr.ht/projects?search=%23cpp
Browse projects on sourcehut sourcehut Log in — Register Browse public projects Sort results by Recently updated Longest active Apply ~p00f / clangd_extensions.nvim Clangd's off-spec features for neovim's LSP client #neovim #clangd #cpp ~hentai0721 / HCPP c++23 modules cmake makefile #cpp ~mkware / teddy Text editor as simple as a teddy bear. #cpp #editor #tui ~irisz64 / kaizen A Nintendo 64 emulator #emulator #nintendo64 #cpp ~mortymacs / arayesh A header-only C++ library for TUI applications #cpp #tui #lib ~arch-angel / NPFA Source code for a paper titled "On a New Variant of Prime Factorization Algorithm" #cpp #math ~arch-angel / NCPI ncurses wrapper #ncurses #cpp ~aleksrutins / serenity An SDL3-based game engine for C++ and Lua #game-engine #cpp #lua ~mortymacs / bugoff C/C++ Developer’s Swiss Army Knife #lint #c #cpp ~wini / xf A modern C++ extension to FreeRTOS #freertos #embedded #cpp ~wini / ads111x A driver on the ESP-IDF platform for the ADS111x family of ADCs #esp-idf #embedded #cpp ~riderius / cpp-code My c++ code #cpp ~mkware / cdis Card Deck Identifier System #cpp #identifiers #library ~fedetft / ch32-cpp-runtime A minimal "boot to C++" runtime for the ch32v003 microcontroller #cpp #ch32v003 #risc-v ~tmayoff / stax lanuage #language #cpp 1 / 3 next Featured projects ~vicho/ el_poblador #board-games #tui #catan A terminal-based implementation of Settlers of Catan ~sheepy/ 3ds-homebrew #3ds #homebrew #rust A collection of "silly" 3DS homebrew projects. ~reykjalin/ Fonn #editor #tui #zig Fönn is a code editor powered by libfn, a text editor engine as a library. ~mlb/ linkhut #social #bookmarks A social bookmarking website ~bptato/ chawan #browser #pager A web browser for your terminal emulator More featured projects
2026-01-13T09:30:12
https://docs.google.com/spreadsheets/d/1OMBhshvWNwxoQWL39J0QqJ7PdhFOXuCyPXhbO6zxZuw/copy
:root{--gm3-sys-color-on-surface-rgb:31,31,31}@media screen and (prefers-color-scheme:dark){:root{--gm3-sys-color-on-surface-rgb:227,227,227}}:root{--wf-harmonize-filter-light:none;--wf-harmonize-filter-dark:none}.q4Wquf,.nfoC7c{display:block;height:25vh;position:relative}@media (min-width:600px){.q4Wquf,.nfoC7c{height:150px}}.q4Wquf.Irjbwb{height:auto}@media screen and (prefers-color-scheme:dark){.q4Wquf:not(.GtvzYd){display:none}}.nfoC7c{margin:0;overflow:hidden}.PwpMUe,.lVUmD{display:block;height:100%;margin:0 auto;width:100%}.St9mde{display:block;-webkit-filter:var(--wf-harmonize-filter-light);filter:var(--wf-harmonize-filter-light);height:100%;max-width:100%;min-height:110px;position:relative;-webkit-transform:translate(-43%,-3%);-ms-transform:translate(-43%,-3%);transform:translate(-43%,-3%);width:auto;z-index:3}@media screen and (prefers-color-scheme:dark){.St9mde{-webkit-filter:var(--wf-harmonize-filter-dark);filter:var(--wf-harmonize-filter-dark)}}.PwpMUe,.lVUmD,.St9mde{-o-object-fit:contain;object-fit:contain}.wsArZ[data-ss-mode="1"] .q4Wquf,.wsArZ[data-ss-mode="1"] .St9mde{height:auto;width:100%}.wsArZ[data-ss-mode="1"] .St9mde{max-width:400px}@media (min-width:600px) and (orientation:landscape),all and (min-width:1600px){.NQ5OL .q4Wquf,.NQ5OL .St9mde{height:auto;width:100%}.NQ5OL .St9mde{max-width:400px}}.q4Wquf.NWba7e,.q4Wquf.NWba7e .St9mde{height:auto}.q4Wquf.NWba7e .St9mde{height:auto;max-width:312px;width:100%}.q4Wquf.NWba7e.zpCp3 .St9mde{max-width:unset}.q4Wquf.IiQozc .St9mde{margin:0 auto;-webkit-transform:none;-ms-transform:none;transform:none}.q4Wquf.Irjbwb .St9mde{height:auto;width:100%}.q4Wquf.EEeaqf .St9mde{max-height:144px;max-width:144px}.SnAaEd{background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(233,233,233,0)),color-stop(62.22%,rgba(233,233,233,0)),color-stop(40.22%,rgb(233,233,233)),to(rgba(233,233,233,0)));background-image:-webkit-linear-gradient(top,rgba(233,233,233,0) 0,rgba(233,233,233,0) 62.22%,rgb(233,233,233) 40.22%,rgba(233,233,233,0) 100%);background-image:linear-gradient(to bottom,rgba(233,233,233,0) 0,rgba(233,233,233,0) 62.22%,rgb(233,233,233) 40.22%,rgba(233,233,233,0) 100%);height:100%;left:0;overflow:hidden;position:absolute;right:0;top:0;z-index:2}@media screen and (prefers-color-scheme:dark){.SnAaEd{display:none}}.SnAaEd::after,.SnAaEd::before{content:"";display:block;height:100%;min-width:110px;position:absolute;right:-10%;-webkit-transform:rotate(-104deg);-ms-transform:rotate(-104deg);transform:rotate(-104deg);width:25vh;z-index:2}@media (min-width:600px){.SnAaEd::after,.SnAaEd::before{width:150px}}.SnAaEd::before{background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(243,243,243,0)),to(rgba(243,243,243,.9)));background-image:-webkit-linear-gradient(top,rgba(243,243,243,0) 0,rgba(243,243,243,.9) 100%);background-image:linear-gradient(to bottom,rgba(243,243,243,0) 0,rgba(243,243,243,.9) 100%);bottom:-10%}.SnAaEd::after{background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(255,255,255,0)),to(rgba(255,255,255,.9)));background-image:-webkit-linear-gradient(top,rgba(255,255,255,0) 0,rgba(255,255,255,.9) 100%);background-image:linear-gradient(to bottom,rgba(255,255,255,0) 0,rgba(255,255,255,.9) 100%);bottom:-80%}.wsArZ[data-ss-mode="1"] .SnAaEd~.St9mde{width:auto}@media (min-width:600px) and (orientation:landscape),all and (min-width:1600px){.NQ5OL .SnAaEd~.St9mde{width:auto}}.RHNWk .St9mde{height:auto}@media (min-width:600px) and (orientation:landscape),all and (min-width:1600px){.NQ5OL .RHNWk .St9mde{width:115px}}.cf660d .St9mde{-webkit-transform:translate(-9%,-3%);-ms-transform:translate(-9%,-3%);transform:translate(-9%,-3%)}.tUhwwc .St9mde{margin:auto;max-height:230px;right:0;top:-3%;-webkit-transform:none;-ms-transform:none;transform:none}.Jkvqxd .St9mde{-webkit-transform:translate(9%,-3%);-ms-transform:translate(9%,-3%);transform:translate(9%,-3%)}.onc8Ic .St9mde{-webkit-transform:translate(var( --c-ps-s,24px ),0);-ms-transform:translate(var( --c-ps-s,24px ),0);transform:translate(var( --c-ps-s,24px ),0)}.WA89Yb .St9mde{-webkit-transform:translate(0,0);-ms-transform:translate(0,0);transform:translate(0,0)}.wsArZ[data-ss-mode="1"] .XEN8Yb .St9mde{max-width:115px}@media (min-width:600px) and (orientation:landscape),all and (min-width:1600px){.NQ5OL .XEN8Yb .St9mde{max-width:115px}}@media (min-width:1240px) and (orientation:landscape),all and (min-width:1600px){.KyPKed .NQ5OL .XEN8Yb .St9mde{max-width:115px}}.IsSr6b .St9mde{max-width:300px}.mmskdd .St9mde{-webkit-transform:none;-ms-transform:none;transform:none}@-webkit-keyframes quantumWizBoxInkSpread{0%{-webkit-transform:translate(-50%,-50%) scale(.2);transform:translate(-50%,-50%) scale(.2)}100%{-webkit-transform:translate(-50%,-50%) scale(2.2);transform:translate(-50%,-50%) scale(2.2)}}@keyframes quantumWizBoxInkSpread{0%{-webkit-transform:translate(-50%,-50%) scale(.2);transform:translate(-50%,-50%) scale(.2)}100%{-webkit-transform:translate(-50%,-50%) scale(2.2);transform:translate(-50%,-50%) scale(2.2)}}@-webkit-keyframes quantumWizIconFocusPulse{0%{-webkit-transform:translate(-50%,-50%) scale(1.5);transform:translate(-50%,-50%) scale(1.5);opacity:0}100%{-webkit-transform:translate(-50%,-50%) scale(2);transform:translate(-50%,-50%) scale(2);opacity:1}}@keyframes quantumWizIconFocusPulse{0%{-webkit-transform:translate(-50%,-50%) scale(1.5);transform:translate(-50%,-50%) scale(1.5);opacity:0}100%{-webkit-transform:translate(-50%,-50%) scale(2);transform:translate(-50%,-50%) scale(2);opacity:1}}@-webkit-keyframes quantumWizRadialInkSpread{0%{-webkit-transform:scale(1.5);transform:scale(1.5);opacity:0}100%{-webkit-transform:scale(2.5);transform:scale(2.5);opacity:1}}@keyframes quantumWizRadialInkSpread{0%{-webkit-transform:scale(1.5);transform:scale(1.5);opacity:0}100%{-webkit-transform:scale(2.5);transform:scale(2.5);opacity:1}}@-webkit-keyframes quantumWizRadialInkFocusPulse{0%{-webkit-transform:scale(2);transform:scale(2);opacity:0}100%{-webkit-transform:scale(2.5);transform:scale(2.5);opacity:1}}@keyframes quantumWizRadialInkFocusPulse{0%{-webkit-transform:scale(2);transform:scale(2);opacity:0}100%{-webkit-transform:scale(2.5);transform:scale(2.5);opacity:1}}:root{--wf-tfs:calc(var(--c-tfs,32)/16*1rem);--wf-tfs-bp2:calc(var(--c-tfs,36)/16*1rem);--wf-tfs-bp3:calc(var(--c-tfs,36)/16*1rem);--wf-tfs-bp5:calc(var(--c-tfs,44)/16*1rem);--wf-stfs:calc(var(--c-stfs,16)/16*1rem);--wf-stfs-bp5:calc(var(--c-stfs,16)/16*1rem)}:root{--wf-harmonize-filter-light:none;--wf-harmonize-filter-dark:none}.Dzz9Db,.GpMPBe{display:block;height:25vh;position:relative}@media (min-width:600px){.Dzz9Db,.GpMPBe{height:150px}}@media screen and (prefers-color-scheme:dark){.Dzz9Db:not(.GtvzYd){display:none}}.Dzz9Db.Irjbwb{height:auto}.GpMPBe{margin:0;overflow:hidden}.UFQPDd,.JNOvdd{display:block;height:100%;margin:0 auto;-o-object-fit:contain;object-fit:contain;width:100%}.f4ZpM{display:block;-webkit-filter:var(--wf-harmonize-filter-light);filter:var(--wf-harmonize-filter-light);height:100%;max-width:100%;min-height:110px;position:relative;-webkit-transform:translate(-43%,-3%);-ms-transform:translate(-43%,-3%);transform:translate(-43%,-3%);width:auto;z-index:3}@media screen and (prefers-color-scheme:dark){.f4ZpM{-webkit-filter:var(--wf-harmonize-filter-dark);filter:var(--wf-harmonize-filter-dark)}}.wsArZ[data-ss-mode="1"] .Dzz9Db,.wsArZ[data-ss-mode="1"] .f4ZpM{height:auto;width:100%}.wsArZ[data-ss-mode="1"] .f4ZpM{max-width:400px}@media (min-width:600px) and (orientation:landscape),all and (min-width:1600px){.NQ5OL .Dzz9Db,.NQ5OL .f4ZpM{height:auto;width:100%}.NQ5OL .f4ZpM{max-width:400px}}.Dzz9Db.utFBGf,.Dzz9Db.utFBGf .f4ZpM{height:auto}.Dzz9Db.utFBGf .f4ZpM{height:auto;max-width:312px;width:100%}.Dzz9Db.utFBGf.zpCp3 .f4ZpM{max-width:unset}.Dzz9Db.IiQozc .f4ZpM{margin:0 auto;-webkit-transform:none;-ms-transform:none;transform:none}.Dzz9Db.Irjbwb .f4ZpM{height:auto;width:100%}.Dzz9Db.EEeaqf .f4ZpM{max-height:144px;max-width:144px}.nPt1pc{background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(233,233,233,0)),color-stop(62.22%,rgba(233,233,233,0)),color-stop(40.22%,rgb(233,233,233)),to(rgba(233,233,233,0)));background-image:-webkit-linear-gradient(top,rgba(233,233,233,0) 0,rgba(233,233,233,0) 62.22%,rgb(233,233,233) 40.22%,rgba(233,233,233,0) 100%);background-image:linear-gradient(to bottom,rgba(233,233,233,0) 0,rgba(233,233,233,0) 62.22%,rgb(233,233,233) 40.22%,rgba(233,233,233,0) 100%);height:100%;left:0;overflow:hidden;position:absolute;right:0;top:0;z-index:2}@media screen and (prefers-color-scheme:dark){.nPt1pc{display:none}}.nPt1pc::after,.nPt1pc::before{content:"";display:block;height:100%;min-width:110px;position:absolute;right:-10%;-webkit-transform:rotate(-104deg);-ms-transform:rotate(-104deg);transform:rotate(-104deg);width:25vh;z-index:2}@media (min-width:600px){.nPt1pc::after,.nPt1pc::before{width:150px}}.nPt1pc::before{background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(243,243,243,0)),to(rgba(243,243,243,.9)));background-image:-webkit-linear-gradient(top,rgba(243,243,243,0) 0,rgba(243,243,243,.9) 100%);background-image:linear-gradient(to bottom,rgba(243,243,243,0) 0,rgba(243,243,243,.9) 100%);bottom:-10%}.nPt1pc::after{background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(255,255,255,0)),to(rgba(255,255,255,.9)));background-image:-webkit-linear-gradient(top,rgba(255,255,255,0) 0,rgba(255,255,255,.9) 100%);background-image:linear-gradient(to bottom,rgba(255,255,255,0) 0,rgba(255,255,255,.9) 100%);bottom:-80%}.wsArZ[data-ss-mode="1"] .nPt1pc~.f4ZpM{width:auto}@media (min-width:600px) and (orientation:landscape),all and (min-width:1600px){.NQ5OL .nPt1pc~.f4ZpM{width:auto}}.ZS7CGc .f4ZpM{height:auto}@media (min-width:600px) and (orientation:landscape),all and (min-width:1600px){.NQ5OL .ZS7CGc .f4ZpM{width:115px}}.qiRZ5e .f4ZpM{-webkit-transform:translate(-9%,-3%);-ms-transform:translate(-9%,-3%);transform:translate(-9%,-3%)}.vIv7Gf .f4ZpM{margin:auto;max-height:230px;right:0;top:-3%;-webkit-transform:none;-ms-transform:none;transform:none}.nvYXVd .f4ZpM{-webkit-transform:translate(9%,-3%);-ms-transform:translate(9%,-3%);transform:translate(9%,-3%)}.uOhnzd .f4ZpM{-webkit-transform:translate(24px,0);-ms-transform:translate(24px,0);transform:translate(24px,0)}.MsYMaf .f4ZpM{-webkit-transform:translate(0,0);-ms-transform:translate(0,0);transform:translate(0,0)}.wsArZ[data-ss-mode="1"] .YIi9qf .f4ZpM{max-width:115px}@media (min-width:600px) and (orientation:landscape),all and (min-width:1600px){.NQ5OL .YIi9qf .f4ZpM{max-width:115px}}.QG3Xbe .f4ZpM{max-width:300px}.F6gtje .f4ZpM{-webkit-transform:none;-ms-transform:none;transform:none}@-webkit-keyframes mdc-ripple-fg-radius-in{from{-webkit-animation-timing-function:cubic-bezier(.4,0,.2,1);animation-timing-function:cubic-bezier(.4,0,.2,1);-webkit-transform:translate(var(--mdc-ripple-fg-translate-start,0)) scale(1);transform:translate(var(--mdc-ripple-fg-translate-start,0)) scale(1)}to{-webkit-transform:translate(var(--mdc-ripple-fg-translate-end,0)) scale(var(--mdc-ripple-fg-scale,1));transform:translate(var(--mdc-ripple-fg-translate-end,0)) scale(var(--mdc-ripple-fg-scale,1))}}@keyframes mdc-ripple-fg-radius-in{from{-webkit-animation-timing-function:cubic-bezier(.4,0,.2,1);animation-timing-function:cubic-bezier(.4,0,.2,1);-webkit-transform:translate(var(--mdc-ripple-fg-translate-start,0)) scale(1);transform:translate(var(--mdc-ripple-fg-translate-start,0)) scale(1)}to{-webkit-transform:translate(var(--mdc-ripple-fg-translate-end,0)) scale(var(--mdc-ripple-fg-scale,1));transform:translate(var(--mdc-ripple-fg-translate-end,0)) scale(var(--mdc-ripple-fg-scale,1))}}@-webkit-keyframes mdc-ripple-fg-opacity-in{from{-webkit-animation-timing-function:linear;animation-timing-function:linear;opacity:0}to{opacity:var(--mdc-ripple-fg-opacity,0)}}@keyframes mdc-ripple-fg-opacity-in{from{-webkit-animation-timing-function:linear;animation-timing-function:linear;opacity:0}to{opacity:var(--mdc-ripple-fg-opacity,0)}}@-webkit-keyframes mdc-ripple-fg-opacity-out{from{-webkit-animation-timing-function:linear;animation-timing-function:linear;opacity:var(--mdc-ripple-fg-opacity,0)}to{opacity:0}}@keyframes mdc-ripple-fg-opacity-out{from{-webkit-animation-timing-function:linear;animation-timing-function:linear;opacity:var(--mdc-ripple-fg-opacity,0)}to{opacity:0}}.VfPpkd-ksKsZd-XxIAqe{--mdc-ripple-fg-size:0;--mdc-ripple-left:0;--mdc-ripple-top:0;--mdc-ripple-fg-scale:1;--mdc-ripple-fg-translate-end:0;--mdc-ripple-fg-translate-start:0;-webkit-tap-highlight-color:rgba(0,0,0,0);will-change:transform,opacity;position:relative;outline:none;overflow:hidden}.VfPpkd-ksKsZd-XxIAqe::before,.VfPpkd-ksKsZd-XxIAqe::after{position:absolute;border-radius:50%;opacity:0;pointer-events:none;content:""}.VfPpkd-ksKsZd-XxIAqe::before{-webkit-transition:opacity 15ms linear,background-color 15ms linear;transition:opacity 15ms linear,background-color 15ms linear;z-index:1;z-index:var(--mdc-ripple-z-index,1)}.VfPpkd-ksKsZd-XxIAqe::after{z-index:0;z-index:var(--mdc-ripple-z-index,0)}.VfPpkd-ksKsZd-XxIAqe.VfPpkd-ksKsZd-mWPk3d::before{-webkit-transform:scale(var(--mdc-ripple-fg-scale,1));-ms-transform:scale(var(--mdc-ripple-fg-scale,1));transform:scale(var(--mdc-ripple-fg-scale,1))}.VfPpkd-ksKsZd-XxIAqe.VfPpkd-ksKsZd-mWPk3d::after{top:0;left:0;-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0);-webkit-transform-origin:center center;-ms-transform-origin:center center;transform-origin:center center}.VfPpkd-ksKsZd-XxIAqe.VfPpkd-ksKsZd-mWPk3d-OWXEXe-ZNMTqd::after{top:var(--mdc-ripple-top,0);left:var(--mdc-ripple-left,0)}.VfPpkd-ksKsZd-XxIAqe.VfPpkd-ksKsZd-mWPk3d-OWXEXe-Tv8l5d-lJfZMc::after{-webkit-animation:mdc-ripple-fg-radius-in 225ms forwards,mdc-ripple-fg-opacity-in 75ms forwards;animation:mdc-ripple-fg-radius-in 225ms forwards,mdc-ripple-fg-opacity-in 75ms forwards}.VfPpkd-ksKsZd-XxIAqe.VfPpkd-ksKsZd-mWPk3d-OWXEXe-Tv8l5d-OmS1vf::after{-webkit-animation:mdc-ripple-fg-opacity-out .15s;animation:mdc-ripple-fg-opacity-out .15s;-webkit-transform:translate(var(--mdc-ripple-fg-translate-end,0)) scale(var(--mdc-ripple-fg-scale,1));-ms-transform:translate(var(--mdc-ripple-fg-translate-end,0)) scale(var(--mdc-ripple-fg-scale,1));transform:translate(var(--mdc-ripple-fg-translate-end,0)) scale(var(--mdc-ripple-fg-scale,1))}.VfPpkd-ksKsZd-XxIAqe::before,.VfPpkd-ksKsZd-XxIAqe::after{top:-50%;left:-50%;width:200%;height:200%}.VfPpkd-ksKsZd-XxIAqe.VfPpkd-ksKsZd-mWPk3d::after{width:var(--mdc-ripple-fg-size,100%);height:var(--mdc-ripple-fg-size,100%)}.VfPpkd-ksKsZd-XxIAqe[data-mdc-ripple-is-unbounded],.VfPpkd-ksKsZd-mWPk3d-OWXEXe-ZNMTqd{overflow:visible}.VfPpkd-ksKsZd-XxIAqe[data-mdc-ripple-is-unbounded]::before,.VfPpkd-ksKsZd-XxIAqe[data-mdc-ripple-is-unbounded]::after,.VfPpkd-ksKsZd-mWPk3d-OWXEXe-ZNMTqd::before,.VfPpkd-ksKsZd-mWPk3d-OWXEXe-ZNMTqd::after{top:0;left:0;width:100%;height:100%}.VfPpkd-ksKsZd-XxIAqe[data-mdc-ripple-is-unbounded].VfPpkd-ksKsZd-mWPk3d::before,.VfPpkd-ksKsZd-XxIAqe[data-mdc-ripple-is-unbounded].VfPpkd-ksKsZd-mWPk3d::after,.VfPpkd-ksKsZd-mWPk3d-OWXEXe-ZNMTqd.VfPpkd-ksKsZd-mWPk3d::before,.VfPpkd-ksKsZd-mWPk3d-OWXEXe-ZNMTqd.VfPpkd-ksKsZd-mWPk3d::after{top:var(--mdc-ripple-top,0);left:var(--mdc-ripple-left,0);width:var(--mdc-ripple-fg-size,100%);height:var(--mdc-ripple-fg-size,100%)}.VfPpkd-ksKsZd-XxIAqe[data-mdc-ripple-is-unbounded].VfPpkd-ksKsZd-mWPk3d::after,.VfPpkd-ksKsZd-mWPk3d-OWXEXe-ZNMTqd.VfPpkd-ksKsZd-mWPk3d::after{width:var(--mdc-ripple-fg-size,100%);height:var(--mdc-ripple-fg-size,100%)}.VfPpkd-ksKsZd-XxIAqe::before,.VfPpkd-ksKsZd-XxIAqe::after{background-color:#000;background-color:var(--mdc-ripple-color,#000)}.VfPpkd-ksKsZd-XxIAqe:hover::before,.VfPpkd-ksKsZd-XxIAqe.VfPpkd-ksKsZd-XxIAqe-OWXEXe-ZmdkE::before{opacity:.04;opacity:var(--mdc-ripple-hover-opacity,.04)}.VfPpkd-ksKsZd-XxIAqe.VfPpkd-ksKsZd-mWPk3d-OWXEXe-AHe6Kc-XpnDCe::before,.VfPpkd-ksKsZd-XxIAqe:not(.VfPpkd-ksKsZd-mWPk3d):focus::before{-webkit-transition-duration:75ms;transition-duration:75ms;opacity:.12;opacity:var(--mdc-ripple-focus-opacity,.12)}.VfPpkd-ksKsZd-XxIAqe:not(.VfPpkd-ksKsZd-mWPk3d)::after{-webkit-transition:opacity .15s linear;transition:opacity .15s linear}.VfPpkd-ksKsZd-XxIAqe:not(.VfPpkd-ksKsZd-mWPk3d):active::after{-webkit-transition-duration:75ms;transition-duration:75ms;opacity:.12;opacity:var(--mdc-ripple-press-opacity,.12)}.VfPpkd-ksKsZd-XxIAqe.VfPpkd-ksKsZd-mWPk3d{--mdc-ripple-fg-opacity:var(--mdc-ripple-press-opacity,0.12)}.VfPpkd-Bz112c-LgbsSe{font-size:24px;width:48px;height:48px;padding:12px}.VfPpkd-Bz112c-LgbsSe.VfPpkd-Bz112c-LgbsSe-OWXEXe-e5LLRc-SxQuSe .VfPpkd-Bz112c-Jh9lGc{width:40px;height:40px;margin-top:4px;margin-bottom:4px;margin-right:4px;margin-left:4px}.VfPpkd-Bz112c-LgbsSe.VfPpkd-Bz112c-LgbsSe-OWXEXe-e5LLRc-SxQuSe .VfPpkd-Bz112c-J1Ukfc-LhBDec{max-height:40px;max-width:40px}.VfPpkd-Bz112c-LgbsSe:disabled{color:rgba(0,0,0,.38);color:var(--mdc-theme-text-disabled-on-light,rgba(0,0,0,.38))}.VfPpkd-Bz112c-LgbsSe svg,.VfPpkd-Bz112c-LgbsSe img{width:24px;height:24px}.VfPpkd-Bz112c-LgbsSe{display:inline-block;position:relative;-webkit-box-sizing:border-box;box-sizing:border-box;border:none;outline:none;background-color:transparent;fill:currentColor;color:inherit;text-decoration:none;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;z-index:0;overflow:visible}.VfPpkd-Bz112c-LgbsSe .VfPpkd-Bz112c-RLmnJb{position:absolute;top:50%;height:48px;left:50%;width:48px;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}@media screen and (forced-colors:active){.VfPpkd-Bz112c-LgbsSe.VfPpkd-ksKsZd-mWPk3d-OWXEXe-AHe6Kc-XpnDCe .VfPpkd-Bz112c-J1Ukfc-LhBDec,.VfPpkd-Bz112c-LgbsSe:not(.VfPpkd-ksKsZd-mWPk3d):focus .VfPpkd-Bz112c-J1Ukfc-LhBDec{display:block}}.VfPpkd-Bz112c-LgbsSe:disabled{cursor:default;pointer-events:none}.VfPpkd-Bz112c-LgbsSe[hidden]{display:none}.VfPpkd-Bz112c-LgbsSe-OWXEXe-KVuj8d-Q3DXx{-webkit-box-align:center;-webkit-align-items:center;align-items:center;display:-webkit-inline-box;display:-webkit-inline-flex;display:inline-flex;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.VfPpkd-Bz112c-J1Ukfc-LhBDec{pointer-events:none;border:2px solid transparent;border-radius:6px;-webkit-box-sizing:content-box;box-sizing:content-box;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);height:100%;width:100%;display:none}@media screen and (forced-colors:active){.VfPpkd-Bz112c-J1Ukfc-LhBDec{border-color:CanvasText}}.VfPpkd-Bz112c-J1Ukfc-LhBDec::after{content:"";border:2px solid transparent;border-radius:8px;display:block;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);height:calc(100% + 4px);width:calc(100% + 4px)}@media screen and (forced-colors:active){.VfPpkd-Bz112c-J1Ukfc-LhBDec::after{border-color:CanvasText}}.VfPpkd-Bz112c-kBDsod{display:inline-block}.VfPpkd-Bz112c-kBDsod.VfPpkd-Bz112c-kBDsod-OWXEXe-IT5dJd,.VfPpkd-Bz112c-LgbsSe-OWXEXe-IT5dJd .VfPpkd-Bz112c-kBDsod{display:none}.VfPpkd-Bz112c-LgbsSe-OWXEXe-IT5dJd .VfPpkd-Bz112c-kBDsod.VfPpkd-Bz112c-kBDsod-OWXEXe-IT5dJd{display:inline-block}.VfPpkd-Bz112c-mRLv6{height:100%;left:0;outline:none;position:absolute;top:0;width:100%}.VfPpkd-Bz112c-LgbsSe{--mdc-ripple-fg-size:0;--mdc-ripple-left:0;--mdc-ripple-top:0;--mdc-ripple-fg-scale:1;--mdc-ripple-fg-translate-end:0;--mdc-ripple-fg-translate-start:0;-webkit-tap-highlight-color:rgba(0,0,0,0);will-change:transform,opacity}.VfPpkd-Bz112c-LgbsSe .VfPpkd-Bz112c-Jh9lGc::before,.VfPpkd-Bz112c-LgbsSe .VfPpkd-Bz112c-Jh9lGc::after{position:absolute;border-radius:50%;opacity:0;pointer-events:none;content:""}.VfPpkd-Bz112c-LgbsSe .VfPpkd-Bz112c-Jh9lGc::before{-webkit-transition:opacity 15ms linear,background-color 15ms linear;transition:opacity 15ms linear,background-color 15ms linear;z-index:1;z-index:var(--mdc-ripple-z-index,1)}.VfPpkd-Bz112c-LgbsSe .VfPpkd-Bz112c-Jh9lGc::after{z-index:0;z-index:var(--mdc-ripple-z-index,0)}.VfPpkd-Bz112c-LgbsSe.VfPpkd-ksKsZd-mWPk3d .VfPpkd-Bz112c-Jh9lGc::before{-webkit-transform:scale(var(--mdc-ripple-fg-scale,1));-ms-transform:scale(var(--mdc-ripple-fg-scale,1));transform:scale(var(--mdc-ripple-fg-scale,1))}.VfPpkd-Bz112c-LgbsSe.VfPpkd-ksKsZd-mWPk3d .VfPpkd-Bz112c-Jh9lGc::after{top:0;left:0;-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0);-webkit-transform-origin:center center;-ms-transform-origin:center center;transform-origin:center center}.VfPpkd-Bz112c-LgbsSe.VfPpkd-ksKsZd-mWPk3d-OWXEXe-ZNMTqd .VfPpkd-Bz112c-Jh9lGc::after{top:var(--mdc-ripple-top,0);left:var(--mdc-ripple-left,0)}.VfPpkd-Bz112c-LgbsSe.VfPpkd-ksKsZd-mWPk3d-OWXEXe-Tv8l5d-lJfZMc .VfPpkd-Bz112c-Jh9lGc::after{-webkit-animation:mdc-ripple-fg-radius-in 225ms forwards,mdc-ripple-fg-opacity-in 75ms forwards;animation:mdc-ripple-fg-radius-in 225ms forwards,mdc-ripple-fg-opacity-in 75ms forwards}.VfPpkd-Bz112c-LgbsSe.VfPpkd-ksKsZd-mWPk3d-OWXEXe-Tv8l5d-OmS1vf .VfPpkd-Bz112c-Jh9lGc::after{-webkit-animation:mdc-ripple-fg-opacity-out .15s;animation:mdc-ripple-fg-opacity-out .15s;-webkit-transform:translate(var(--mdc-ripple-fg-translate-end,0)) scale(var(--mdc-ripple-fg-scale,1));-ms-transform:translate(var(--mdc-ripple-fg-translate-end,0)) scale(var(--mdc-ripple-fg-scale,1));transform:translate(var(--mdc-ripple-fg-translate-end,0)) scale(var(--mdc-ripple-fg-scale,1))}.VfPpkd-Bz112c-LgbsSe .VfPpkd-Bz112c-Jh9lGc::before,.VfPpkd-Bz112c-LgbsSe .VfPpkd-Bz112c-Jh9lGc::after{top:0;left:0;width:100%;height:100%}.VfPpkd-Bz112c-LgbsSe.VfPpkd-ksKsZd-mWPk3d .VfPpkd-Bz112c-Jh9lGc::before,.VfPpkd-Bz112c-LgbsSe.VfPpkd-ksKsZd-mWPk3d .VfPpkd-Bz112c-Jh9lGc::after{top:var(--mdc-ripple-top,0);left:var(--mdc-ripple-left,0);width:var(--mdc-ripple-fg-size,100%);height:var(--mdc-ripple-fg-size,100%)}.VfPpkd-Bz112c-LgbsSe.VfPpkd-ksKsZd-mWPk3d .VfPpkd-Bz112c-Jh9lGc::after{width:var(--mdc-ripple-fg-size,100%);height:var(--mdc-ripple-fg-size,100%)}.VfPpkd-Bz112c-LgbsSe .VfPpkd-Bz112c-Jh9lGc::before,.VfPpkd-Bz112c-LgbsSe .VfPpkd-Bz112c-Jh9lGc::after{background-color:#000;background-color:var(--mdc-ripple-color,#000)}.VfPpkd-Bz112c-LgbsSe:hover .VfPpkd-Bz112c-Jh9lGc::before,.VfPpkd-Bz112c-LgbsSe.VfPpkd-ksKsZd-XxIAqe-OWXEXe-ZmdkE .VfPpkd-Bz112c-Jh9lGc::before{opacity:.04;opacity:var(--mdc-ripple-hover-opacity,.04)}.VfPpkd-Bz112c-LgbsSe.VfPpkd-ksKsZd-mWPk3d-OWXEXe-AHe6Kc-XpnDCe .VfPpkd-Bz112c-Jh9lGc::before,.VfPpkd-Bz112c-LgbsSe:not(.VfPpkd-ksKsZd-mWPk3d):focus .VfPpkd-Bz112c-Jh9lGc::before{-webkit-transition-duration:75ms;transition-duration:75ms;opacity:.12;opacity:var(--mdc-ripple-focus-opacity,.12)}.VfPpkd-Bz112c-LgbsSe:not(.VfPpkd-ksKsZd-mWPk3d) .VfPpkd-Bz112c-Jh9lGc::after{-webkit-transition:opacity .15s linear;transition:opacity .15s linear}.VfPpkd-Bz112c-LgbsSe:not(.VfPpkd-ksKsZd-mWPk3d):active .VfPpkd-Bz112c-Jh9lGc::after{-webkit-transition-duration:75ms;transition-duration:75ms;opacity:.12;opacity:var(--mdc-ripple-press-opacity,.12)}.VfPpkd-Bz112c-LgbsSe.VfPpkd-ksKsZd-mWPk3d{--mdc-ripple-fg-opacity:var(--mdc-ripple-press-opacity,0.12)}.VfPpkd-Bz112c-LgbsSe:disabled:hover .VfPpkd-Bz112c-Jh9lGc::before,.VfPpkd-Bz112c-LgbsSe:disabled.VfPpkd-ksKsZd-XxIAqe-OWXEXe-ZmdkE .VfPpkd-Bz112c-Jh9lGc::before{opacity:0;opacity:var(--mdc-ripple-hover-opacity,0)}.VfPpkd-Bz112c-LgbsSe:disabled.VfPpkd-ksKsZd-mWPk3d-OWXEXe-AHe6Kc-XpnDCe .VfPpkd-Bz112c-Jh9lGc::before,.VfPpkd-Bz112c-LgbsSe:disabled:not(.VfPpkd-ksKsZd-mWPk3d):focus .VfPpkd-Bz112c-Jh9lGc::before{-webkit-transition-duration:75ms;transition-duration:75ms;opacity:0;opacity:var(--mdc-ripple-focus-opacity,0)}.VfPpkd-Bz112c-LgbsSe:disabled:not(.VfPpkd-ksKsZd-mWPk3d) .VfPpkd-Bz112c-Jh9lGc::after{-webkit-transition:opacity .15s linear;transition:opacity .15s linear}.VfPpkd-Bz112c-LgbsSe:disabled:not(.VfPpkd-ksKsZd-mWPk3d):active .VfPpkd-Bz112c-Jh9lGc::after{-webkit-transition-duration:75ms;transition-duration:75ms;opacity:0;opacity:var(--mdc-ripple-press-opacity,0)}.VfPpkd-Bz112c-LgbsSe:disabled.VfPpkd-ksKsZd-mWPk3d{--mdc-ripple-fg-opacity:var(--mdc-ripple-press-opacity,0)}.VfPpkd-Bz112c-LgbsSe .VfPpkd-Bz112c-Jh9lGc{height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%;z-index:-1}.VfPpkd-dgl2Hf-ppHlrf-sM5MNb{display:inline}.VfPpkd-LgbsSe{position:relative;display:-webkit-inline-box;display:-webkit-inline-flex;display:inline-flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-sizing:border-box;box-sizing:border-box;min-width:64px;border:none;outline:none;line-height:inherit;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-appearance:none;overflow:visible;vertical-align:middle;background:transparent}.VfPpkd-LgbsSe .VfPpkd-BFbNVe-bF1uUb{width:100%;height:100%;top:0;left:0}.VfPpkd-LgbsSe::-moz-focus-inner{padding:0;border:0}.VfPpkd-LgbsSe:active{outline:none}.VfPpkd-LgbsSe:hover{cursor:pointer}.VfPpkd-LgbsSe:disabled{cursor:default;pointer-events:none}.VfPpkd-LgbsSe[hidden]{display:none}.VfPpkd-LgbsSe .VfPpkd-kBDsod{margin-left:0;margin-right:8px;display:inline-block;position:relative;vertical-align:top}[dir=rtl] .VfPpkd-LgbsSe .VfPpkd-kBDsod,.VfPpkd-LgbsSe .VfPpkd-kBDsod[dir=rtl]{margin-left:8px;margin-right:0}.VfPpkd-LgbsSe .VfPpkd-UdE5de-uDEFge{font-size:0;position:absolute;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);top:50%;left:50%;line-height:normal}.VfPpkd-LgbsSe .VfPpkd-vQzf8d{position:relative}.VfPpkd-LgbsSe .VfPpkd-J1Ukfc-LhBDec{pointer-events:none;border:2px solid transparent;border-radius:6px;-webkit-box-sizing:content-box;box-sizing:content-box;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);height:calc(100% + 4px);width:calc(100% + 4px);display:none}@media screen and (forced-colors:active){.VfPpkd-LgbsSe .VfPpkd-J1Ukfc-LhBDec{border-color:CanvasText}}.VfPpkd-LgbsSe .VfPpkd-J1Ukfc-LhBDec::after{content:"";border:2px solid transparent;border-radius:8px;display:block;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);height:calc(100% + 4px);width:calc(100% + 4px)}@media screen and (forced-colors:active){.VfPpkd-LgbsSe .VfPpkd-J1Ukfc-LhBDec::after{border-color:CanvasText}}@media screen and (forced-colors:active){.VfPpkd-LgbsSe.VfPpkd-ksKsZd-mWPk3d-OWXEXe-AHe6Kc-XpnDCe .VfPpkd-J1Ukfc-LhBDec,.VfPpkd-LgbsSe:not(.VfPpkd-ksKsZd-mWPk3d):focus .VfPpkd-J1Ukfc-LhBDec{display:block}}.VfPpkd-LgbsSe .VfPpkd-RLmnJb{position:absolute;top:50%;height:48px;left:0;right:0;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.VfPpkd-vQzf8d+.VfPpkd-kBDsod{margin-left:8px;margin-right:0}[dir=rtl] .VfPpkd-vQzf8d+.VfPpkd-kBDsod,.VfPpkd-vQzf8d+.VfPpkd-kBDsod[dir=rtl]{margin-left:0;margin-right:8px}svg.VfPpkd-kBDsod{fill:currentColor}.VfPpkd-LgbsSe-OWXEXe-dgl2Hf{margin-top:6px;margin-bottom:6px}.VfPpkd-LgbsSe{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;text-decoration:none}.VfPpkd-LgbsSe{padding:0 8px 0 8px}.VfPpkd-LgbsSe-OWXEXe-k8QpJ{-webkit-transition:-webkit-box-shadow .28s cubic-bezier(.4,0,.2,1);transition:-webkit-box-shadow .28s cubic-bezier(.4,0,.2,1);transition:box-shadow .28s cubic-bezier(.4,0,.2,1);transition:box-shadow .28s cubic-bezier(.4,0,.2,1),-webkit-box-shadow .28s cubic-bezier(.4,0,.2,1);padding:0 16px 0 16px}.VfPpkd-LgbsSe-OWXEXe-k8QpJ.VfPpkd-LgbsSe-OWXEXe-Bz112c-UbuQg{padding:0 12px 0 16px}.VfPpkd-LgbsSe-OWXEXe-k8QpJ.VfPpkd-LgbsSe-OWXEXe-Bz112c-M1Soyc{padding:0 16px 0 12px}.VfPpkd-LgbsSe-OWXEXe-MV7yeb{-webkit-transition:-webkit-box-shadow .28s cubic-bezier(.4,0,.2,1);transition:-webkit-box-shadow .28s cubic-bezier(.4,0,.2,1);transition:box-shadow .28s cubic-bezier(.4,0,.2,1);transition:box-shadow .28s cubic-bezier(.4,0,.2,1),-webkit-box-shadow .28s cubic-bezier(.4,0,.2,1);padding:0 16px 0 16px}.VfPpkd-LgbsSe-OWXEXe-MV7yeb.VfPpkd-LgbsSe-OWXEXe-Bz112c-UbuQg{padding:0 12px 0 16px}.VfPpkd-LgbsSe-OWXEXe-MV7yeb.VfPpkd-LgbsSe-OWXEXe-Bz112c-M1Soyc{padding:0 16px 0 12px}.VfPpkd-LgbsSe-OWXEXe-INsAgc{border-style:solid;-webkit-transition:border .28s cubic-bezier(.4,0,.2,1);transition:border .28s cubic-bezier(.4,0,.2,1)}.VfPpkd-LgbsSe-OWXEXe-INsAgc .VfPpkd-Jh9lGc{border-style:solid;border-color:transparent}.VfPpkd-LgbsSe{--mdc-ripple-fg-size:0;--mdc-ripple-left:0;--mdc-ripple-top:0;--mdc-ripple-fg-scale:1;--mdc-ripple-fg-translate-end:0;--mdc-ripple-fg-translate-start:0;-webkit-tap-highlight-color:rgba(0,0,0,0);will-change:transform,opacity}.VfPpkd-LgbsSe .VfPpkd-Jh9lGc::before,.VfPpkd-LgbsSe .VfPpkd-Jh9lGc::after{position:absolute;border-radius:50%;opacity:0;pointer-events:none;content:""}.VfPpkd-LgbsSe .VfPpkd-Jh9lGc::before{-webkit-transition:opacity 15ms linear,background-color 15ms linear;transition:opacity 15ms linear,background-color 15ms linear;z-index:1}.VfPpkd-LgbsSe .VfPpkd-Jh9lGc::after{z-index:0}.VfPpkd-LgbsSe.VfPpkd-ksKsZd-mWPk3d .VfPpkd-Jh9lGc::before{-webkit-transform:scale(var(--mdc-ripple-fg-scale,1));-ms-transform:scale(var(--mdc-ripple-fg-scale,1));transform:scale(var(--mdc-ripple-fg-scale,1))}.VfPpkd-LgbsSe.VfPpkd-ksKsZd-mWPk3d .VfPpkd-Jh9lGc::after{top:0;left:0;-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0);-webkit-transform-origin:center center;-ms-transform-origin:center center;transform-origin:center center}.VfPpkd-LgbsSe.VfPpkd-ksKsZd-mWPk3d-OWXEXe-ZNMTqd .VfPpkd-Jh9lGc::after{top:var(--mdc-ripple-top,0);left:var(--mdc-ripple-left,0)}.VfPpkd-LgbsSe.VfPpkd-ksKsZd-mWPk3d-OWXEXe-Tv8l5d-lJfZMc .VfPpkd-Jh9lGc::after{-webkit-animation:mdc-ripple-fg-radius-in 225ms forwards,mdc-ripple-fg-opacity-in 75ms forwards;animation:mdc-ripple-fg-radius-in 225ms forwards,mdc-ripple-fg-opacity-in 75ms forwards}.VfPpkd-LgbsSe.VfPpkd-ksKsZd-mWPk3d-OWXEXe-Tv8l5d-OmS1vf .VfPpkd-Jh9lGc::after{-webkit-animation:mdc-ripple-fg-opacity-out .15s;animation:mdc-ripple-fg-opacity-out .15s;-webkit-transform:translate(var(--mdc-ripple-fg-translate-end,0)) scale(var(--mdc-ripple-fg-scale,1));-ms-transform:translate(var(--mdc-ripple-fg-translate-end,0)) scale(var(--mdc-ripple-fg-scale,1));transform:translate(var(--mdc-ripple-fg-translate-end,0)) scale(var(--mdc-ripple-fg-scale,1))}.VfPpkd-LgbsSe .VfPpkd-Jh9lGc::before,.VfPpkd-LgbsSe .VfPpkd-Jh9lGc::after{top:-50%;left:-50%;width:200%;height:200%}.VfPpkd-LgbsSe.VfPpkd-ksKsZd-mWPk3d .VfPpkd-Jh9lGc::after{width:var(--mdc-ripple-fg-size,100%);height:var(--mdc-ripple-fg-size,100%)}.VfPpkd-Jh9lGc{position:absolute;-webkit-box-sizing:content-box;box-sizing:content-box;overflow:hidden;z-index:0;top:0;left:0;bottom:0;right:0}.VfPpkd-LgbsSe{font-family:Roboto,sans-serif;font-size:.875rem;letter-spacing:.0892857143em;font-weight:500;text-transform:uppercase;height:36px;border-radius:4px}.VfPpkd-LgbsSe:not(:disabled){color:#6200ee}.VfPpkd-LgbsSe:disabled{color:rgba(0,0,0,.38)}.VfPpkd-LgbsSe .VfPpkd-kBDsod{font-size:1.125rem;width:1.125rem;height:1.125rem}.VfPpkd-LgbsSe .VfPpkd-Jh9lGc::before{background-color:#6200ee}.VfPpkd-LgbsSe .VfPpkd-Jh9lGc::after{background-color:#6200ee}.VfPpkd-LgbsSe:hover .VfPpkd-Jh9lGc::before,.VfPpkd-LgbsSe.VfPpkd-ksKsZd-XxIAqe-OWXEXe-ZmdkE .VfPpkd-Jh9lGc::before{opacity:.04}.VfPpkd-LgbsSe.VfPpkd-ksKsZd-mWPk3d-OWXEXe-AHe6Kc-XpnDCe .VfPpkd-Jh9lGc::before,.VfPpkd-LgbsSe:not(.VfPpkd-ksKsZd-mWPk3d):focus .VfPpkd-Jh9lGc::before{-webkit-transition-duration:75ms;transition-duration:75ms;opacity:.12}.VfPpkd-LgbsSe:not(.VfPpkd-ksKsZd-mWPk3d) .VfPpkd-Jh9lGc::after{-webkit-transition:opacity .15s linear;transition:opacity .15s linear}.VfPpkd-LgbsSe:not(.VfPpkd-ksKsZd-mWPk3d):active .VfPpkd-Jh9lGc::after{-webkit-transition-duration:75ms;transition-duration:75ms;opacity:.12}.VfPpkd-LgbsSe.VfPpkd-ksKsZd-mWPk3d{--mdc-ripple-fg-opacity:var(--mdc-text-button-pressed-state-layer-opacity,0.12)}.VfPpkd-LgbsSe .VfPpkd-Jh9lGc{border-radius:4px}.VfPpkd-LgbsSe .VfPpkd-J1Ukfc-LhBDec{border-radius:2px}.VfPpkd-LgbsSe .VfPpkd-J1Ukfc-LhBDec::after{border-radius:4px}.VfPpkd-LgbsSe-OWXEXe-k8QpJ{font-family:Roboto,sans-serif;font-size:.875rem;letter-spacing:.0892857143em;font-weight:500;text-transform:uppercase;height:36px;border-radius:4px}.VfPpkd-LgbsSe-OWXEXe-k8QpJ:not(:disabled){background-color:#6200ee}.VfPpkd-LgbsSe-OWXEXe-k8QpJ:disabled{background-color:rgba(0,0,0,.12)}.VfPpkd-LgbsSe-OWXEXe-k8QpJ:not(:disabled){color:#fff}.VfPpkd-LgbsSe-OWXEXe-k8QpJ:disabled{color:rgba(0,0,0,.38)}.VfPpkd-LgbsSe-OWXEXe-k8QpJ .VfPpkd-kBDsod{font-size:1.125rem;width:1.125rem;height:1.125rem}.VfPpkd-LgbsSe-OWXEXe-k8QpJ .VfPpkd-Jh9lGc::before{background-color:#fff}.VfPpkd-LgbsSe-OWXEXe-k8QpJ .VfPpkd-Jh9lGc::after{background-color:#fff}.VfPpkd-LgbsSe-OWXEXe-k8QpJ:hover .VfPpkd-Jh9lGc::before,.VfPpkd-LgbsSe-OWXEXe-k8QpJ.VfPpkd-ksKsZd-XxIAqe-OWXEXe-ZmdkE .VfPpkd-Jh9lGc::before{opacity:.08}.VfPpkd-LgbsSe-OWXEXe-k8QpJ.VfPpkd-ksKsZd-mWPk3d-OWXEXe-AHe6Kc-XpnDCe .VfPpkd-Jh9lGc::before,.VfPpkd-LgbsSe-OWXEXe-k8QpJ:not(.VfPpkd-ksKsZd-mWPk3d):focus .VfPpkd-Jh9lGc::before{-webkit-transition-duration:75ms;transition-duration:75ms;opacity:.24}.VfPpkd-LgbsSe-OWXEXe-k8QpJ:not(.VfPpkd-ksKsZd-mWPk3d) .VfPpkd-Jh9lGc::after{-webkit-transition:opacity .15s linear;transition:opacity .15s linear}.VfPpkd-LgbsSe-OWXEXe-k8QpJ:not(.VfPpkd-ksKsZd-mWPk3d):active .VfPpkd-Jh9lGc::after{-webkit-transition-duration:75ms;transition-duration:75ms;opacity:.24}.VfPpkd-LgbsSe-OWXEXe-k8QpJ.VfPpkd-ksKsZd-mWPk3d{--mdc-ripple-fg-opacity:var(--mdc-filled-button-pressed-state-layer-opacity,0.24)}.VfPpkd-LgbsSe-OWXEXe-k8QpJ .VfPpkd-Jh9lGc{border-radius:4px}.VfPpkd-LgbsSe-OWXEXe-k8QpJ .VfPpkd-J1Ukfc-LhBDec{border-radius:2px}.VfPpkd-LgbsSe-OWXEXe-k8QpJ .VfPpkd-J1Ukfc-LhBDec::after{border-radius:4px}.VfPpkd-LgbsSe-OWXEXe-MV7yeb{font-family:Roboto,sans-serif;font-size:.875rem;letter-spacing:.0892857143em;font-weight:500;text-transform:uppercase;height:36px;border-radius:4px;-webkit-box-shadow:0 3px 1px -2px rgba(0,0,0,.2),0 2px 2px 0 rgba(0,0,0,.14),0 1px 5px 0 rgba(0,0,0,.12);box-shadow:0 3px 1px -2px rgba(0,0,0,.2),0 2px 2px 0 rgba(0,0,0,.14),0 1px 5px 0 rgba(0,0,0,.12)}.VfPpkd-LgbsSe-OWXEXe-MV7yeb:not(:disabled){background-color:#6200ee}.VfPpkd-LgbsSe-OWXEXe-MV7yeb:disabled{background-color:rgba(0,0,0,.12)}.VfPpkd-LgbsSe-OWXEXe-MV7yeb:not(:disabled){color:#fff}.VfPpkd-LgbsSe-OWXEXe-MV7yeb:disabled{color:rgba(0,0,0,.38)}.VfPpkd-LgbsSe-OWXEXe-MV7yeb .VfPpkd-kBDsod{font-size:1.125rem;width:1.125rem;height:1.125rem}.VfPpkd-LgbsSe-OWXEXe-MV7yeb .VfPpkd-Jh9lGc::before{background-color:#fff}.VfPpkd-LgbsSe-OWXEXe-MV7yeb .VfPpkd-Jh9lGc::after{background-color:#fff}.VfPpkd-LgbsSe-OWXEXe-MV7yeb:hover .VfPpkd-Jh9lGc::before,.VfPpkd-LgbsSe-OWXEXe-MV7yeb.VfPpkd-ksKsZd-XxIAqe-OWXEXe-ZmdkE .VfPpkd-Jh9lGc::before{opacity:.08}.VfPpkd-LgbsSe-OWXEXe-MV7yeb.VfPpkd-ksKsZd-mWPk3d-OWXEXe-AHe6Kc-XpnDCe .VfPpkd-Jh9lGc::before,.VfPpkd-LgbsSe-OWXEXe-MV7yeb:not(.VfPpkd-ksKsZd-mWPk3d):focus .VfPpkd-Jh9lGc::before{-webkit-transition-duration:75ms;transition-duration:75ms;opacity:.24}.VfPpkd-LgbsSe-OWXEXe-MV7yeb:not(.VfPpkd-ksKsZd-mWPk3d) .VfPpkd-Jh9lGc::after{-webkit-transition:opacity .15s linear;transition:opacity .15s linear}.VfPpkd-LgbsSe-OWXEXe-MV7yeb:not(.VfPpkd-ksKsZd-mWPk3d):active .VfPpkd-Jh9lGc::after{-webkit-transition-duration:75ms;transition-duration:75ms;opacity:.24}.VfPpkd-LgbsSe-OWXEXe-MV7yeb.VfPpkd-ksKsZd-mWPk3d{--mdc-ripple-fg-opacity:var(--mdc-protected-button-pressed-state-layer-opacity,0.24)}.VfPpkd-LgbsSe-OWXEXe-MV7yeb .VfPpkd-Jh9lGc{border-radius:4px}.VfPpkd-LgbsSe-OWXEXe-MV7yeb .VfPpkd-J1Ukfc-LhBDec{border-radius:2px}.VfPpkd-LgbsSe-OWXEXe-MV7yeb .VfPpkd-J1Ukfc-LhBDec::after{border-radius:4px}.VfPpkd-LgbsSe-OWXEXe-MV7yeb.VfPpkd-ksKsZd-mWPk3d-OWXEXe-AHe6Kc-XpnDCe,.VfPpkd-LgbsSe-OWXEXe-MV7yeb:not(.VfPpkd-ksKsZd-mWPk3d):focus{-webkit-box-shadow:0 2px 4px -1px rgba(0,0,0,.2),0 4px 5px 0 rgba(0,0,0,.14),0 1px 10px 0 rgba(0,0,0,.12);box-shadow:0 2px 4px -1px rgba(0,0,0,.2),0 4px 5px 0 rgba(0,0,0,.14),0 1px 10px 0 rgba(0,0,0,.12)}.VfPpkd-LgbsSe-OWXEXe-MV7yeb:hover{-webkit-box-shadow:0 2px 4px -1px rgba(0,0,0,.2),0 4px 5px 0 rgba(0,0,0,.14),0 1px 10px 0 rgba(0,0,0,.12);box-shadow:0 2px 4px -1px rgba(0,0,0,.2),0 4px 5px 0 rgba(0,0,0,.14),0 1px 10px 0 rgba(0,0,0,.12)}.VfPpkd-LgbsSe-OWXEXe-MV7yeb:not(:disabled):active{-webkit-box-shadow:0 5px 5px -3px rgba(0,0,0,.2),0 8px 10px 1px rgba(0,0,0,.14),0 3px 14px 2px rgba(0,0,0,.12);box-shadow:0 5px 5px -3px rgba(0,0,0,.2),0 8px 10px 1px rgba(0,0,0,.14),0 3px 14px 2px rgba(0,0,0,.12)}.VfPpkd-LgbsSe-OWXEXe-MV7yeb:disabled{-webkit-box-shadow:0 0 0 0 rgba(0,0,0,.2),0 0 0 0 rgba(0,0,0,.14),0 0 0 0 rgba(0,0,0,.12);box-shadow:0 0 0 0 rgba(0,0,0,.2),0 0 0 0 rgba(0,0,0,.14),0 0 0 0 rgba(0,0,0,.12)}.VfPpkd-LgbsSe-OWXEXe-INsAgc{font-family:Roboto,sans-serif;font-size:.875rem;letter-spacing:.0892857143em;font-weight:500;text-transform:uppercase;height:36px;border-radius:4px;padding:0 15px 0 15px;border-width:1px}.VfPpkd-LgbsSe-OWXEXe-INsAgc:not(:disabled){color:#6200ee}.VfPpkd-LgbsSe-OWXEXe-INsAgc:disabled{color:rgba(0,0,0,.38)}.VfPpkd-LgbsSe-OWXEXe-INsAgc .VfPpkd-kBDsod{font-size:1.125rem;width:1.125rem;height:1.125rem}.VfPpkd-LgbsSe-OWXEXe-INsAgc .VfPpkd-Jh9lGc::before{background-color:#6200ee}.VfPpkd-LgbsSe-OWXEXe-INsAgc .VfPpkd-Jh9lGc::after{background-color:#6200ee}.VfPpkd-LgbsSe-OWXEXe-INsAgc:hover .VfPpkd-Jh9lGc::before,.VfPpkd-LgbsSe-OWXEXe-INsAgc.VfPpkd-ksKsZd-XxIAqe-OWXEXe-ZmdkE .VfPpkd-Jh9lGc::before{opacity:.04}.VfPpkd-LgbsSe-OWXEXe-INsAgc.VfPpkd-ksKsZd-mWPk3d-OWXEXe-AHe6Kc-XpnDCe .VfPpkd-Jh9lGc::before,.VfPpkd-LgbsSe-OWXEXe-INsAgc:not(.VfPpkd-ksKsZd-mWPk3d):focus .VfPpkd-Jh9lGc::before{-webkit-transition-duration:75ms;transition-duration:75ms;opacity:.12}.VfPpkd-LgbsSe-OWXEXe-INsAgc:not(.VfPpkd-ksKsZd-mWPk3d) .VfPpkd-Jh9lGc::after{-webkit-transition:opacity .15s linear;transition:opacity .15s linear}.VfPpkd-LgbsSe-OWXEXe-INsAgc:not(.VfPpkd-ksKsZd-mWPk3d):active .VfPpkd-Jh9lGc::after{-webkit-transition-duration:75ms;transition-duration:75ms;opacity:.12}.VfPpkd-LgbsSe-OWXEXe-INsAgc.VfPpkd-ksKsZd-mWPk3d{--mdc-ripple-fg-opacity:var(--mdc-outlined-button-pressed-state-layer-opacity,0.12)}.VfPpkd-LgbsSe-OWXEXe-INsAgc .VfPpkd-Jh9lGc{border-radius:4px}.VfPpkd-LgbsSe-OWXEXe-INsAgc .VfPpkd-J1Ukfc-LhBDec{border-radius:2px}.VfPpkd-LgbsSe-OWXEXe-INsAgc .VfPpkd-J1Ukfc-LhBDec::after{border-radius:4px}.VfPpkd-LgbsSe-OWXEXe-INsAgc:not(:disabled){border-color:rgba(0,0,0,.12)}.VfPpkd-LgbsSe-OWXEXe-INsAgc:disabled{border-color:rgba(0,0,0,.12)}.VfPpkd-LgbsSe-OWXEXe-INsAgc.VfPpkd-LgbsSe-OWXEXe-Bz112c-UbuQg{padding:0 11px 0 15px}.VfPpkd-LgbsSe-OWXEXe-INsAgc.VfPpkd-LgbsSe-OWXEXe-Bz112c-M1Soyc{padding:0 15px 0 11px}.VfPpkd-LgbsSe-OWXEXe-INsAgc .VfPpkd-Jh9lGc{top:-1px;left:-1px;bottom:-1px;right:-1px;border-width:1px}.VfPpkd-LgbsSe-OWXEXe-INsAgc .VfPpkd-RLmnJb{left:-1px;width:calc(100% + 2px)}.nCP5yc{font-family:"Google Sans",Roboto,Arial,sans-serif;font-size:.875rem;letter-spacing:.0107142857em;font-weight:500;text-transform:none;-webkit-transition:border .28s cubic-bezier(.4,0,.2,1),-webkit-box-shadow .28s cubic-bezier(.4,0,.2,1);transition:border .28s cubic-bezier(.4,0,.2,1),-webkit-box-shadow .28s cubic-bezier(.4,0,.2,1);transition:border .28s cubic-bezier(.4,0,.2,1),box-shadow .28s cubic-bezier(.4,0,.2,1);transition:border .28s cubic-bezier(.4,0,.2,1),box-shadow .28s cubic-bezier(.4,0,.2,1),-webkit-box-shadow .28s cubic-bezier(.4,0,.2,1);-webkit-box-shadow:none;box-shadow:none}.nCP5yc .VfPpkd-Jh9lGc{height:100%;position:absolute;overflow:hidden;width:100%;z-index:0}.nCP5yc:not(:disabled){background-color:rgb(26,115,232);background-color:var(--gm-fillbutton-container-color,rgb(26,115,232))}.nCP5yc:not(:disabled){color:#fff;color:var(--gm-fillbutton-ink-color,#fff)}.nCP5yc:disabled{background-color:rgba(60,64,67,.12);background-color:var(--gm-fillbutton-disabled-container-color,rgba(60,64,67,.12))}.nCP5yc:disabled{color:rgba(60,64,67,.38);color:var(--gm-fillbutton-disabled-ink-color,rgba(60,64,67,.38))}.nCP5yc .VfPpkd-Jh9lGc::before,.nCP5yc .VfPpkd-Jh9lGc::after{background-color:rgb(32,33,36);background-color:var(--gm-fillbutton-state-color,rgb(32,33,36))}.nCP5yc:hover .VfPpkd-Jh9lGc::before,.nCP5yc.VfPpkd-ksKsZd-XxIAqe-OWXEXe-ZmdkE .VfPpkd-Jh9lGc::before{opacity:.16;opacity:var(--mdc-ripple-hover-opacity,.16)}.nCP5yc.VfPpkd-ksKsZd-mWPk3d-OWXEXe-AHe6Kc-XpnDCe .VfPpkd-Jh9lGc::before,.nCP5yc:not(.VfPpkd-ksKsZd-mWPk3d):focus .VfPpkd-Jh9lGc::before{-webkit-transition-duration:75ms;transition-duration:75ms;opacity:.24;opacity:var(--mdc-ripple-focus-opacity,.24)}.nCP5yc:not(.VfPpkd-ksKsZd-mWPk3d) .VfPpkd-Jh9lGc::after{-webkit-transition:opacity .15s linear;transition:opacity .15s linear}.nCP5yc:not(.VfPpkd-ksKsZd-mWPk3d):active .VfPpkd-Jh9lGc::after{-webkit-transition-duration:75ms;transition-duration:75ms;opacity:.2;opacity:var(--mdc-ripple-press-opacity,.2)}.nCP5yc.VfPpkd-ksKsZd-mWPk3d{--mdc-ripple-fg-opacity:var(--mdc-ripple-press-opacity,0.2)}.nCP5yc .VfPpkd-BFbNVe-bF1uUb{opacity:0}.nCP5yc .VfPpkd-UdE5de-uDEFge .VfPpkd-JGcpL-uI4vCe-LkdAo,.nCP5yc .VfPpkd-UdE5de-uDEFge .VfPpkd-JGcpL-IdXvz-LkdAo-Bd00G{stroke:#fff}@media (-ms-high-contrast:active),screen and (forced-colors:active){.nCP5yc .VfPpkd-UdE5de-uDEFge .VfPpkd-JGcpL-uI4vCe-LkdAo,.nCP5yc .VfPpkd-UdE5de-uDEFge .VfPpkd-JGcpL-IdXvz-LkdAo-Bd00G{stroke:CanvasText}}.nCP5yc:hover{-webkit-box-shadow:0 1px 2px 0 rgba(60,64,67,.3),0 1px 3px 1px rgba(60,64,67,.15);box-shadow:0 1px 2px 0 rgba(60,64,67,.3),0 1px 3px 1px rgba(60,64,67,.15);-webkit-box-shadow:0 1px 2px 0 var(--gm-fillbutton-keyshadow-color,rgba(60,64,67,.3)),0 1px 3px 1px var(--gm-fillbutton-ambientshadow-color,rgba(60,64,67,.15));box-shadow:0 1px 2px 0 var(--gm-fillbutton-keyshadow-color,rgba(60,64,67,.3)),0 1px 3px 1px var(--gm-fillbutton-ambientshadow-color,rgba(60,64,67,.15))}.nCP5yc:hover .VfPpkd-BFbNVe-bF1uUb{opacity:0}.nCP5yc:active{-webkit-box-shadow:0 1px 2px 0 rgba(60,64,67,.3),0 2px 6px 2px rgba(60,64,67,.15);box-shadow:0 1px 2px 0 rgba(60,64,67,.3),0 2px 6px 2px rgba(60,64,67,.15);-webkit-box-shadow:0 1px 2px 0 var(--gm-fillbutton-keyshadow-color,rgba(60,64,67,.3)),0 2px 6px 2px var(--gm-fillbutton-ambientshadow-color,rgba(60,64,67,.15));box-shadow:0 1px 2px 0 var(--gm-fillbutton-keyshadow-color,rgba(60,64,67,.3)),0 2px 6px 2px var(--gm-fillbutton-ambientshadow-color,rgba(60,64,67,.15))}.nCP5yc:active .VfPpkd-BFbNVe-bF1uUb{opacity:0}.nCP5yc:disabled{-webkit-box-shadow:none;box-shadow:none}.nCP5yc:disabled:hover .VfPpkd-Jh9lGc::before,.nCP5yc:disabled.VfPpkd-ksKsZd-XxIAqe-OWXEXe-ZmdkE .VfPpkd-Jh9lGc::before{opacity:0;opacity:var(--mdc-ripple-hover-opacity,0)}.nCP5yc:disabled.VfPpkd-ksKsZd-mWPk3d-OWXEXe-AHe6Kc-XpnDCe .VfPpkd-Jh9lGc::before,.nCP5yc:disabled:not(.VfPpkd-ksKsZd-mWPk3d):focus .VfPpkd-Jh9lGc::before{-webkit-transition-duration:75ms;transition-duration:75ms;opacity:0;opacity:var(--mdc-ripple-focus-opacity,0)}.nCP5yc:disabled:not(.VfPpkd-ksKsZd-mWPk3d) .VfPpkd-Jh9lGc::after{-webkit-transition:opacity .15s linear;transition:opacity .15s linear}.nCP5yc:disabled:not(.VfPpkd-ksKsZd-mWPk3d):active .VfPpkd-Jh9lGc::after{-webkit-transition-duration:75ms;transition-duration:75ms;opacity:0;opacity:var(--mdc-ripple-press-opacity,0)}.nCP5yc:disabled.VfPpkd-ksKsZd-mWPk3d{--mdc-ripple-fg-opacity:var(--mdc-ripple-press-opacity,0)}.nCP5yc:disabled .VfPpkd-BFbNVe-bF1uUb{opacity:0}.Rj2Mlf{font-family:"Google Sans",Roboto,Arial,sans-serif;font-size:.875rem;letter-spacing:.0107142857em;font-weight:500;text-transform:none;-webkit-transition:border .28s cubic-bezier(.4,0,.2,1),-webkit-box-shadow .28s cubic-bezier(.4,0,.2,1);transition:border .28s cubic-bezier(.4,0,.2,1),-webkit-box-shadow .28s cubic-bezier(.4,0,.2,1);transition:border .28s cubic-bezier(.4,0,.2,1),box-shadow .28s cubic-bezier(.4,0,.2,1);transition:border .28s cubic-bezier(.4,0,.2,1),box-shadow .28s cubic-bezier(.4,0,.2,1),-webkit-box-shadow .28s cubic-bezier(.4,0,.2,1);-webkit-box-shadow:none;box-shadow:none}.Rj2Mlf .VfPpkd-Jh9lGc{height:100%;position:absolute;overflow:hidden;width:100%;z-index:0}.Rj2Mlf:not(:disabled){color:rgb(26,115,232);color:var(--gm-hairlinebutton-ink-color,rgb(26,115,232))}.Rj2Mlf:not(:disabled){border-color:rgb(218,220,224);border-color:var(--gm-hairlinebutton-outline-color,rgb(218,220,224))}.Rj2Mlf:not(:disabled):hover{border-color:rgb(218,220,224);border-color:var(--gm-hairlinebutton-outline-color,rgb(218,220,224))}.Rj2Mlf:not(:disabled).VfPpkd-ksKsZd-mWPk3d-OWXEXe-AHe6Kc-XpnDCe,.Rj2Mlf:not(:disabled):not(.VfPpkd-ksKsZd-mWPk3d):focus{border-color:rgb(23,78,166);border-color:var(--gm-hairlinebutton-outline-color--stateful,rgb(23,78,166))}.Rj2Mlf:not(:disabled):active,.Rj2Mlf:not(:disabled):focus:active{border-color:rgb(218,220,224);border-color:var(--gm-hairlinebutton-outline-color,rgb(218,220,224))}.Rj2Mlf:disabled{color:rgba(60,64,67,.38);color:var(--gm-hairlinebutton-disabled-ink-color,rgba(60,64,67,.38))}.Rj2Mlf:disabled{border-color:rgba(60,64,67,.12);border-color:var(--gm-hairlinebutton-disabled-outline-color,rgba(60,64,67,.12))}.Rj2Mlf:hover:not(:disabled),.Rj2Mlf.VfPpkd-ksKsZd-mWPk3d-OWXEXe-AHe6Kc-XpnDCe:not(:disabled),.Rj2Mlf:not(.VfPpkd-ksKsZd-mWPk3d):focus:not(:disabled),.Rj2Mlf:active:not(:disabled){color:rgb(23,78,166);color:var(--gm-hairlinebutton-ink-color--stateful,rgb(23,78,166))}.Rj2Mlf .VfPpkd-BFbNVe-bF1uUb{opacity:0}.Rj2Mlf .VfPpkd-UdE5de-uDEFge .VfPpkd-JGcpL-uI4vCe-LkdAo,.Rj2Mlf .VfPpkd-UdE5de-uDEFge .VfPpkd-JGcpL-IdXvz-LkdAo-Bd00G{stroke:rgb(26,115,232)}@media (-ms-high-contrast:active),screen and (forced-colors:active){.Rj2Mlf .VfPpkd-UdE5de-uDEFge .VfPpkd-JGcpL-uI4vCe-LkdAo,.Rj2Mlf .VfPpkd-UdE5de-uDEFge .VfPpkd-JGcpL-IdXvz-LkdAo-Bd00G{stroke:CanvasText}}.Rj2Mlf .VfPpkd-Jh9lGc::before,.Rj2Mlf .VfPpkd-Jh9lGc::after{background-color:rgb(26,115,232);background-color:var(--gm-hairlinebutton-state-color,rgb(26,115,232))}.Rj2Mlf:hover .VfPpkd-Jh9lGc::before,.Rj2Mlf.VfPpkd-ksKsZd-XxIAqe-OWXEXe-ZmdkE .VfPpkd-Jh9lGc::before{opacity:.04;opacity:var(--mdc-ripple-hover-opacity,.04)}.Rj2Mlf.VfPpkd-ksKsZd-mWPk3d-OWXEXe-AHe6Kc-XpnDCe .VfPpkd-Jh9lGc::before,.Rj2Mlf:not(.VfPpkd-ksKsZd-mWPk3d):focus .VfPpkd-Jh9lGc::before{-webkit-transition-duration:75ms;transition-duration:75ms;opacity:.12;opacity:var(--mdc-ripple-focus-opacity,.12)}.Rj2Mlf:not(.VfPpkd-ksKsZd-mWPk3d) .VfPpkd-Jh9lGc::after{-webkit-transition:opacity .15s linear;transition:opacity .15s linear}.Rj2Mlf:not(.VfPpkd-ksKsZd-mWPk3d):active .VfPpkd-Jh9lGc::after{-webkit-transition-duration:75ms;transition-duration:75ms;opacity:.12;opacity:var(--mdc-ripple-press-opacity,.12)}.Rj2Mlf.VfPpkd-ksKsZd-mWPk3d{--mdc-ripple-fg-opacity:var(--mdc-ripple-press-opacity,0.12)}.Rj2Mlf:disabled:hover .VfPpkd-Jh9lGc::before,.Rj2Mlf:disabled.VfPpkd-ksKsZd-XxIAqe-OWXEXe-ZmdkE .VfPpkd-Jh9lGc::before{opacity:0;opacity:var(--mdc-ripple-hover-opacity,0)}.Rj2Mlf:disabled.VfPpkd-ksKsZd-mWPk3d-OWXEXe-AHe6Kc-XpnDCe .VfPpkd-Jh9lGc::before,.Rj2Mlf:disabled:not(.VfPpkd-ksKsZd-mWPk3d):focus .VfPpkd-Jh9lGc::before{-webkit-transition-duration:75ms;transition-duration:75ms;opacity:0;opacity:var(--mdc-ripple-focus-opacity,0)}.Rj2Mlf:disabled:not(.VfPpkd-ksKsZd-mWPk3d) .VfPpkd-Jh9lGc::after{-webkit-transition:opacity .15s linear;transition:opacity .15s linear}.Rj2Mlf:disabled:not(.VfPpkd-ksKsZd-mWPk3d):active .VfPpkd-Jh9lGc::after{-webkit-transition-duration:75ms;transition-duration:75ms;opacity:0;opacity:var(--mdc-ripple-press-opacity,0)}.Rj2Mlf:disabled.VfPpkd-ksKsZd-mWPk3d{--mdc-ripple-fg-opacity:var(--mdc-ripple-press-opacity,0)}.b9hyVd{font-family:"Google Sans",Roboto,Arial,sans-serif;font-size:.875rem;letter-spacing:.0107142857em;font-weight:500;text-transform:none;-webkit-transition:border .28s cubic-bezier(.4,0,.2,1),-webkit-box-shadow .28s cubic-bezier(.4,0,.2,1);transition:border .28s cubic-bezier(.4,0,.2,1),-webkit-box-shadow .28s cubic-bezier(.4,0,.2,1);transition:border .28s cubic-bezier(.4,0,.2,1),box-shadow .28s cubic-bezier(.4,0,.2,1);transition:border .28s cubic-bezier(.4,0,.2,1),box-shadow .28s cubic-bezier(.4,0,.2,1),-webkit-box-shadow .28s cubic-bezier(.4,0,.2,1);border-width:0;-webkit-box-shadow:0 1px 2px 0 rgba(60,64,67,.3),0 1px 3px 1px rgba(60,64,67,.15);box-shadow:0 1px 2px 0 rgba(60,64,67,.3),0 1px 3px 1px rgba(60,64,67,.15);-webkit-box-shadow:0 1px 2px 0 var(--gm-protectedbutton-keyshadow-color,rgba(60,64,67,.3)),0 1px 3px 1px var(--gm-protectedbutton-ambientshadow-color,rgba(60,64,67,.15));box-shadow:0 1px 2px 0 var(--gm-protectedbutton-keyshadow-color,rgba(60,64,67,.3)),0 1px 3px 1px var(--gm-protectedbutton-ambientshadow-color,rgba(60,64,67,.15))}.b9hyVd .VfPpkd-Jh9lGc{height:100%;position:absolute;overflow:hidden;width:100%;z-index:0}.b9hyVd:not(:disabled){background-color:#fff;background-color:var(--gm-protectedbutton-container-color,#fff)}.b9hyVd:not(:disabled){color:rgb(26,115,232);color:var(--gm-protectedbutton-ink-color,rgb(26,115,232))}.b9hyVd:disabled{background-color:rgba(60,64,67,.12);background-color:var(--gm-protectedbutton-disabled-container-color,rgba(60,64,67,.12))}.b9hyVd:disabled{color:rgba(60,64,67,.38);color:var(--gm-protectedbutton-disabled-ink-color,rgba(60,64,67,.38))}.b9hyVd:hover:not(:disabled),.b9hyVd.VfPpkd-ksKsZd-mWPk3d-OWXEXe-AHe6Kc-XpnDCe:not(:disabled),.b9hyVd:not(.VfPpkd-ksKsZd-mWPk3d):focus:not(:disabled),.b9hyVd:active:not(:disabled){color:rgb(23,78,166);color:var(--gm-protectedbutton-ink-color--stateful,rgb(23,78,166))}.b9hyVd .VfPpkd-BFbNVe-bF1uUb{opacity:0}.b9hyVd .VfPpkd-UdE5de-uDEFge .VfPpkd-JGcpL-uI4vCe-LkdAo,.b9hyVd .VfPpkd-UdE5de-uDEFge .VfPpkd-JGcpL-IdXvz-LkdAo-Bd00G{stroke:rgb(26,115,232)}@media (-ms-high-contrast:active),screen and (forced-colors:active){.b9hyVd .VfPpkd-UdE5de-uDEFge .VfPpkd-JGcpL-uI4vCe-LkdAo,.b9hyVd .VfPpkd-UdE5de-uDEFge .VfPpkd-JGcpL-IdXvz-LkdAo-B
2026-01-13T09:30:12
https://www.wired.com/gallery/best-down-comforters/
11 Best Down Comforters (2026), Tested in Our Homes in Every Season | WIRED Skip to main content Menu SECURITY POLITICS THE BIG STORY BUSINESS SCIENCE CULTURE REVIEWS Menu Account Account Newsletters Best Fitness Trackers Best Digital Notebooks Fujifilm X-E5 Reveiw Winter Bird Feeding Best Gym Bags Deals Delivered Security Politics The Big Story Business Science Culture Reviews Chevron More Expand The Big Interview Magazine Events WIRED Insider WIRED Consulting Newsletters Podcasts Video Merch Search Search Sign In Sign In Louryn Strampe Gear Nov 25, 2025 5:33 AM The Best Down Comforters for Every Sleeper The best down comforters keep you cozy and comfortable no matter the season. After sleep-testing multiple options, our top pick is the Premium from Quince. Comment Loader Save Story Save this story Comment Loader Save Story Save this story Featured in this article The Best Down Comforter Quince Premium Down Comforter Read more $200 $160 (20% off) Quince (All-Season) Best Down-Alternative Comforter Wayfair Sleep All-Season Down Alternative Comforter Read more $150 $48 (68% off) Wayfair Best Baffle Box Upgrade The Company Store Legends Hotel Premium Alberta Down Medium Warmth Comforter Read more $469 $352 (25% off) The Company Store Best Sewn-Through Upgrade Feathered Friends Bavarian 700 Down Comforter (Light) Read more $519 Feathered Friends (Light) Regulating your temperature while sleeping can be tricky, but the best down comforters can help—and we've tested over 20 so far. Personally, I have some sort of curse that makes me unable to fall asleep unless I feel the weight of a blanket. That means I usually wake up sweaty and overly hot. A good down comforter feels luxurious, and they come in different weights, which allows you to pick one that can prevent you from getting too hot in the middle of the night. Once you find your ideal comforter—like our top pick, the Premium Quince All-Season —it'll last for years, and it'll help you get the best night's sleep you can. We've spent months testing down comforters—plus a handful of down alternatives —in multiple weights and budget points. Below, you'll find our favorites, with prices referencing the queen size where possible. Check out our other buying guides for tips and recommendations on the Best Sheets , Best Mattresses , and Best Pillows , and a final answer on whether you actually need a duvet cover . Updated November 2025: We’ve added new comforters from Saatva and Serta, and checked for pricing and link accuracy throughout. Table of Contents AccordionItemContainerButton LargeChevron Compare Our Top 9 Down Comforters Is Down Worth It? How Do You Choose a Down Comforter? How Does WIRED Test Down Comforters? More Comforters We've Tested The Best Down Comforter Courtesy of Quince Photograph: Louryn Strampe Chevron Chevron Quince Premium Down Comforter $200 $160 (20% off) Quince (All-Season) The Quince All-Season has that classic crinkly feeling you associate with a cozy down comforter. It's a little noisy if you shift around in your sleep a lot, but it wasn't loud enough to disturb my partner. It's quite fluffy, with large baffle boxes that stay pretty poofed up if you don't top the comforter with a duvet or another blanket. It has a fill power of 650 and a cotton sateen shell. That makes it feel a bit silkier to the touch than all-cotton comforters might. It's warm but not heavy, and I've used it year-round. After all my testing, this comforter is the one I can't bring myself to take off my bed. Fill power 650 Shell material Cotton sateen Weight options Lightweight, All-Season, Ultra Construction Baffle box Sizes available Twin–king Fill type Responsible Down Standard-certified white down WIRED/TIRED AccordionItemContainerButton LargeChevron WIRED Classic, crinkly goodness Silky and warm TIRED Shell can be noisy if you shift around a lot Duvet covers or extra blankets limit the fluffiness Best Down-Alternative Comforter Courtesy of Wayfair Wayfair Sleep All-Season Down Alternative Comforter $150 $48 (68% off) Wayfair $57 $48 (16% off) Joss & Main The Wayfair Sleep All-Season with polyester fill is super affordable, and it holds up nearly as well as the middle-of-the-road options you might find in your research. Down alternative might be a better option if you're sensitive to allergens, since it won't trap as much dust and dander as traditional down. It's a bit too lightweight for my tastes, but those in warmer climates may appreciate the cozy feeling without all the weight that some other blankets have. Fill power Unlisted Shell material Microfiber Weight options All-Season Construction Sewn-through Sizes available Twin–king Fill type Polyester WIRED/TIRED AccordionItemContainerButton LargeChevron WIRED Super affordable Lightweight TIRED Could be warmer and heavier Best Baffle Box Upgrade Photograph: Kat Merck Photograph: Kat Merck Chevron Chevron The Company Store Legends Hotel Premium Alberta Down Medium Warmth Comforter $469 $352 (25% off) The Company Store The Company Store (formerly the LaCrosse Garment Company, founded in 1911) has specialized in down pillows and comforters since the early 1980s. Some online reviewers claim product quality took a nosedive when Home Depot acquired the brand in 2017, but we didn’t find that to be the case with the brand’s  velvet flannel sheets  we tried, and I didn’t find fault with the Company Store’s  Serene Foam mattress topper , either. With everything I’ve seen from the brand, the Company Store still does old-school luxury right. The RDS-certified, hypoallergenic Legends Hotel Premium Alberta still sports the crisp, fluffy, high-end-hotel feel I remember being wowed by 40 years ago. Like most down comforters, it takes a day or so to fully fluff up, but once it does, it stays that way. I tested the Medium Warmth version for over a month, and felt it was just as warm as the Extra Warm down alternative comforter I usually sleep with. There were no poky feathers or noticeable shifting contents, and I was also a fan of the loops inside each corner, for duvets that come with ties. I also appreciated the oversized 15-inch drop length, so couples sleeping with a queen or king won’t feel like they’re at war. — Kat Merck Fill power 600-650 Shell material Combed cotton sateen (300 thread count) Weight options Light, Medium Warmth, and Extra Warmth Construction Baffle box Sizes available Twin–king Fill type Responsible Down Standard-certified European down WIRED/TIRED AccordionItemContainerButton LargeChevron WIRED Luxurious Well-constructed Oversize drop length TIRED May be too warm for some sleepers Best Sewn-Through Upgrade Courtesy of Feathered Friends Photograph: Martin Cizmar Chevron Chevron Feathered Friends Bavarian 700 Down Comforter (Light) $519 Feathered Friends (Light) Feathered Friends specializes in down goods, making everything from expedition-ready sleeping bags that will handle -60 degree Fahrenheit temps (you could sleep at the top of Everest in January) to a travel pillow . The Bavarian 700 down comforter is one of the company’s best-loved and best-reviewed products, and it was easy to see why during my month of testing. Every detail of this piece is well-crafted, and the comforter delivers a rare and precious brand of functional luxury—I’d compare it to a Range Rover, except a Range Rover isn’t as reliable. The base of the duvet is European white goose down with 700-plus fill power, and the package comes with a code to track the source. (My comforter came from Eastern Europe, possibly Moldova or Romania.) The stitching is excellent from edge to edge, little details like the corner ties add comfort, and the lower-profile Bavarian baffles avoid clumpiness. If you’re spending $500 for a queen-size comforter, don’t skimp on the 400-thread-count organic cotton cover, which is perfectly matched to the duvet. — Martin Cizmar Fill power 700 Shell material Organic cotton Weight options Summer, Light, Medium, Arctic Construction Sewn-through Sizes available Twin–California king Fill type Eastern European white goose down WIRED/TIRED AccordionItemContainerButton LargeChevron WIRED Four warmth levels to choose from Supremely well-crafted TIRED Might be too warm for some sleepers Best Colored Down Comforter Photograph: Garnet Hill Garnet Hill Essential Down Comforter $299 Garnet Hill Not only is this down comforter supremely affordable, but it's also available in a frankly staggering array of 13 different colors. No duvet cover necessary! It looks great on a bed and feels great too, with a silky percale outer shell that crinkles in the best way. It's well constructed and durable, and while it traps heat in, it's not too warm. It might not be the best pick if you want a very fluffy or heavy blanket, but I think it's perfect for the summer months or hot sleepers and that it'd be great in the winter with one more blanket layered on top. You're getting a lot of bang for your buck with this pick. Fill power 550 Shell material Percale Weight options One (midweight) Construction Sewn-through Sizes available Twin–king Fill type Responsible Down Standard-certified down WIRED/TIRED AccordionItemContainerButton LargeChevron WIRED Tons of colors to choose from Not too warm TIRED Not particularly heavy or fluffy Best Value Down Comforter Courtesy of Wayfair Photograph: Molly Higgins Chevron Chevron Canadian Down & Feather Company White Goose Feather Duvet $92 $74 (20% off) Amazon $120 $96 (20% off) Wayfair This goose down comforter from Canadian Down & Feather Company feels super expensive without the price to match. It’s a heavier-style comforter, with a down-proof, silky, breathable, 233-thread-count, cotton cover and a satisfying crinkle. It has sewn-through box-stitch construction to ensure the 600-fill-power filling stays uniform and doesn’t shift, and it feels warm but is breathable enough that it doesn’t feel too stifling. The comforter came in a plastic zippered cover for easy storage and transport, and it has a warranty against manufacturing defects. This budget option has an expensive feel and strikes a nice all-weather balance by being heavy and puffy enough to provide warmth, while the light cotton cover provides breathability. — Molly Higgins Fill power Unlisted Shell material Cotton Weight options All-Season Construction Baffle box Sizes available Twin–king Fill type Responsible Down Standard-certified Goose down WIRED/TIRED AccordionItemContainerButton LargeChevron WIRED Nice and heavy without being stifling Includes plastic storage bag TIRED Noisy Some customers report feathers poking through For That Hotel Feeling Courtesy of Brooklinen Photograph: Louryn Strampe Chevron Chevron Brooklinen All-Season Down Comforter $399 $299 (25% off) Brooklinen (All-Season) $399 Amazon (All-Season) This Brooklinen comforter has a hotel-like feel that's soft, crinkly, and starchy. The cotton sateen shell strikes a good balance between silky-feeling and durable, and the internal down is composed of Hutterite clusters (see our advice section, below, for information on the difference between Hutterite and Hungarian down). That basically means the down comes from mature geese, which results in a densely packed composition with even distribution. Basically, no matter how much you shift around, the down will adjust to your body. That prevents the shifting and “pockets” you can get with lower-quality down blankets. You'll always have a layer of goosey goodness between your body and the surrounding air. If you prefer a lot of warmth, opt for the Brooklinen Ultra-Warm Down Comforter . I tested it during a cold snap in northern Illinois, while sleeping in a drafty room next to a window. It was so warm. It was borderline too warm! I’m always piling on extra blankets, and I slept just fine with this as my sole comforter. It has 750 fill power for extra cozy sleep, and the down distribution is fantastic. It’s pricey, but it’ll keep you warm all winter long. (Note that it's currently sold out, but will be back in stock soon.) Fill power 650 to 750 (warmth level dependent) Shell material Cotton sateen Weight options Lightweight, All-Season, Ultra-Warm Construction Baffle box Sizes available Twin–king Fill type Downmark-certified Hutterite down WIRED/TIRED AccordionItemContainerButton LargeChevron WIRED Soft, crinkly, and starchy Down stays evenly distributed TIRED Outer shell isn't the softest Another Great Hotel-Like Option Courtesy of Wayfair Photograph: Molly Higgins Chevron Chevron Alwyn Home All Season Goose Down Comforter $300 $140 (53% off) Wayfair This goose down comforter is thick and sturdy, but the fill is still light, making this a great all-season choice. It has a baffle-box construction, creating pockets of fill so the separation of the feathers are inside the comforter rather than stitched through the layers. This basically ensures that there’s even distribution of the 600-fill-power filling, which also helps with the annoying shifting or bunching that can happen sometimes with down comforters. It's made from 90 percent goose feathers and 10 percent goose down and feels super fluffy and full—just like what you’d expect from a nice hotel comforter. There are four corner tabs and a loop on each side to help easily secure a cover to the comforter insert. The blanket has a subtle stripe pattern, gold satin edges, and a breathable, moisture-wicking cotton cover. It feels thick to the touch and makes a satisfying crinkle noise. The 500-thread-count cotton cover isn’t as soft as I would’ve liked, but overall it strikes a good balance between thickness and breathability. It’s a little warm and may be a better choice for colder weather. Either way, it’s cozy, and I’m excited to keep using it throughout the seasons. — Molly Higgins Fill power 600 Shell material Cotton Weight options All-season Construction Baffle box Sizes available Twin–California King Fill type 10 percent white goose down, 90 white goose feather WIRED/TIRED AccordionItemContainerButton LargeChevron WIRED Even down distribution Subtle, nice-looking pattern TIRED Outer shell could be softer Might be too warm for some sleepers A Sturdy Option Courtesy of L.L. Bean Photograph: Martin Cizmar Chevron Chevron L.L. Bean Baffle Box Stitch Goose Down Comforter (Warmer) $580 L.L. Bean This L.L.Bean costs as much as (if not more than) the Feathered Friends above and has far-less-impressive specs: It’s 600-fill down inside a 280 thread count cotton shell instead of 400. But I still like this blanket because of how sturdy it felt in my testing. The shell isn't quite so soft but remains down-proof (meaning no feather tips poking through at you), and each baffled section is just a foot wide, meaning it doesn’t get lumpy. With its light cream color and hefty batch of stuffing, this is a comforter I’d use in an outdoorsy setting like a cabin in the woods. — Martin Cizmar Fill power 600 Shell material Cotton Weight options Warm, Warmer Construction Baffle box Sizes available Twin–king Fill type White goose down WIRED/TIRED AccordionItemContainerButton LargeChevron WIRED Sturdy and durable No lumps TIRED Overpriced for what you get Shell isn't soft Best Breathable Down Comforter Courtesy of Saatva Saatva Down Comforter $445 Saatva (All-Year) Saatva makes some of our favorite mattresses , and its down comforter is fantastic, too. Despite being filled with duck down, it didn't have any smell nor cause any allergy symptoms. The outer shell is made of down-proof cotton sateen, and it feels really well ventilated. I never woke up sweaty or sticky while testing it, and it stays lofty throughout the night with even down distribution throughout. The outer shell is among the noisiest I've tested, but it wasn't so loud as to be obnoxious. I also appreciated the durable stitching along the sides and throughout the baffle boxes. This comforter is very light and fluffy, so if you want something that feels a little more substantial, it might not be ideal. But if you want a really airy comforter, this is an option worth considering. Fill power 650 Shell material Cotton Weight options Lightweight, All-Year, Heavyweight Construction Baffle box Sizes available Twin–California king Fill type Duck down and feathers WIRED/TIRED AccordionItemContainerButton LargeChevron WIRED Breathable Fluffy and soft TIRED A little noisy Best Down Fiber Comforter Courtesy of Serta Serta Goose Feather Down Comforter $153 $64 (58% off) Amazon (All Season) This affordable comforter from Serta arrives vacuum-packed into a dense little package. Upon unsealing it from its plastic cocoon, it does expand, though I wish it were fluffier. It's important to note that this is made with fiber rather than pure down. Fiber is a less-insulating material made up of broken down and feathers—which is probably why this blanket is so affordable, and not as fluffy as traditional down comforters. Still, for the price, what you're getting is a lightweight down comforter that'll keep you warm every night—I slept just fine with it alone, and had a quilt around for the coldest nights of my testing period. The sewn-through construction keeps the down evenly distributed. My only real complaint is that the outer shell could be softer and quieter. This was by far the loudest comforter I've tried out. The outer shell is on the stiff side, and it makes quite a bit of rustling noise when you're moving yourself or the blanket around. Rather than being soft and pliable, it's got more of a rigid structure that sounds like you're rubbing freshly starched sheets together. Despite the noise level, and even though the outer shell could be softer, I think this is a really good option for someone who wants the warmth of down without the heavy feeling that can sometimes be associated with it. Fill power N/A Shell material Cotton Weight options Light Warmth, All-Season, Extra Warmth Construction Sewn-through Sizes available Twin–king Fill type Goose feather fiber and down fiber WIRED/TIRED AccordionItemContainerButton LargeChevron WIRED Affordable Very warm Lightweight TIRED Loud Cover isn't very soft Compare Our Top 11 Down Comforters Comforter Pros Cons Fill Power Shell Material Weight Options Construction Sizes Available Fill Type Quince Premium Down Comforter Classic, crinkly goodness. Silky and warm. Noisy shell. Blankets or duvet covers limit fluff. 650 Cotton sateen Lightweight, All-Season, Ultra Baffle box Twin –king Responsible Down Standard-certified white down Wayfair Sleep All-Season Down Alternative Comforter Affordable and lightweight. Could be warmer and heavier. Unlisted Microfiber All-Season Sewn-through Twin –king Polyester Feathered Friends Bavarian 700 Down Comforter (Light) Four warmth levels to choose from. Supremely well-crafted. Might be too warm for some sleepers. 700 Organic cotton Summer, Light, Medium, Arctic Sewn-through Twin –California King Eastern European white goose down The Company Store Legends Hotel Premium Alberta Down Medium Warmth Comforter Luxurious. Well-constructed. Oversize drop length. May be too warm for some sleepers. 600-650 Combed cotton sateen (300 thread count) Light, Medium Warmth, and Extra Warmth Baffle box Twin–king Responsible Down Standard-certified European down Garnet Hill Essential Down Comforter Tons of colors to choose from. Not too warm. Not particularly heavy or fluffy. 550 Percale One (midweight) Sewn-through Twin–king Responsible Down Standard-certified down Canadian Down & Feather Company White Goose Feather Duvet Nice and heavy without being stifling. Includes plastic storage bag. Noisy. Some customers report feathers poking through. Unlisted Cotton All-Season Baffle box Twin–king Responsible Down Standard-certified Goose down Brooklinen All-Season Down Comforter Soft, crinkly, and starchy. Down stays evenly distributed. Outer shell isn't the softest. 650 to 750 (warmth level dependent) Cotton sateen Lightweight, All-Season, Ultra-Warm Baffle box Twin–king Downmark-certified Hutterite down Alwyn Home All Season Goose Down Comforter Even down distribution. Subtle, nice-looking pattern. Outer shell could be softer. Might be too warm for some sleepers. 600 Cotton All-season Baffle box Twin–California King 10 percent white goose down, 90 white goose feather L.L. Bean Baffle Box Stitch Goose Down Comforter (Warmer) Sturdy and durable. No lumps. Overpriced for what you get. Shell isn't soft. 600 Cotton Warm, Warmer Baffle box Twin–king White goose down Saatva Down Comforter Breathable. Fluffy and soft. A little noisy. 650 Cotton Lightweight, All-Year, Heavyweight Baffle box Twin–California King Duck down and feathers Serta Goose Down Comforter Affordable. Very warm. Lightweight. Loud. Cover isn't very soft. N/A Cotton Light Warmth, All-Season, Extra Warmth Sewn-through Twin–king Goose feather fiber and down fiber More Comforters We've Tested If you want a warm blanket but you don’t want traditional down, consider a down alternative, or a comforter made with eucalyptus or bamboo. Buffy Breeze Comforter Courtesy of Buffy Buffy Breeze Comforter: The Buffy Breeze Comforter has been on my bed for years. It's made with a eucalyptus fiber fill and has a eucalyptus fiber cover, which lends it a silky feeling and excellent temperature regulation. It keeps me warm in the winter, but in the summer it doesn't get too hot or feel too stifling. There are cute duvet covers available that I don't entirely love—the comforter shifts around inside quite a bit—but if you want a duvet cover , this one is decent and made out of similar materials so it won't detract from the comforter's cooling features. The best part is that the Buffy Breeze is pretty affordable, and it goes on sale during basically every shopping holiday. The Company Store Legends Luxury Luxe Royal Down Medium Warmth Comforter :  For the price, I admit I was expecting this to be about as high-end a down comforter experience as one could get. And indeed, the RDS-certified Legends Luxury Luxe Royal looks nice, with a silky embossed basketweave design on the cover, but it didn’t have the same loft or fluffy feel as the brand’s Legends Hotel line. Which is strange, as it has a higher fill power than my favorite Legends Hotel comforter, the Premium Alberta (700-750 to Alberta’s 600-650). And it’s not just me—during testing, I lent the Legends Luxury Luxe Royal to my teen son, who had previously been trying the Alberta, and he only made it three days before asking for the Alberta back. — Kat Merck Photograph: Kat Merck LaCrosse Premium Down Medium Warmth Comforter :  From the Company Store’s flagship LaCrosse collection, this RDS-certified comforter hits all the brand's high points: loops for comforters that have ties; 600-650 fill power; combed cotton sateen cover. However, it is around the same price as the Legends Hotel Premium Alberta , above, which is considerably fluffier. — Kat Merck Courtesy of Brooklinen Brooklinen Airweave Cotton Quilt : This fluffy quilt is made of a waffled, textured fabric that feels lightweight, airy, and fluffy but still manages to keep heat in. It's a wonderful blanket for summer months or afternoon naps, and I love the punchy colors. (I tested it in Marigold, a vibrant orange that brings me joy every time I see it.) My tester blanket did have a couple of loose threads, but careful snipping took care of them. Utopia Bedding Down Alternative Comforter: If you’re on a tight budget, this affordable down alternative comforter offers great value for the price. It’s quilted and lightweight, but it’ll still keep you warm despite not being particularly heavy. I wasn’t a huge fan of the outer fabric—it’s microfiber that I found to be a bit scratchy and rough. But the comforter is available in a wide array of colors (there are 11 to choose from), and it has corner loops so it’ll work with a duvet cover. It’s also well-constructed—I didn’t find a single loose thread or stitch, unlike some other affordable comforters I’ve used in the past. Eden & Om Bamboo Comforter Photograph: Louryn Strampe Eden & Om Bamboo Comforter: This blanket is silky-soft and quite thin. It’d be a great option for a summer blanket since it’s naturally cooling, though conversely, you might want to have a warmer comforter around for cooler nights. Even in the Extra weight, it doesn’t completely block the chill from my box fan, let alone keep me warm enough in the brutal winter months. But on nights when it isn’t dreadfully chilly outside, this blanket reminds me of the Buffy Breeze comforter (above)—it helps regulate my body temperature without making me too warm or too cold. It’s also pretty breathable so on the off chance I do sweat, I don’t wake up feeling trapped and overheated. Ikea Fjällbräcka: I used this Ikea comforter for several years. It’s not even 100 percent down (they cut it with duck feathers), it tends to get a little lumpy, and it’s not especially lofty, but it does have a 252-thread-count shell that prevents feather leakage. The biggest downside is that the added duck feathers give this comforter a little more of a “poultry smell” than white goose down feathers would. However, this comforter is also machine washable and sturdier than a lot of quilts I’ve used at this price point. — Martin Cizmar Comforters We Don’t Recommend Courtesy of Wayfair White Noise Goose Down and Feather All Season Comforter: This all-season medium-weight comforter is breathable, balanced, and suitable for all seasons, with between 2 and 3 inches of 600-fill power thickness. The outside material is soft but feels sort of weird to the touch because it's made of polyester and nylon—although this helps with noise reduction and is quieter than the others I’ve tested. It’s machine washable and struck a great balance between being thin and light enough for warmer weather while having enough thickness to still feel cozy. However, the comforter came with a really weird, pungent odor that smelled like grass and sweat. I washed and dried it two times to make the stench bearable to sleep with, but every once in a while during testing I could still smell the odor faintly. This is a solid all-season down comforter that strikes a good balance and has a great price point. I just wish it hadn’t smelled so gross. — Molly Higgins Is Down Worth It? AccordionItemContainerButton LargeChevron Down is the layer of fluffy feathers between a bird's outer feathers and its skin. It's a great insulating material—just think of all those birds that manage to stay warm and dry all year long. Down is efficient, it's more eco-friendly than some alternative materials, and it's breathable despite keeping things so warm. Down holds up well over time with proper care, so your initial investment will last for years. A down comforter is especially worthwhile if you live in a cold climate. Blankets made with down alternatives or other types of materials can be good, too, but if you're looking for a warm blanket that'll last decades, down is probably what you want. We have an article dedicated to helping you decide . How Do You Choose a Down Comforter? AccordionItemContainerButton LargeChevron Look for a cover thread count between 230 and 500 . Fabrics with these thread counts are “down-proof” and minimize the chances of feathers poking through. Fill power vs. fill weight: Fill power is a measurement of how much space, in cubic inches, an ounce of down takes up—for instance, a fill power of 600 means one ounce of down will take up 600 cubic inches. A higher fill power means fluffier, more efficient down. Fill power doesn't necessarily translate to warmth, but it's an indication of the quality of the down and how much the down compresses. Fill weight, on the other hand, is the amount of down inside the product. If something has high fill power but low fill weight, it won't necessarily be warmer than if something has low fill power and high fill weight. It's a little confusing. The most important factor is how the down is distributed. Look for baffle-box or sewn-through construction in your comforters for an indication that down will be distributed evenly and keep you warm throughout the night. Baffle boxes keep down lofty but need to be shaken sometimes to reallocate the down inside, whereas sewn-through keeps things in place but often results in a slightly less fluffy comforter. Goose vs. duck down: Goose down has a higher fill power than duck down, so it's fluffier and loftier. It's also less smelly and generally more hypoallergenic. On the other hand, duck down is usually more affordable. We think goose down is best unless you're on a very tight budget. Two common types of goose down are Hungarian and Hutterite. Both are considered to be top-notch based on the large down clusters typical of birds that come from the cold regions of Hungary and Canada. Hutterite tends to be more affordable. You likely wouldn't be able to tell the difference between the two. Hungarian down can be a bit loftier, and Hutterite down can be a bit softer, but ultimately neither of these factors should make or break your decision to purchase a comforter. When it comes to the types of birds the down comes from, however, you should look for all goose down or at least a blend of goose and duck. That will cut back on odors and allergens and offer a fluffier, more high-quality blanket. Down comforter care tips: If you're investing in a comforter, you might want to consider getting a duvet cover, which can help protect the comforter and also usually improves the look (unless you're into plain white). When it comes to washing the comforter itself, you want to follow the instructions on the care tag, and wash it as infrequently as you can. You can do it at home if your washer is big enough; otherwise, head to local laundromat to use their bigger machines. Use a delicate wash cycle with high spin speed to get as much moisture out as possible, and avoid using fabric softener, which can degrade the down's fluffy texture. You should also use a small amount of detergent—err on the side of less, not more—and consider an extra rinse cycle to ensure that all the soap is rinsed out. Make sure that your comforter is fully dry using a low-heat setting. It might take a few cycles. Fluff the comforter between rounds to ensure efficient drying and maximum loft. I like using wool dryer balls to help make drying more efficient. How Does WIRED Test Down Comforters? AccordionItemContainerButton LargeChevron For each comforter we tested, our testers slept with our respective picks for at least seven nights in locations around the US—our testers included folks living in Portland, Oregon; northern Illinois; New York City; and Kansas City, Missouri. Every comforter in this list has at least been tested during autumn, though most have been tested during every season. We looked for comforters that struck a balance between price, efficiency, and quality, and sought out different fill weights, fill powers, and materials to ensure our recommendations met a variety of reader needs. We assessed how we felt as we fell asleep, slept, and woke up. We paid careful attention to details such as whether a comforter was noisy while settling in for the night, or whether any feathers poked through. We're always testing new down comforters, especially during the colder months. We are also testing more down alternative options which will be featured in a separate story. Power up with unlimited access to WIRED . Get best-in-class reporting and exclusive subscriber content that's too important to ignore. Subscribe Today . Comments Back to top Triangle Louryn Strampe is a product writer and reviewer at WIRED covering deals , beauty , home goods , and gifts . She’s written about Black Friday, Cyber Monday, Prime Day, and other shopping holidays since 2013, offering tips and tricks and sleuthing out fact-checked discounts for fun and for a living. She previously covered ... Read More Writer and Reviewer X Topics Shopping buying guides household Sleep Read More Give Your Back a Break With Our Favorite Office Chairs Sitting at a desk for hours? Upgrade your WFH setup and work in style with these comfy WIRED-tested seats. The Best Body Pillows for Side Sleepers From the classic body pillow to unique shapes for optimal limb support, we tested a wide range of body pillows designed for side sleepers. Best Housewarming Gifts for Any New Home Make a house into a home with these gifts, whether your recipient is moving into their first house or a great new apartment. The Best Handheld Vacuums Lightweight, powerful, and generally inexpensive, the handheld vacuum is the perfect household helper. 16 White Elephant Gifts Worth Fighting Over Bring the gift everyone will want to win from this year's holiday party, from a cute jacket for a beer can to magnets they'll wish they could eat. The Best Mattresses for Side Sleepers to Ease Back, Shoulder, and Neck Pressure We’ve tested hundreds of the top hybrid, memory foam, and cooling mattresses to find the best combination of support and pressure relief. The 17 Best Gifts for Plant Lovers, Both Indoors and Out Plant parents don’t always want another plant—up your gift-giving game with these favorite plant presents we've tested. The Best 12 Coffee Subscriptions to Keep You Wired These services deliver freshly roasted, delicious coffee picks right to your door—each with its own twist. The Best Cat Water Fountains for Pampered Pets Ensuring your cat is drinking enough water is one of the best ways to keep your pet healthy. We tested nearly two dozen models to find the best water fountains for most cats. The Best Pet Hair Vacuums We Tried at Home Cordless, handheld, robot, and traditional—we tested them all to find the vacuum that’s fantastic for fur. The Best Gifts for Sleep Sleep is the one thing every giftee needs, and you can help them get it. These are our tried-and-tested picks for giftable sleep aids, from masks to melatonin. We Tried 11 of the Most Popular Indoor Gardening Systems Grow a backyard’s worth of greens and vegetables in your house with a vertical hydroponic garden. Here are a few that might be worth the investment. Wired Coupons Squarespace Promo Code Exclusive 10% Off Squarespace Promo Code LG Promo Code Buy an eligible French Door Refrigerator and get a free Single Door Refrigerator (up to $515 value)! Dell Coupon Code 10% off Dell Coupon Code for New Customers Samsung Promo Code Samsung Promo Code: 10% off TVs Canon Promo Code 10% off Canon promo code with upgrade DoorDash Promo Code $25 off $25+ DoorDash Promo Code for New Customers WIRED is obsessed with what comes next. Through rigorous investigations and game-changing reporting, we tell stories that don’t just reflect the moment—they help create it. When you look back in 10, 20, even 50 years, WIRED will be the publication that led the story of the present, mapped the people, products, and ideas defining it, and explained how those forces forged the future. WIRED: For Future Reference. Subscribe Newsletters Travel FAQ WIRED Staff WIRED Education Editorial Standards Archive RSS Site Map Accessibility Help Reviews Buying Guides Streaming Guides Wearables Coupons Gift Guides Advertise Contact Us Manage Account Jobs Press Center Condé Nast Store User Agreement Privacy Policy Your California Privacy Rights © 2026 Condé Nast. All rights reserved. WIRED may earn a portion of sales from products that are purchased through our site as part of our Affiliate Partnerships with retailers. The material on this site may not be reproduced, distributed, transmitted, cached or otherwise used, except with the prior written permission of Condé Nast. Ad Choices Select international site United States LargeChevron Italia Japón Czech Republic & Slovakia Facebook X Pinterest YouTube Instagram Tiktok window.__PRELOADED_STATE__ = {"componentConfig":{"OneNav":{"settings":{"id":"header_menu","layout":"horizontal","rows":[{"scrollConfig":{"showOnlyOnTop":true},"columns":"auto","rowType":"no-style","areas":[{"justifyContent":"center","items":[{"component":"ribbon-banner"}]}]},{"scrollConfig":{"hideOnScroll":1000},"columns":{"sm":"3fr 1fr","xl":"7fr 2fr"},"gap":"0","areas":[{"justifyContent":"start","visibility":{"sm":false,"xxl":true},"alignItems":"center","transformer":{"transformerFunction":"transformNavigationLinks","mergeMethod":"postfix","sourceData":"navigation.topPrimaryLinks","defaultSettings":{"parentContainerId":"hamburger_menu","designSettings":{"type":"primary-text"}}},"items":[{"component":"text-clickable","action":"trigger:hamburger_menu","designSettings":{"type":"primary-text"},"states":{"default":{"stateIcon":["Menu","thinner"]},"active":{"stateIcon":["Close","thin"]}}},{"component":"logo-clickable","action":"\u002F","label":"Wired","height":{"xl":"56px","xxl":"32px"}}]},{"justifyContent":"start","visibility":{"xxl":false},"items":[{"component":"text-clickable","action":"trigger:hamburger_menu","designSettings":{"type":"primary-text"},"states":{"default":{"stateIcon":["Menu","thinner"]},"active":{"stateIcon":["Close","thin"]}}},{"component":"logo-clickable","action":"\u002F","label":"Wired","height":{"sm":"32px","lg":"56px"}}]},{"justifyContent":"end","visibility":{"sm":true,"lg":false},"items":[{"component":"identity-units","type":"dropdown_trigger"},{"component":"journey-units","customConfig":{"hasNavCTA":true,"navRollover":{"isRollover":false,"rolloverId":"rollover"}}}]},{"justifyContent":"end","visibility":{"sm":false,"lg":true},"items":[{"component":"identity-units","type":"dropdown_trigger"},{"component":"text-clickable","action":"\u002Fnewsletter?sourceCode=hamburgernav","visibility":{"sm":false,"md":true},"states":{"default":{"label":"Newsletters"}}},{"component":"journey-units","customConfig":{"hasNavCTA":true,"navRollover":{"isRollover":false,"rolloverId":"rollover"}}}]}]},{"columns":"auto","rowType":"no-style","scrollConfig":{"hideOnScroll":false},"areas":[{"justifyContent":"center","items":[{"component":"curation-banner"}]}]},{"scrollConfig":{"hideOnScroll":false},"rowType":"heroAd","columns":"1fr","areas":[{"justifyContent":{"sm":"center"},"items":[{"component":"sticky-hero-ad"}]}]}]}},"TriggerableContainers":{"settings":[{"id":"hamburger_menu","layout":"triggerable-left","transformer":{"transformerFunction":"transformSeqLevels","sourceData":"navigation.drawerPrimaryLinks","defaultSettings":{"parentContainerId":"hamburger_menu","designSettings":{"type":"label-text","scalable":true}}},"rows":[{"id":"default","gap":"2rem","areas":[{"columns":"1fr","transformer":{"transformerFunction":"transformNavigationLinks","sourceData":"navigation.drawerPrimaryLinks","mergeMethod":"prefix","defaultSettings":{"parentContainerId":"hamburger_menu","designSettings":{"type":"label-text","scalable":true}}}},{"columns":"1fr","transformer":{"transformerFunction":"transformNavigationLinks","sourceData":"navigation.drawerSecondaryLinks","mergeMethod":"postfix","defaultSettings":{"designSettings":{"type":"label-text","scalable":true}}}},{"columns":"1fr","items":[{"component":"text-clickable","action":"\u002Fsearch\u002F","states":{"default":{"label":"Search","badge":["Search","thinner"]}},"designSettings":{"type":"tertiary-text","scalable":true}},{"component":"identity-units","type":"drawer_links"},{"component":"journey-units","customConfig":{"hasNavDrawer":true}}]}]},{"id":"reviews","gap":"0","areas":[{"columns":"1fr","areaType":"header","items":[{"component":"text-clickable","states":{"default":{"label":"Reviews","stateIcon":["ChevronLeft","thinner"]}},"action":{"type":"seq-level","trigger":"hamburger_menu","seqLevel":"default"},"designSettings":{"type":"label-text","scalable":true,"gridPosition":{"gridColumns":"repeat(3, 1fr)","labelBlockPosition":"center","stateIconPosition":"start"}}}]},{"columns":"1fr","areaType":"default","items":[{"parentContainerId":"hamburger_menu","designSettings":{"type":"label-text","scalable":true},"component":"accordion","status":"default","states":{"default":{"label":"Gear News","stateIcon":["Expand","thinner"]},"active":{"label":"Gear News","stateIcon":["Collapse","thinner"]}},"action":{"type":"accordion","url":"","target":"_self"},"items":[{"component":"text-clickable","status":"default","states":{"default":{"label":"News & Events"}},"action":{"type":"link","url":"\u002Fcategory\u002Fgear\u002Fgear-news-events\u002F","target":"_self"},"isHighlighted":false},{"component":"text-clickable","status":"default","states":{"default":{"label":"Weekly Gear Roundup"}},"action":{"type":"link","url":"\u002Ftag\u002Fgear-roundup\u002F ","target":"_self"},"isHighlighted":false},{"component":"text-clickable","status":"default","states":{"default":{"label":"Trends"}},"action":{"type":"link","url":"\u002Fcategory\u002Fgear\u002Ftrends\u002F","target":"_self"},"isHighlighted":false},{"component":"text-clickable","status":"default","states":{"default":{"label":"How To & Advice"}},"action":{"type":"link","url":"\u002Fcategory\u002Fgear\u002Fhow-to-advice\u002F","target":"_self"},"isHighlighted":false},{"component":"text-clickable","status":"default","states":{"default":{"label":"WIRED 101"}},"action":{"type":"link","url":"\u002Fwired-101-top-rated-products\u002F","target":"_self"},"isHighlighted":false}]},{"parentContainerId":"hamburger_menu","designSettings":{"type":"label-text","scalable":true},"component":"accordion","status":"default","states":{"default":{"label":"Computers","stateIcon":["Expand","thinner"]},"active":{"label":"Computers","stateIcon":["Collapse","thinner"]}},"action":{"type":"accordion","url":"","target":"_self"},"items":[{"component":"text-clickable","status":"default","states":{"default":{"label":"Computers & Peripherals"}},"action":{"type":"link","url":"\u002Fcategory\u002Fgear\u002Fproducts\u002Fcomputers\u002F","target":"_self"},"isHighlighted":false},{"component":"text-clickable","status":"default","states":{"default":{"label":"Gaming"}},"action":{"type":"link","url":"\u002Ftag\u002Fvideo-games\u002F","target":"_self"},"isHighlighted":false},{"component":"text-clickable","status":"default","states":{"default":{"label":"Cameras"}},"action":{"type":"link","url":"\u002Fcategory\u002Fgear\u002Fproducts\u002Fcameras\u002F","target":"_self"},"isHighlighted":false}]},{"parentContainerId":"hamburger_menu","designSettings":{"type":"label-text","scalable":true},"component":"accordion","status":"default","states":{"default":{"label":"Home & Kitchen","stateIcon":["Expand","thinner"]},"active":{"label":"Home & Kitchen","stateIcon":["Collapse","thinner"]}},"action":{"type":"accordion","url":"","target":"_self"},"items":[{"component":"text-clickable","status":"default","states":{"default":{"label":"Home Office"}},"action":{"type":"link","url":"\u002Fcategory\u002Fgear\u002Fproducts\u002Fhome-office\u002F","target":"_self"},"isHighlighted":false},{"component":"text-clickable","status":"default","states":{"default":{"label":"Sleep"}},"action":{"type":"link","url":"\u002Fcategory\u002Fgear\u002Fproducts\u002Fsleep\u002F","target":"_self"},"isHighlighted":false},{"component":"text-clickable","status":"default","states":{"default":{"label":"Kitchen"}},"action":{"type":"link","url":"\u002Fcategory\u002Fgear\u002Fproducts\u002Fkitchen\u002F","target":"_self"},"isHighlighted":false},{"component":"text-clickable","status":"default","states":{"default":{"label":"Vacuums"}},"action":{"type":"link","url":"\u002Ftag\u002Fvacuum\u002F","target":"_self"},"isHighlighted":false},{"component":"text-clickable","status":"default","states":{"default":{"label":"Air Quality"}},"action":{"type":"link","url":"\u002Ftag\u002Fair-improvement\u002F","target":"_self"},"isHighlighted":false},{"component":"text-clickable","status":"default","states":{"default":{"label":"Parenting"}},"action":{"type":"link","url":"\u002Ftag\u002Fparenting\u002F","target":"_self"},"isHighlighted":false},{"component":"text-clickable","status":"default","states":{"default":{"label":"Backyard"}},"action":{"type":"link","url":"\u002Ftag\u002Fbackyard\u002F","target":"_self"},"isHighlighted":false},{"component":"text-clickable","status":"default","states":{"default":{"label":"Pets"}},"action":{"type":"link","url":"\u002Ftag\u002Fpets\u002F","target":"_self"},"isHighlighted":false}]},{"parentContainerId":"hamburger_menu","designSettings":{"type":"label-text","scalable":true},"component":"accordion","status":"default","states":{"default":{"label":"Fitter, Happier","stateIcon":["Expand","thinner"]},"active":{"label":"Fitter, Happier","stateIcon":["Collapse","thinner"]}},"action":{"type":"accordion","url":"","target":"_self"},"items":[{"component":"text-clickable","status":"default","states":{"default":{"label":"Fitness"}},"action":{"type":"link","url":"\u002Fcategory\u002Fgear\u002Fproducts\u002Fhealth-fitness\u002F","target":"_self"},"isHighlighted":false},{"component":"text-clickable","status":"default","states":{"default":{"label":"Beauty & Grooming"}},"action":{"type":"link","url":"\u002Fcategory\u002Fgear\u002Fproducts\u002Fbeauty","target":"_self"},"isHighlighted":false},{"component":"text-clickable","status":"default","states":{"default":{"label":"Sex Tech"}},"action":{"type":"link","url":"\u002Ftag\u002Fsex\u002F","target":"_self"},"isHighlighted":false}]},{"parentContainerId":"hamburger_menu","designSettings":{"type":"label-text","scalable":true},"component":"accordion","status":"default","states":{"default":{"label":"Travel","stateIcon":["Expand","thinner"]},"active":{"label":"Travel","stateIcon":["Collapse","thinner"]}},"action":{"type":"accordion","url":"\u002Ftag\u002Ftravel\u002F","target":"_self"},"items":[{"component":"text-clickable","status":"default","states":{"default":{"label":"Travel Bags"}},"action":{"type":"link","url":"\u002Ftag\u002Fbags\u002F","target":"_self"},"isHighlighted":false},{"component":"text-clickable","status":"default","states":{"default":{"label":"Travel Adapters"}},"action":{"type":"link","url":"\u002Fgallery\u002Fbest-travel-adapters\u002F","target":"_self"},"isHighlighted":false},{"component":"text-clickable","status":"default","states":{"default":{"label":"ALL TRAVEL"}},"action":{"type":"link","url":"\u002Ftag\u002Ftravel\u002F","target":"_self"},"isHighlighted":false}]},{"parentContainerId":"hamburger_menu","designSettings":{"type":"label-text","scalable":true},"component":"text-clickable","status":"default","states":{"default":{"label":"Electric Vehicles"}},"action":{"type":"link","url":"\u002Ftag\u002Felectric-vehicles\u002F","target":"_self"},"isHighlighted":false},{"parentContainerId":"hamburger_menu","designSettings":{"type":"label-text","scalable":true},"component":"accordion","status":"default","states":{"default":{"label":"Camping & Outdoors","stateIcon":["Expand","thinner"]},"active":{"label":"Camping & Outdoors","stateIcon":["Collapse","thinner"]}},"action":{"type":"accordion","url":"\u002Fcategory\u002Fgear\u002Fproducts\u002Foutdoor\u002F","target":"_self"},"items":[{"component":"text-clickable","status":"default","states":{"default":{"label":"Backpacking Gear"}},"action":{"type":"link","url":"\u002Ftag\u002Fbackpacking\u002F","target":"_self"},"isHighlighted":false},{"component":"text-clickable","status":"default","states":{"default":{"label":"Hiking Gear"}},"action":{"type":"link","url":"\u002Ftag\u002Fhiking\u002F","target":"_self"},"isHighlighted":false},{"component":"text-clickable","status":"default","states":{"default":{"label":"Camping Gear"}},"action":{"type":"link","url":"\u002Ftag\u002Fcamping\u002F ","target":"_self"},"isHighlighted":false},{"component":"text-clickable","status":"default","states":{"default":{"label":"Outdoor Apparel"}},"action":{"type":"link","url":"\u002Ftag\u002Foutdoor-apparel","target":"_self"},"isHighlighted":false},{"component":"text-clickable","status":"default","states":{"default":{"label":"Electric Bikes"}},"action":{"type":"link","url":"\u002Ftag\u002Felectric-bikes\u002F","target":"_self"},"isHighlighted":false},{"component":"text-clickable","status":"default","states":{"default":{"label":"All Outdoors"}},"action":{"type":"link","url":"\u002Fcategory\u002Fgear\u002Fproducts\u002Foutdoor\u002F","target":"_self"},"isHighlighted":false}]},{"parentContainerId":"hamburger_menu","designSettings":{"type":"label-text","scalable":true},"component":"text-clickable","status":"default","states":{"default":{"label":"Phones"}},"action":{"type":"link","url":"\u002Fcategory\u002Fgear\u002Fproducts\u002Fphones\u002F","target":"_self"},"isHighlighted":false},{"parentContainerId":"hamburger_menu","designSettings":{"type":"label-text","scalable":true},"component":"text-clickable","status":"default","states":{"default":{"label":"Audio"}},"action":{"type":"link","url":"\u002Fcategory\u002Fgear\u002Fproducts\u002Faudio\u002F","target":"_self"},"isHighlighted":false},{"parentContainerId":"hamburger_menu","designSettings":{"type":"label-text","scalable":true},"component":"text-clickable","status":"default","states":{"default":{"label":"Televisions"}},"action":{"type":"link","url":"\u002Fcategory\u002Fgear\u002Fproducts\u002Ftelevisions\u002F","target":"_self"},"isHighlighted":false},{"parentContainerId":"hamburger_menu","designSettings":{"type":"label-text","scalable":true},"component":"text-clickable","status":"default","states":{"default":{"label":"Gift Guides"}},"action":{"type":"link","url":"\u002Ftag\u002Fgift-guides\u002F","target":"_self"},"i
2026-01-13T09:30:12
https://www.wired.com/story/what-is-adobe-firefly/#main-content
What Is Adobe Firefly? Here’s How to Use This Powerful Generative AI Tool | WIRED Skip to main content Menu SECURITY POLITICS THE BIG STORY BUSINESS SCIENCE CULTURE REVIEWS Menu Account Account Newsletters Best Fitness Trackers Best Digital Notebooks Fujifilm X-E5 Reveiw Winter Bird Feeding Best Gym Bags Deals Delivered Security Politics The Big Story Business Science Culture Reviews Chevron More Expand The Big Interview Magazine Events WIRED Insider WIRED Consulting Newsletters Podcasts Video Merch Search Search Sign In Sign In Jacob Roach Gear Nov 9, 2025 9:00 AM Adobe Firefly: What It Is and How to Use It Adobe Firefly is a deceptively powerful AI playground to generate images, videos, and more. Here’s how to make the most of it. Courtesy of Adobe Comment Loader Save Story Save this story Comment Loader Save Story Save this story Adobe Firefly feels like the best-kept secret in software right now. Adobe is aggressively talking up the app and its capabilities at events like Adobe MAX , but even with so much limelight, it doesn’t get nearly the attention that competitors do. The Firefly app is a creative AI playground that lets you use generative models to create images, videos, and more, but it can do more, from batch editing photos to turning a single frame into a full video. Firefly isn't just a text-prompt AI generation tool. It's powerful, combining dozens of models, including those from Adobe, Google, OpenAI, ElevenLabs, and Topaz, to create a one-stop shop for AI creation. Here's everything you need to know about using the app. Table of Contents AccordionItemContainerButton LargeChevron What Is Adobe Firefly (and What Can You Do With It)? Adobe Firefly Generative Credits: How They Work Is Adobe Firefly Free? Plans and Pricing Explained How to Use Adobe Firefly Can You Sell Images and Videos Made With Adobe Firefly? What Is Adobe Firefly (and What Can You Do With It)? Adobe Firefly is a suite of generative AI tools built around creative workflows, be it vector graphics, photo and video editing, or even creative ideation. There are several Firefly features built into Adobe’s Creative Cloud apps, from Photoshop to InDesign, but I’m focusing on the web-based Firefly application here . It combines all of Adobe’s generative AI features in one spot, and it’s integrated with other web-based tools, including Photoshop Web and Adobe Express. Adobe Firefly via Jacob Roach I won’t be able to cover everything Firefly is capable of, but its functionality broadly breaks down into four main categories: Ideation: Firefly allows you to create Boards, an infinite-scrolling canvas with AI features built in. You can upload your own content, generate content directly on your board, and infuse different pieces of content together with preset workflows. For instance, there’s a “try-on” feature, where you can upload a few poses along with a few outfits and use AI to see what the outfits would look like on you. Generation: Firefly includes over a dozen AI models spanning different modalities, including third-party models and Adobe’s own commercially safe Firefly models. This area of Firefly is full generation, be it text to speech, video, or image, or other modalities, such as image to video or text to vector. Production: Outside of pure generation, Firefly includes several AI features you can use as part of a production workflow. These include automatic captions for videos, translations, speech enhancement, background removal, upscaling, and more. This category also includes Firefly’s new video editor, as well as its text-based image editor that uses AI. Quick Actions: The unsung hero of Firefly is Quick Actions. These are simple but often tedious actions, like converting images and videos, cropping, captioning, and generating a QR code. Other apps perform these same actions, but having them all in one spot is great. Firefly is an AI tool, but as you can see from even a broad description of its functionality, it goes far beyond generating AI images. These tools are integrated with Adobe’s web-based ecosystem, too, so you can take an AI-generated image out to Photoshop Web or combine multiple generated assets through Adobe Express . The other thing Firefly does is combine dozens of AI models under one roof. There are constantly new AI models making headlines, from the recent craze around Google’s Nano Banana to the early stages of AI video generation through models like Runway . Normally, you have to go to several websites and maintain several subscriptions to access all these models, but Firefly puts the vast majority of them under one roof. Adobe Firefly Generative Credits: How They Work There are four different Firefly plans , and I’ll dig into them below, but it’s better to think of Firefly along the lines of generative credits than any specific plan. Generative credits are the heart of Firefly. With each plan, you get a certain allocation of credits, and you can spend them to generate different types of content. Adobe Firefly via Jacob Roach The credits situation is messy. Each model and feature in Firefly will consume different credit amounts, and the amount of credits a model consumes is subject to change. For instance, Google's Nano Banana costs 10 credits per generation and Imagen 4 costs 20 right now, but that’s only for a limited time since these are newer models. Further, some models will consume more credits depending on the output. For instance, Topaz Labs’ popular Gigapixel upscaling model costs 10 credits up to 25 megapixels, but it costs 20 credits beyond 25 MP. Similarly, the Luma AI Ray2 video model costs 50 credits per second for a 720p output, but it costs 150 credits per second with a 4K output. Adobe tells me that these credit amounts are subject to change, which can be for the better. As time goes on and models require fewer computing resources, the cost can drop. Beyond models and features, Adobe breaks down its generative AI features into two buckets: Standard and Premium features. If you have a paid Firefly subscription (or Creative Cloud Pro), you have unlimited access to Standard features, leaving your monthly credit allowance for Premium generation. With a free Firefly plan, you’ll need to spend credits regardless of whether a feature is classified as Standard or Premium; however, Standard features usually only consume one credit per generation. These credits aren’t exclusive to Firefly, further complicating matters. Generative Fill in Photoshop is classified as a Standard feature, for instance, while Generative Extend in Premiere Pro is a Premium feature. Regardless of the application, they all pull from the same pool of generative credits. If you run out, you can either wait until your monthly allowance resets or you can sign up for an additional credit plan at the following rates: 2,000 credits: $10 per month 7,000 credits: $30 per month 50,000 credits: $200 per month With each of these additional credit plans, you’ll get access to an additional 100 GB of cloud storage, as well, and they renew monthly just like a normal Adobe subscription. Although the majority of features in Firefly use credits in some form, there are exceptions. Quick Actions largely don’t use generative credits, and tools like Boards and the Firefly Video Editor don’t inherently use credits, either. You’ll only spend credits when using a feature that leverages generative AI. Is Adobe Firefly Free? Plans and Pricing Explained There are several ways to access Adobe Firefly features, but Adobe also offers four plans specifically for Firefly. Here’s how they break down: Adobe Firefly Plans Free Standard Pro Premium Monthly Credits Varies 2,000 4,000 50,000 Unlimited Standard features No Yes Yes Yes Adobe Express Premium No Yes Yes Yes Adobe Photoshop Web and Mobile No Yes Yes Yes Non-Adobe model access Limited Yes Yes Yes Unlimited access to Firefly Video Model No No No Yes Monthly price Free $10 $20 $200 The major difference is between the free Firefly plan and the three paid options. You should think of the free plan more as a trial. The number of credits you get varies, so you’re free to poke around and try out different models, but Adobe doesn’t give you a strict budget of credits to use. The three paid plans all have similar access to features, but the monthly credit budget varies. You can also access Firefly with a Creative Cloud subscription . Creative Cloud Standard gives you 25 monthly credits, and it works similarly to Firefly Free; that is, you’ll need to spend those credits on generative AI, regardless of whether you’re using a Standard or Premium feature. Creative Cloud Pro, on the other hand, basically includes Firefly Pro, with 4,000 monthly credits and unlimited access to Standard generative AI features. How to Use Adobe Firefly There isn’t a desktop application for Adobe Firefly, but you can access the app in your browser at firefly.adobe.com . Log in or sign up for an account, and you’ll be greeted with a text prompt and several boxes suggesting different actions you can take. There’s also a menu on the left side to help you navigate. Adobe Firefly via Jacob Roach Firefly is powerful, and I won’t be able to cover everything you can do with it. Instead, I’ll walk you through a simple workflow of generating an image using an AI model, and then using that image as the starting frame to generate a short, looping video. At the top, select New. You can either create a new file or generate a new file. Creating a file allows you to, for example, upload a photo and use generative AI to edit it, while generating a file creates that image from scratch with an AI model. For this example, choose Image under the generate section. In this new screen, you’ll see a prompt field similar to a chatbot, along with a few general settings. At the top of the sidebar, you can select your model and aspect ratio, as well as upload a reference image. If you’re trying to achieve something specific, you should upload a reference image. In the prompt field, you’ll see how many credits a generation costs, as well as a prompt suggestion toggle. Select Generate after entering a prompt. Now you have an image, but that’s really just the starting point. If you don’t like the result, select the three dots next to the image and choose Generate More to get some more options. If the image is close, but not perfect, you can hover over it, select Edit, and then choose Use As Reference Image to feed it back into the AI model. In this same menu, you can also choose Edit Image, which will allow you to tweak the generated image by chatting with the AI model. Once you have an image you like, you can back out to the main Firefly screen by clicking the icon in the upper left corner. Adobe keeps a record of your generation history within Firefly, so you can recall your generated assets later. Now that we have a start frame, we’re going to generate a video. Select New again, and choose Video. Adobe Firefly via Jacob Roach You’ll see similar settings in the left menu, including the model you want to use, the resolution and aspect ratio, and the frame rate and duration. A new addition is down in the prompt field where you can select a frame. Choose it, and then select Adobe Cloud Storage. You can choose the image you generated earlier from your generation history. Enter the prompt you want, and choose Generate. For this example, I asked Veo 3.1 to add natural motion and loop it, and it did a surprisingly good job without any further guidance. There’s a lot more you can do in Firefly, but I want to call attention to Boards. It’s an infinite-scrolling mood board you can generate images and videos in, as well as upload your own content. Boards get really interesting with presets. You can find them in the bottom toolbar, and Adobe gives you some preset options like turning an image into a cartoon or changing the perspective of a photo. Can You Sell Images and Videos Made With Adobe Firefly? Adobe Firefly is billed as a tool with commercial applications, meaning you can leverage it for things like advertising by generating assets. However, the commercial viability of Firefly projects depends on the models you’re using. Adobe’s own Firefly models are safe for commercial use. Adobe says that it trains its models on proprietary data, and you own the output. When I asked the company about commercial use, it said that the Firefly models are similar to Adobe’s apps. They’re tools, and whatever you make with those tools is safe for commercial use and royalty-free. Firefly also includes partner models, which may not be safe for commercial use. It depends on the model and what you’re using it for, ultimately. Nano Banana, for instance, is generally safe for commercial use, but if you use it to generate an image that violates copyright, that is not safe for commercial use. If you’re worried, it’s best to stick with the Firefly models. Other generative AI features generally don’t have issues with royalties or commercial use. For instance, using Topaz Gigapixel to upscale an image you created is safe, and using features like Generative Expand or Generative Fill are generally safe, as well, even when using partner models. Comments Back to top Triangle You Might Also Like In your inbox: WIRED's most ambitious, future-defining stories The ‘super flu’ is spreading Big Interview: Margaret Atwood wants to keep up with the latest doom The age of the all-access AI agent Is here Listen: Introducing a new chapter for Uncanny Valley Jacob Roach is a product writer and reviewer at WIRED, focused on software as a service (SaaS) products, including VPNs, password managers, cloud storage, and antivirus applications. Previously he worked as lead reporter at Digital Trends, and his work has been cited in Fox News, Business Insider, and Futurism, among ... Read More Product Writer & Reviewer Topics Shopping software artificial intelligence Apps how-to Adobe photoshop Photography Video Read More OpenAI Rolls Back ChatGPT’s Model Router System for Most Users As OpenAI scrambles to improve ChatGPT, it's ditching a feature in its free tier that contributed to last summer's user revolt. AI Devices Are Coming. Will Your Favorite Apps Be Along for the Ride? Tech companies are calling AI the next platform. But some developers are reluctant to let AI agents stand between them and their users. Google’s and OpenAI’s Chatbots Can Strip Women in Photos Down to Bikinis Users of AI image generators are offering each other instructions on how to use the tech to alter pictures of women into realistic, revealing deepfakes. Nvidia Becomes a Major Model Maker With Nemotron 3 The world’s top chipmaker wants open source AI to succeed—perhaps because closed models increasingly run on its rivals’ silicon. This Chrome Extension Turns LinkedIn Posts About AI Into Facts About Allen Iverson The developers of a browser tool that changes AI-centric LinkedIn posts to Allen Iverson facts want to help “take back control of your experience of the internet.” AI-Powered Dating Is All Hype. IRL Cruising Is the Future Dating apps and AI companies have been touting bot wingmen for months. But the future might just be good old-fashioned meet-cutes. The Daring Attempt to End the Memory Shortage Crisis The supply shortage of the RAM needed to build phones and PCs isn’t going away. But a few companies have a plan to solve it. OpenAI’s Chief Communications Officer Is Leaving the Company Hannah Wong told staff she is moving on to her “next chapter.” The company will be running an executive search to find a replacement, according to a memo. Google Is Adding an ‘AI Inbox’ to Gmail That Summarizes Emails New Gmail features, powered by the Gemini model, are part of Google’s continued push for users to incorporate AI into their daily life and conversations. Stop Using Your Keyboard and Start Using This Simple, Free Speech-to-Text App It’s called Handy, and it uses AI models to accurately convert your speaking voice into text—all for free. People Are Paying to Get Their Chatbots High on ‘Drugs’ An online marketplace is selling code modules that simulate the effects of cannabis, ketamine, cocaine, ayahuasca, and alcohol when they are uploaded to ChatGPT. Grok Is Generating Sexual Content Far More Graphic Than What's on X A WIRED review of outputs hosted on Grok’s official website shows it’s being used to create violent sexual images and videos, as well as content that includes apparent minors. Wired Coupons Squarespace Promo Code Exclusive 10% Off Squarespace Promo Code LG Promo Code Buy an eligible French Door Refrigerator and get a free Single Door Refrigerator (up to $515 value)! Dell Coupon Code 10% off Dell Coupon Code for New Customers Samsung Promo Code Samsung Promo Code: 10% off TVs Canon Promo Code 10% off Canon promo code with upgrade DoorDash Promo Code $25 off $25+ DoorDash Promo Code for New Customers WIRED is obsessed with what comes next. Through rigorous investigations and game-changing reporting, we tell stories that don’t just reflect the moment—they help create it. When you look back in 10, 20, even 50 years, WIRED will be the publication that led the story of the present, mapped the people, products, and ideas defining it, and explained how those forces forged the future. WIRED: For Future Reference. Subscribe Newsletters Travel FAQ WIRED Staff WIRED Education Editorial Standards Archive RSS Site Map Accessibility Help Reviews Buying Guides Streaming Guides Wearables Coupons Gift Guides Advertise Contact Us Manage Account Jobs Press Center Condé Nast Store User Agreement Privacy Policy Your California Privacy Rights © 2026 Condé Nast. All rights reserved. WIRED may earn a portion of sales from products that are purchased through our site as part of our Affiliate Partnerships with retailers. The material on this site may not be reproduced, distributed, transmitted, cached or otherwise used, except with the prior written permission of Condé Nast. Ad Choices Select international site United States LargeChevron Italia Japón Czech Republic & Slovakia Facebook X Pinterest YouTube Instagram Tiktok window.__PRELOADED_STATE__ = {"componentConfig":{"OneNav":{"settings":{"id":"header_menu","layout":"horizontal","rows":[{"scrollConfig":{"showOnlyOnTop":true},"columns":"auto","rowType":"no-style","areas":[{"justifyContent":"center","items":[{"component":"ribbon-banner"}]}]},{"scrollConfig":{"hideOnScroll":1000},"columns":{"sm":"3fr 1fr","xl":"7fr 2fr"},"gap":"0","areas":[{"justifyContent":"start","visibility":{"sm":false,"xxl":true},"alignItems":"center","transformer":{"transformerFunction":"transformNavigationLinks","mergeMethod":"postfix","sourceData":"navigation.topPrimaryLinks","defaultSettings":{"parentContainerId":"hamburger_menu","designSettings":{"type":"primary-text"}}},"items":[{"component":"text-clickable","action":"trigger:hamburger_menu","designSettings":{"type":"primary-text"},"states":{"default":{"stateIcon":["Menu","thinner"]},"active":{"stateIcon":["Close","thin"]}}},{"component":"logo-clickable","action":"\u002F","label":"Wired","height":{"xl":"56px","xxl":"32px"}}]},{"justifyContent":"start","visibility":{"xxl":false},"items":[{"component":"text-clickable","action":"trigger:hamburger_menu","designSettings":{"type":"primary-text"},"states":{"default":{"stateIcon":["Menu","thinner"]},"active":{"stateIcon":["Close","thin"]}}},{"component":"logo-clickable","action":"\u002F","label":"Wired","height":{"sm":"32px","lg":"56px"}}]},{"justifyContent":"end","visibility":{"sm":true,"lg":false},"items":[{"component":"identity-units","type":"dropdown_trigger"},{"component":"journey-units","customConfig":{"hasNavCTA":true,"navRollover":{"isRollover":false,"rolloverId":"rollover"}}}]},{"justifyContent":"end","visibility":{"sm":false,"lg":true},"items":[{"component":"identity-units","type":"dropdown_trigger"},{"component":"text-clickable","action":"\u002Fnewsletter?sourceCode=hamburgernav","visibility":{"sm":false,"md":true},"states":{"default":{"label":"Newsletters"}}},{"component":"journey-units","customConfig":{"hasNavCTA":true,"navRollover":{"isRollover":false,"rolloverId":"rollover"}}}]}]},{"columns":"auto","rowType":"no-style","scrollConfig":{"hideOnScroll":false},"areas":[{"justifyContent":"center","items":[{"component":"curation-banner"}]}]},{"scrollConfig":{"hideOnScroll":false},"rowType":"heroAd","columns":"1fr","areas":[{"justifyContent":{"sm":"center"},"items":[{"component":"sticky-hero-ad"}]}]}]}},"TriggerableContainers":{"settings":[{"id":"hamburger_menu","layout":"triggerable-left","transformer":{"transformerFunction":"transformSeqLevels","sourceData":"navigation.drawerPrimaryLinks","defaultSettings":{"parentContainerId":"hamburger_menu","designSettings":{"type":"label-text","scalable":true}}},"rows":[{"id":"default","gap":"2rem","areas":[{"columns":"1fr","transformer":{"transformerFunction":"transformNavigationLinks","sourceData":"navigation.drawerPrimaryLinks","mergeMethod":"prefix","defaultSettings":{"parentContainerId":"hamburger_menu","designSettings":{"type":"label-text","scalable":true}}}},{"columns":"1fr","transformer":{"transformerFunction":"transformNavigationLinks","sourceData":"navigation.drawerSecondaryLinks","mergeMethod":"postfix","defaultSettings":{"designSettings":{"type":"label-text","scalable":true}}}},{"columns":"1fr","items":[{"component":"text-clickable","action":"\u002Fsearch\u002F","states":{"default":{"label":"Search","badge":["Search","thinner"]}},"designSettings":{"type":"tertiary-text","scalable":true}},{"component":"identity-units","type":"drawer_links"},{"component":"journey-units","customConfig":{"hasNavDrawer":true}}]}]},{"id":"reviews","gap":"0","areas":[{"columns":"1fr","areaType":"header","items":[{"component":"text-clickable","states":{"default":{"label":"Reviews","stateIcon":["ChevronLeft","thinner"]}},"action":{"type":"seq-level","trigger":"hamburger_menu","seqLevel":"default"},"designSettings":{"type":"label-text","scalable":true,"gridPosition":{"gridColumns":"repeat(3, 1fr)","labelBlockPosition":"center","stateIconPosition":"start"}}}]},{"columns":"1fr","areaType":"default","items":[{"parentContainerId":"hamburger_menu","designSettings":{"type":"label-text","scalable":true},"component":"accordion","status":"default","states":{"default":{"label":"Gear News","stateIcon":["Expand","thinner"]},"active":{"label":"Gear News","stateIcon":["Collapse","thinner"]}},"action":{"type":"accordion","url":"","target":"_self"},"items":[{"component":"text-clickable","status":"default","states":{"default":{"label":"News & Events"}},"action":{"type":"link","url":"\u002Fcategory\u002Fgear\u002Fgear-news-events\u002F","target":"_self"},"isHighlighted":false},{"component":"text-clickable","status":"default","states":{"default":{"label":"Weekly Gear Roundup"}},"action":{"type":"link","url":"\u002Ftag\u002Fgear-roundup\u002F ","target":"_self"},"isHighlighted":false},{"component":"text-clickable","status":"default","states":{"default":{"label":"Trends"}},"action":{"type":"link","url":"\u002Fcategory\u002Fgear\u002Ftrends\u002F","target":"_self"},"isHighlighted":false},{"component":"text-clickable","status":"default","states":{"default":{"label":"How To & Advice"}},"action":{"type":"link","url":"\u002Fcategory\u002Fgear\u002Fhow-to-advice\u002F","target":"_self"},"isHighlighted":false},{"component":"text-clickable","status":"default","states":{"default":{"label":"WIRED 101"}},"action":{"type":"link","url":"\u002Fwired-101-top-rated-products\u002F","target":"_self"},"isHighlighted":false}]},{"parentContainerId":"hamburger_menu","designSettings":{"type":"label-text","scalable":true},"component":"accordion","status":"default","states":{"default":{"label":"Computers","stateIcon":["Expand","thinner"]},"active":{"label":"Computers","stateIcon":["Collapse","thinner"]}},"action":{"type":"accordion","url":"","target":"_self"},"items":[{"component":"text-clickable","status":"default","states":{"default":{"label":"Computers & Peripherals"}},"action":{"type":"link","url":"\u002Fcategory\u002Fgear\u002Fproducts\u002Fcomputers\u002F","target":"_self"},"isHighlighted":false},{"component":"text-clickable","status":"default","states":{"default":{"label":"Gaming"}},"action":{"type":"link","url":"\u002Ftag\u002Fvideo-games\u002F","target":"_self"},"isHighlighted":false},{"component":"text-clickable","status":"default","states":{"default":{"label":"Cameras"}},"action":{"type":"link","url":"\u002Fcategory\u002Fgear\u002Fproducts\u002Fcameras\u002F","target":"_self"},"isHighlighted":false}]},{"parentContainerId":"hamburger_menu","designSettings":{"type":"label-text","scalable":true},"component":"accordion","status":"default","states":{"default":{"label":"Home & Kitchen","stateIcon":["Expand","thinner"]},"active":{"label":"Home & Kitchen","stateIcon":["Collapse","thinner"]}},"action":{"type":"accordion","url":"","target":"_self"},"items":[{"component":"text-clickable","status":"default","states":{"default":{"label":"Home Office"}},"action":{"type":"link","url":"\u002Fcategory\u002Fgear\u002Fproducts\u002Fhome-office\u002F","target":"_self"},"isHighlighted":false},{"component":"text-clickable","status":"default","states":{"default":{"label":"Sleep"}},"action":{"type":"link","url":"\u002Fcategory\u002Fgear\u002Fproducts\u002Fsleep\u002F","target":"_self"},"isHighlighted":false},{"component":"text-clickable","status":"default","states":{"default":{"label":"Kitchen"}},"action":{"type":"link","url":"\u002Fcategory\u002Fgear\u002Fproducts\u002Fkitchen\u002F","target":"_self"},"isHighlighted":false},{"component":"text-clickable","status":"default","states":{"default":{"label":"Vacuums"}},"action":{"type":"link","url":"\u002Ftag\u002Fvacuum\u002F","target":"_self"},"isHighlighted":false},{"component":"text-clickable","status":"default","states":{"default":{"label":"Air Quality"}},"action":{"type":"link","url":"\u002Ftag\u002Fair-improvement\u002F","target":"_self"},"isHighlighted":false},{"component":"text-clickable","status":"default","states":{"default":{"label":"Parenting"}},"action":{"type":"link","url":"\u002Ftag\u002Fparenting\u002F","target":"_self"},"isHighlighted":false},{"component":"text-clickable","status":"default","states":{"default":{"label":"Backyard"}},"action":{"type":"link","url":"\u002Ftag\u002Fbackyard\u002F","target":"_self"},"isHighlighted":false},{"component":"text-clickable","status":"default","states":{"default":{"label":"Pets"}},"action":{"type":"link","url":"\u002Ftag\u002Fpets\u002F","target":"_self"},"isHighlighted":false}]},{"parentContainerId":"hamburger_menu","designSettings":{"type":"label-text","scalable":true},"component":"accordion","status":"default","states":{"default":{"label":"Fitter, Happier","stateIcon":["Expand","thinner"]},"active":{"label":"Fitter, Happier","stateIcon":["Collapse","thinner"]}},"action":{"type":"accordion","url":"","target":"_self"},"items":[{"component":"text-clickable","status":"default","states":{"default":{"label":"Fitness"}},"action":{"type":"link","url":"\u002Fcategory\u002Fgear\u002Fproducts\u002Fhealth-fitness\u002F","target":"_self"},"isHighlighted":false},{"component":"text-clickable","status":"default","states":{"default":{"label":"Beauty & Grooming"}},"action":{"type":"link","url":"\u002Fcategory\u002Fgear\u002Fproducts\u002Fbeauty","target":"_self"},"isHighlighted":false},{"component":"text-clickable","status":"default","states":{"default":{"label":"Sex Tech"}},"action":{"type":"link","url":"\u002Ftag\u002Fsex\u002F","target":"_self"},"isHighlighted":false}]},{"parentContainerId":"hamburger_menu","designSettings":{"type":"label-text","scalable":true},"component":"accordion","status":"default","states":{"default":{"label":"Travel","stateIcon":["Expand","thinner"]},"active":{"label":"Travel","stateIcon":["Collapse","thinner"]}},"action":{"type":"accordion","url":"\u002Ftag\u002Ftravel\u002F","target":"_self"},"items":[{"component":"text-clickable","status":"default","states":{"default":{"label":"Travel Bags"}},"action":{"type":"link","url":"\u002Ftag\u002Fbags\u002F","target":"_self"},"isHighlighted":false},{"component":"text-clickable","status":"default","states":{"default":{"label":"Travel Adapters"}},"action":{"type":"link","url":"\u002Fgallery\u002Fbest-travel-adapters\u002F","target":"_self"},"isHighlighted":false},{"component":"text-clickable","status":"default","states":{"default":{"label":"ALL TRAVEL"}},"action":{"type":"link","url":"\u002Ftag\u002Ftravel\u002F","target":"_self"},"isHighlighted":false}]},{"parentContainerId":"hamburger_menu","designSettings":{"type":"label-text","scalable":true},"component":"text-clickable","status":"default","states":{"default":{"label":"Electric Vehicles"}},"action":{"type":"link","url":"\u002Ftag\u002Felectric-vehicles\u002F","target":"_self"},"isHighlighted":false},{"parentContainerId":"hamburger_menu","designSettings":{"type":"label-text","scalable":true},"component":"accordion","status":"default","states":{"default":{"label":"Camping & Outdoors","stateIcon":["Expand","thinner"]},"active":{"label":"Camping & Outdoors","stateIcon":["Collapse","thinner"]}},"action":{"type":"accordion","url":"\u002Fcategory\u002Fgear\u002Fproducts\u002Foutdoor\u002F","target":"_self"},"items":[{"component":"text-clickable","status":"default","states":{"default":{"label":"Backpacking Gear"}},"action":{"type":"link","url":"\u002Ftag\u002Fbackpacking\u002F","target":"_self"},"isHighlighted":false},{"component":"text-clickable","status":"default","states":{"default":{"label":"Hiking Gear"}},"action":{"type":"link","url":"\u002Ftag\u002Fhiking\u002F","target":"_self"},"isHighlighted":false},{"component":"text-clickable","status":"default","states":{"default":{"label":"Camping Gear"}},"action":{"type":"link","url":"\u002Ftag\u002Fcamping\u002F ","target":"_self"},"isHighlighted":false},{"component":"text-clickable","status":"default","states":{"default":{"label":"Outdoor Apparel"}},"action":{"type":"link","url":"\u002Ftag\u002Foutdoor-apparel","target":"_self"},"isHighlighted":false},{"component":"text-clickable","status":"default","states":{"default":{"label":"Electric Bikes"}},"action":{"type":"link","url":"\u002Ftag\u002Felectric-bikes\u002F","target":"_self"},"isHighlighted":false},{"component":"text-clickable","status":"default","states":{"default":{"label":"All Outdoors"}},"action":{"type":"link","url":"\u002Fcategory\u002Fgear\u002Fproducts\u002Foutdoor\u002F","target":"_self"},"isHighlighted":false}]},{"parentContainerId":"hamburger_menu","designSettings":{"type":"label-text","scalable":true},"component":"text-clickable","status":"default","states":{"default":{"label":"Phones"}},"action":{"type":"link","url":"\u002Fcategory\u002Fgear\u002Fproducts\u002Fphones\u002F","target":"_self"},"isHighlighted":false},{"parentContainerId":"hamburger_menu","designSettings":{"type":"label-text","scalable":true},"component":"text-clickable","status":"default","states":{"default":{"label":"Audio"}},"action":{"type":"link","url":"\u002Fcategory\u002Fgear\u002Fproducts\u002Faudio\u002F","target":"_self"},"isHighlighted":false},{"parentContainerId":"hamburger_menu","designSettings":{"type":"label-text","scalable":true},"component":"text-clickable","status":"default","states":{"default":{"label":"Televisions"}},"action":{"type":"link","url":"\u002Fcategory\u002Fgear\u002Fproducts\u002Ftelevisions\u002F","target":"_self"},"isHighlighted":false},{"parentContainerId":"hamburger_menu","designSettings":{"type":"label-text","scalable":true},"component":"text-clickable","status":"default","states":{"default":{"label":"Gift Guides"}},"action":{"type":"link","url":"\u002Ftag\u002Fgift-guides\u002F","target":"_self"},"isHighlighted":false},{"parentContainerId":"hamburger_menu","designSettings":{"type":"label-text","scalable":true},"component":"text-clickable","status":"default","states":{"default":{"label":"Deals"}},"action":{"type":"link","url":"\u002Fcategory\u002Fgear\u002Fdeals\u002F","target":"_self"},"isHighlighted":false},{"parentContainerId":"hamburger_menu","designSettings":{"type":"label-text","scalable":true},"component":"text-clickable","status":"default","states":{"default":{"label":"Coupons"}},"action":{"type":"link","url":"\u002Ftag\u002Fcoupons\u002F","target":"_self"},"isHighlighted":false}]},{"columns":"1fr","areaType":"cta","items":[{"component":"text-clickable","states":{"default":{"label":"All Reviews"}},"action":{"type":"link","url":"\u002Fcategory\u002Fgear\u002F","target":"_self"},"designSettings":{"type":"secondary-text","scalable":true,"gridPosition":{"labelBlockPosition":"center"}},"trackingData":{"subject":"hamburger_menu_chevron_submenu"}}]}]}]},{"id":"rollover","layout":"triggerable-right","hasDefaultContainer":false,"hasOverlay":false,"rows":[{"areas":[{"items":[{"component":"journey-units","customConfig":{"navRollover":{"isRollover":true,"rolloverId":"rollover"}}}]}]}]},{"id":"identityDropdown","layout":"triggerable-right","hasDefaultContainer":false,"rows":[{"areas":[{"items":[{"component":"identity-units","type":"dropdown"}]}]}]}]},"Collage":{"settings":{"Hero_AssetLeft":{"layout":{"sm":"\n \"list1\"\n \"list2\"\n "},"sectionTitleVariation":"TextLeftLineAboveWithHedBackground","lists":[{"layout":{"sm":"\n \"card1\"\n "},"cards":{"default":{"layout":{"sm":"\n \"media\"\n \"title\"\n \"description\"\n \"info\"\n ","lg":"\n \"media media . .\"\n \"media media . .\"\n \"media media title title\"\n \"media media description description\"\n \"media media info info\"\n \"media media . .\"\n \"media media . .\"\n "},"gridTemplateColumns":{"sm":"1fr","lg":"repeat(4, 1fr)"},"typographyConfig":{"hedToken":"headline-3xl"},"assetConfigs":{"sm":{"aspectRatio":"4:3","width":768},"lg":{"aspectRatio":"4:3","width":1024},"xxl":{"aspectRatio":"4:3","width":1280}},"spacing":{"gap":{"sm":"16px 24px","xxl":"16px 32px"}},"blocks":{"media":{"iconBadge":{"position":"bottom-left"}},"title":{"alignment":"left"},"description":{"hideAsset":true,"alignment":"left"},"info":{"alignment":"left"}}}}},{"layout":{"sm":"\n \"card1\"\n \"card2\"\n \"card3\"\n \"card4\"\n ","lg":"\n \"card1 card2\"\n \"card3 card4\"\n ","xl":"\n \"card1 card2 card3 card4\"\n "},"theme":{"variant":"inverted"},"cards":{"default":{"layout":{"sm":"\n \"title title media\"\n \"info info media\"\n "},"gridTemplateColumns":{"sm":"1fr 1fr 1fr"},"typographyConfig":{"hedToken":"headline-sm"},"assetConfigs":{"sm":{"aspectRatio":"4:3","width":1280},"lg":{"aspectRatio":"4:3","width":1024},"xxl":{"aspectRatio":"4:3","width":1600}},"blocks":{"title":{"alignment":"left"},"info":{"alignment":"left"}}}}}]},"Hero_AssetRight":{"layout":{"sm":"\n \"list1\"\n \"list2\"\n ","lg":"\n \"list1\"\n \"list2\"\n "},"theme":{"variant":"inverted"},"sectionTitleVariation":"TextLeftLineAboveWithHedBackground","lists":[{"layout":{"sm":"\n \"card1\"\n "},"cards":{"default":{"layout":{"sm":"\n \"title title media media\"\n \"description description media media\"\n \"info info media media\"\n \". . media media\"\n \". . media media\"\n \". . media media\"\n "},"gridTemplateColumns":{"sm":"repeat(4, 1fr)"},"typographyConfig":{"hedToken":"headline-xl"},"assetConfigs":{"sm":{"aspectRatio":"4:3","width":768},"lg":{"aspectRatio":"4:3","width":1024},"xxl":{"aspectRatio":"4:3","width":1280}},"spacing":{"gap":{"sm":"16px 24px","xxl":"16px 32px"}},"blocks":{"media":{"iconBadge":{"position":"bottom-left"},"textBadge":{"position":"bottom-right"}},"title":{"alignment":"left"},"description":{"hideAsset":true,"alignment":"left"},"info":{"alignment":"left"}}}}},{"layout":{"sm":"\n \"card1\"\n \"card2\"\n \"card3\"\n \"card4\"\n ","lg":"\n \"card1 card2\"\n \"card3 card4\"\n ","xl":"\n \"card1 card2 card3 card4\"\n "},"theme":{"variant":"inverted"},"cards":{"default":{"layout":{"sm":"\n \"title title media\"\n \"info info media\"\n "},"gridTemplateColumns":{"sm":"1fr 1fr 1fr"},"typographyConfig":{"hedToken":"headline-sm"},"assetConfigs":{"sm":{"aspectRatio":"4:3","width":1280},"lg":{"aspectRatio":"4:3","width":1024},"xxl":{"aspectRatio":"4:3","width":1600}},"blocks":{"title":{"alignment":"left"},"info":{"alignment":"left"}}}}}]},"Hero_Only":{"layout":{"sm":"\n \"list1\"\n "},"theme":{"variant":"inverted"},"sectionTitleVariation":"TextLeftLineAboveWithHedBackground","lists":[{"layout":{"sm":"\n \"card1\"\n "},"cards":{"default":{"layout":{"sm":"\n \"media\"\n \"title\"\n \"info\"\n ","lg":"\n \"media media media media\"\n \". title title .\"\n \". info info .\"\n "},"gridTemplateColumns":{"sm":"1fr","lg":"1fr 1fr 1fr 1fr"},"typographyConfig":{"hedToken":"headline-3xl"},"assetConfigs":{"sm":{"aspectRatio":"1:1","width":640},"md":{"aspectRatio":"4:3","width":768},"lg":{"aspectRatio":"1:1","width":1024},"xl":{"aspectRatio":"4:3","width":1280},"xxl":{"aspectRatio":"1:1","width":1600},"xxxl":{"aspectRatio":"4:3","width":1600}},"type":"default","blocks":{"media":{"iconBadge":{"position":"bottom-left"}},"title":{"alignment":"center"},"info":{"alignment":"center"}}}}}]},"Overlay_Hero_Only":{"layout":{"sm":"\n \"list1\"\n \"list2\"\n "},"sectionTitleVariation":"TextLeftLineAboveWithHedBackground","lists":[{"layout":{"sm":"\n \"card1\"\n "},"cards":{"default":{"layout":{"sm":"\n \"title\"\n \"info\"\n ","lg":"\n \". title title .\"\n \". info info .\"\n "},"gridTemplateColumns":{"sm":"1fr","lg":"1fr 1fr 1fr 1fr"},"typographyConfig":{"hedToken":"headline-3xl"},"assetConfigs":{"sm":{"aspectRatio":"3:4","width":768},"lg":{"aspectRatio":"4:3","width":1024},"xxl":{"aspectRatio":"4:3","width":1280}},"type":"overlay-to-top","spacing":{"padding":{"sm":"8% 8px 8px 8px","md":"8% 16px 16px 16px"}},"blocks":{"media":{"iconBadge":{"position":"bottom-left"}},"title":{"alignment":"center"},"info":{"alignment":"center"}}}}}]},"Overlay_TextTop":{"layout":{"sm":"\n \"list1\"\n \"list2\"\n "},"sectionTitleVariation":"TextLeftLineAboveWithHedBackground","lists":[{"layout":{"sm":"\n \"card1\"\n "},"cards":{"default":{"layout":{"sm":"\n \"title\"\n \"info\"\n \"description\"\n \"media\"\n ","lg":"\n \". title title .\"\n \". info info .\"\n \". description description .\"\n \"media media media media\"\n "},"gridTemplateColumns":{"sm":"1fr","lg":"1fr 1fr 1fr 1fr"},"typographyConfig":{"hedToken":"headline-3xl"},"assetConfigs":{"sm":{"aspectRatio":"4:3","width":768},"lg":{"aspectRatio":"4:3","width":1024},"xxl":{"aspectRatio":"4:3","width":1280}},"type":"overlay-to-bottom","spacing":{"padding":{"sm":"16px 16px 8% 16px"}},"blocks":{"media":{"iconBadge":{"position":"bottom-left"}},"title":{"alignment":"center"},"description":{"hideAsset":true,"alignment":"center"},"info":{"alignment":"center"}}}}},{"layout":{"sm":"\n \"card1\"\n \"card2\"\n \"card3\"\n \"card4\"\n ","lg":"\n \"card1 card2\"\n \"card3 card4\"\n ","xl":"\n \"card1 card2 card3 card4\"\n "},"cards":{"default":{"layout":{"sm":"\n \"title title media\"\n \"info info media\"\n "},"gridTemplateColumns":{"sm":"1fr 1fr 1fr"},"typographyConfig":{"hedToken":"headline-sm"},"assetConfigs":{"sm":{"aspectRatio":"4:3","width":1280},"lg":{"aspectRatio":"4:3","width":1024},"xxl":{"aspectRatio":"4:3","width":1600}},"blocks":{"title":{"alignment":"left"},"info":{"alignment":"left"}},"spacing":{"padding":{"sm":"8px 8px 8% 8px"}},"type":"overlay-to-bottom"}}}]},"Overlay_TextBottom":{"layout":{"sm":"\n \"list1\"\n \"list2\"\n "},"sectionTitleVariation":"TextLeftLineAboveWithHedBackground","lists":[{"layout":{"sm":"\n \"card1\"\n "},"cards":{"default":{"layout":{"sm":"\n \"title\"\n \"info\"\n ","lg":"\n \". title title .\"\n \". info info .\"\n "},"gridTemplateColumns":{"sm":"1fr","lg":"1fr 1fr 1fr 1fr"},"typographyConfig":{"hedToken":"headline-3xl"},"assetConfigs":{"sm":{"aspectRatio":"3:4","width":768},"lg":{"aspectRatio":"4:3","width":1024},"xxl":{"aspectRatio":"4:3","width":1280}},"type":"overlay-to-top","spacing":{"padding":{"sm":"8% 8px 8px 8px","md":"8% 16px 16px 16px"}},"blocks":{"media":{"iconBadge":{"position":"bottom-left"}},"title":{"alignment":"center"},"info":{"alignment":"center"}}}}},{"layout":{"sm":"\n \"card1\"\n \"card2\"\n \"card3\"\n \"card4\"\n ","lg":"\n \"card1 card2\"\n \"card3 card4\"\n ","xl":"\n \"card1 card2 card3 card4\"\n "},"cards":{"default":{"layout":{"sm":"\n \"media\"\n \"title\"\n \"info\"\n "},"gridTemplateColumns":{"sm":"1fr"},"typographyConfig":{"hedToken":"headline-sm"},"assetConfigs":{"sm":{"aspectRatio":"3:4","width":768},"lg":{"aspectRatio":"4:3","width":1024},"xxl":{"aspectRatio":"4:3","width":1600}},"blocks":{"title":{"alignment":"left"},"info":{"alignment":"left"}},"spacing":{"padding":{"sm":"8% 8px 8px 8px"}},"type":"overlay-to-top"}}}]},"Hero_AssetLeft_TwoSizes":{"layout":{"sm":"\n \"list1 list1\"\n \"list2 list2\"\n \"list3 list3\"\n ","lg":"\n \"list1 list1\"\n \"list2 list2\"\n \"list3 list3\"\n ","xxl":"\n \"list1 list1 list1 list1\"\n \"list2 list2 list3 list3\"\n "},"sectionTitleVariation":"TextLeftLineAboveWithHedBackground","lists":[{"layout":{"sm":"\n \"card1\"\n "},"cards":{"default":{"layout":{"sm":"\n \"media\"\n \"title\"\n \"description\"\n \"info\"\n ","lg":"\n \"media media . .\"\n \"media media . .\"\n \"media media title title\"\n \"media media description description\"\n \"media media info info\"\n \"media media . .\"\n \"media media . .\"\n "},"gridTemplateColumns":{"sm":"1fr","lg":"repeat(4, 1fr)"},"typographyConfig":{"hedToken":"headline-3xl"},"assetConfigs":{"sm":{"aspectRatio":"4:3","width":768},"lg":{"aspectRatio":"4:3","width":1024},"xxl":{"aspectRatio":"4:3","width":1280}},"spacing":{"gap":{"sm":"16px 24px","xxl":"16px 32px"}},"blocks":{"media":{"iconBadge":{"position":"bottom-left"}},"title":{"alignment":"left"},"description":{"hideAsset":true,"alignment":"left"},"info":{"alignment":"left"}}}}},{"layout":{"sm":"\n \"card1 card2\"\n \"card3 card4\"\n \"card5 card6\"\n \"card7 card8\"\n \"card9 card10\"\n \"card11 card12\"\n "},"cards":{"default":{"layout":{"sm":"\n \"media media\"\n \"title title\"\n \"info info\"\n "},"gridTemplateColumns":{"sm":"1fr 1fr"},"typographyConfig":{"hedToken":"headline-sm"},"assetConfigs":{"sm":{"aspectRatio":"4:3","width":1280},"lg":{"aspectRatio":"4:3","width":1024},"xxl":{"aspectRatio":"4:3","width":1600}},"blocks":{"title":{"alignment":"left"},"info":{"alignment":"left"}}},"card2":{"theme":{"variant":"inverted"},"layout":{"sm":"\n \"media media\"\n \"title title\"\n \"info info\"\n "},"gridTemplateColumns":{"sm":"1fr 1fr"},"typographyConfig":{"hedToken":"headline-sm"},"assetConfigs":{"sm":{"aspectRatio":"4:3","width":1280},"lg":{"aspectRatio":"4:3","width":1024},"xxl":{"aspectRatio":"4:3","width":1600}},"blocks":{"title":{"alignment":"left"},"info":{"alignment":"left"}}}}},{"layout":{"sm":"\n \"card1\"\n \"card2\"\n \"card3\"\n \"card4\"\n \"card5\"\n \"card6\"\n \"card7\"\n \"card8\"\n \"card9\"\n \"card10\"\n \"card11\"\n \"card12\"\n \"card13\"\n \"card14\"\n "},"cards":{"default":{"layout":{"sm":"\n \"media title title\"\n \"media info info\"\n \"media . .\"\n ","xxl":"\n \"media\"\n \"title\"\n \"info\"\n "},"theme":{"variant":"inverted"},"gridTemplateColumns":{"sm":"1fr 1fr 1fr","xxl":"1fr"},"typographyConfig":{"hedToken":"headline-sm"},"assetConfigs":{"sm":{"aspectRatio":"4:3","width":1280},"lg":{"aspectRatio":"4:3","width":1024},"xxl":{"aspectRatio":"4:3","width":1600}},"blocks":{"title":{"alignment":"left"},"info":{"alignment":"left"}}}}}]},"TwoListsHeroLeft":{"layout":{"sm":"\n \"list1\"\n \"list2\"\n ","xl":"\n \"list1 list1 divider-v-1 list2\"\n \"list1 list1 divider-v-1 list2\"\n \"list1 list1 divider-v-1 list2\"\n \"list1 list1 divider-v-1 list2\"\n "},"gridTemplateColumns":{"sm":"1fr","xl":"1fr 1fr max-content 1fr"},"sectionTitleVariation":"TextLeftLineAboveWithHedBackground","lists":[{"layout":{"sm":"\n \"card1\"\n "},"cards":{"default":{"layout":{"sm":"\n \"media media media\"\n \"title title title\"\n \"description description description\"\n \"info info info\"\n "},"typographyConfig":{"hedToken":"headline-xl"},"assetConfigs":{"sm":{"aspectRatio":"1:1","width":768},"lg":{"aspectRatio":"1:1","width":1024},"xxl":{"aspectRatio":"1:1","width":1280}},"blocks":{"media":{"iconBadge":{"position":"bottom-right"}},"title":{"alignment":"left"},"description":{"hideAsset":true,"alignment":"left"},"info":{"alignment":"left"}}}}},{"layout":{"sm":"\n \"card1\"\n \"card2\"\n "},"cards":{"default":{"layout":{"sm":"\n \"media media media\"\n \"title title title\"\n \"description description description\"\n \"info info info\"\n "},"typographyConfig":{"hedToken":"headline-lg"},"assetConfigs":{"sm":{"aspectRatio":"1:1","width":768},"lg":{"aspectRatio":"16:9","width":768}},"blocks":{"title":{"alignment":"left"},"description":{"alignment":"left","hideAsset":true},"info":{"alignment":"left"}}}}}]},"ThreeListsHeroMiddle":{"layout":{"sm":"\n \"list1\"\n \"list2\"\n \"list3\"\n ","xl":"\n \"list2 list1 list1 list3\"\n \"list2 list1 list1 list3\"\n \"list2 list1 list1 list3\"\n \"list2 list1 list1 list3\"\n "},"sectionTitleVariation":"TextLeftLineAboveWithHedBackground","lists":[{"layout":{"sm":"\n \"card1\"\n "},"cards":{"default":{"layout":{"sm":"\n \"media media media\"\n \"title title title\"\n \"description description description\"\n \"info info info\"\n "},"assetConfigs":{"sm":{"aspectRatio":"1:1","width":768},"lg":{"aspectRatio":"4:3","width":1024},"xxl":{"aspectRatio":"4:3","width":1280}},"typographyConfig":{"hedToken":"headline-xl"},"blocks":{"media":{"iconBadge":{"position":"bottom-left"}},"title":{"alignment":"center"},"description":{"hideAsset":true,"alignment":"center"},"info":{"alignment":"center"}}}}},{"layout":{"sm":"\n \"card1\"\n \"card2\"\n "},"cards":{"default":{"layout":{"sm":"\n \"media media media\"\n \"title title title\"\n \"info info info\"\n "},"assetConfigs":{"sm":{"aspectRatio":"1:1","width":768},"lg":{"aspectRatio":"16:9","width":768}},"typographyConfig":{"hedToken":"headline-lg"},"blocks":{"title":{"alignment":"center"},"info":{"alignment":"center"}}}}},{"layout":{"sm":"\n \"list-heading\"\n \"card1\"\n \"card2\"\n \"card3\"\n \"card4\"\n \"card5\"\n \"card6\"\n ","lg":"\n \"list-heading list-heading\"\n \"card1 card2\"\n \"card3 card4\"\n \"card5 card6\"\n ","xl":"\n \"list-heading\"\n \"card1\"\n \"card2\"\n \"card3\"\n \"card4\"\n \"card5\"\n \"card6\"\n "},"cards":{"default":{"layout":{"sm":"\n \"title title media\"\n "},"gridTemplateColumns":{"sm":"1fr 1fr 1fr"},"assetConfigs":{"sm":{"aspectRatio":"4:3","width":1280},"lg":{"aspectRatio":"4:3","width":1024},"xxl":{"aspectRatio":"4:3","width":1600}},"typographyConfig":{"hedToken":"headline-md"},"blocks":{"title":{"alignment":"left"}}}}}]},"FourListsHeroMiddleStackedBelow":{"layout":{"sm":"\n \"list1\"\n \"list2\"\n \"list4\"\n \"list3\"\n ","xl":"\n \"list2 divider-v-1 list1 list1 divider-v-2 list4\"\n \"list2 divider-v-1 list1 list1 divider-v-2 divider-h-3\"\n \"list2 divider-v-1 list1 list1 divider-v-2 list3\"\n \"list2 divider-v-1 list1 list1 divider-v-2 list3\"\n \"list2 divider-v-1 list1 list1 divider-v-2 list3\"\n "},"gridTemplateColumns":{"sm":"1fr","xl":"1fr max-content 1fr 1fr max-content 1fr"},"sectionTitleVariation":"TextLeftLineAboveWithHedBackground","lists":[{"layout":{"sm":"\n \"card1\"\n \"divider-h-1\"\n \"card2\"\n \"divider-h-2\"\n \"card3\"\n "},"cards":{"default":{"layout":{"sm":"\n \"title title media\"\n \"description description media\"\n \"info info media\"\n "},"gridTemplateColumns":{"sm":"1fr 1fr 1fr"},"assetConfigs":{"sm":{"aspectRatio":"4:3","width":768},"lg":{"aspectRatio":"16:9","width":1024}},"typographyConfig":{"hedToken":"headline-md"},"blocks":{"title":{"alignment":"left"},"description":{"hideAsset":true,"alignment":"left"},"info":{"alignment":"left"}}},"card1":{"layout":{"sm":"\n \"media media media\"\n \"title title title\"\n \"description description description\"\n \"info info info\"\n "},"assetConfigs":{"sm":{"aspectRatio":"1:1","width":768},"lg":{"aspectRatio":"4:3","width":1024},"xxl":{"aspectRatio":"4:3","width":1280}},"typographyConfig":{"hedToken":"headline-xl"},"blocks":{"media":{"iconBadge":{"position":"bottom-left"}},"title":{"alignment":"left"},"description":{"hideAsset":true,"alignment":"left"},"info":{"alignment":"left"}}}}},{"layout":{"sm":"\n \"card1 card1\"\n \"card2 card3\"\n ","xl":"\n \"card1\"\n \"card2\"\n \"card3\"\n "},"cards":{"default":{"layout":{"sm":"\n \"media media media\"\n \"title title title\"\n \"info info info\"\n "},"assetConfigs":{"sm":{"aspectRatio":"4:3","width":768},"lg":{"aspectRatio":"16:9","width":768}},"typographyConfig":{"hedToken":"headline-lg"},"blocks":{"title":{"alignment":"left"},"info":{"alignment":"left"}}}}},{"layout":{"sm":"\n \"list-heading\"\n \"card1\"\n \"card2\"\n \"card3\"\n \"card4\"\n \"card5\"\n ","lg":"\n \"list-heading list-heading\"\n \"card1 card2\"\n \"card3 card4\"\n \"card5 .\"\n ","xl":"\n \"list-heading\"\n \"card1\"\n \"card2\"\n \"card3\"\n \"card4\"\n \"card5\"\n "},"cards":{"default":{"layout":{"sm":"\n \"title title media\"\n \"info info media\"\n "},"gridTemplateColumns":{"sm":"1fr 1fr 1fr"},"assetConfigs":{"sm":{"aspectRatio":"4:3","width":1280},"lg":{"aspectRatio":"4:3","width":1024},"xxl":{"aspectRatio":"4:3","width":1600}},"typographyConfig":{"hedToken":"headline-xs"},"blocks":{"title":{"alignment":"left"},"info":{"alignment":"left"}}}}},{"layout":{"sm":"\n \"card1\"\n "},"cards":{"default":{"layout":{"sm":"\n \"media media media\"\n \"title title title\"\n \"info info info\"\n "},"assetConfigs":{"sm":{"aspectRatio":"4:3","width":768},"lg":{"aspectRatio":"4:3","width":1024},"xxl":{"aspectRatio":"4:3","width":1280}},"typographyConfig":{"hedToken":"headline-xl"},"blocks":{"title":{"alignment":"left"},"info":{"alignment":"left"}}}}}]},"TwoListsTwoRowsLeft":{"layout":{"sm":"\n \"list1\"\n \"list2\"\n ","xl":"\n \"list1 list1 list2\"\n \"list1 list1 list2\"\n \"list1 list1 list2\"\n \"list1 list1 list2\"\n "},"theme":{"variant":"inverted"},"sectionTitleV
2026-01-13T09:30:12
https://sr.ht/~sheepy/3ds-homebrew/sources
3ds-homebrew sources - sourcehut sourcehut Log in — Register ~sheepy / 3ds-homebrew summary sources silly 3ds homebrew projects! ~sheepy/fruit git (3DS/Rust) stupid UI library that uses the GPU ~sheepy/pomegranate git (3DS/Rust) a silly feature-rich homebrew music player ~sheepy/obelisk git (3DS/Rust) bfsk modem for sending controller inputs to a host through an aux cable ~sheepy/cabbage git (3DS/Rust) stupid library for boilerplate ~sheepy/keybale git (3DS/Rust) silly c-pad operated keyboard PoC inspired/copied from thumbkey ~sheepy/c2d-image-example git (3DS/C) libcitro2d rgba8 -> C2D_Image swizzling example ~sheepy/3ds-ndsp-example git (3DS/Rust) NDSP homebrew example ~sheepy/fediiverse git a silly fork of 760ceb...a494's fediiverse project that aims to get it running locally ~sheepy/lodestone git a silly 3DS gps homebrew software
2026-01-13T09:30:12
https://sr.ht/~mlb/linkhut/feed
linkhut activity sourcehut Log in — Register ~mlb / linkhut summary website  sources mailing lists tickets A social bookmarking site #53 [feature request] mass edit bookmarks ~a2800276 filed ticket on linkhut todo a month ago #52 [feature request]: support for OIDC Authentication ~ryannganga filed ticket on linkhut todo a month ago #8 Moderation? ~mlb commented on linkhut todo 2 months ago Utilizing Atom Syndication Format as a template for entries Schimon Jehudah sch@fedora.email via linkhut-devel 4 months ago XMPP Schimon Jehudah sch@fedora.email via linkhut-devel 4 months ago #36 What is Searched? G commented on linkhut todo 4 months ago #37 Clarity on API rate limiting ~mlb commented on linkhut todo 4 months ago #36 What is Searched? ~mlb commented on linkhut todo 4 months ago 22640d8 feat: add inurl: search operator for URL filtering ~mlb pushed to ~mlb/linkhut git 4 months ago #36 What is Searched? ~mlb commented on linkhut todo 4 months ago e2ab126 feat: extend search to work on the URLs of bookmarks ~mlb pushed to ~mlb/linkhut git 4 months ago #51 [feature request] add a way to enable HTTPS in docker container ~biapy filed ticket on linkhut todo 4 months ago #50 [bug] curl or wget missing from Docker image ~biapy filed ticket on linkhut todo 4 months ago #35 Mass renaming tags? ~biapy commented on linkhut todo 4 months ago #49 [feature request] add a "Display name" to users ~biapy filed ticket on linkhut todo 4 months ago 1 / 29 next
2026-01-13T09:30:12
https://sr.ht/~min/
~min sourcehut Log in — Register ~min about projects git hg lists todo agec age file encryption implementation in C #cryptography #cli #plan9 regopen Alternative to xdg-open #xdg-open #cli fb2ms Converter from FictionBook fb2 to troff/nroff -ms macros #fb2 #troff #e-book more 'more' pager from 4.4 BSD, UTF-8 enabled #pager
2026-01-13T09:30:12
https://sr.ht/projects?search=%23keyboard-select
Browse projects on sourcehut sourcehut Log in — Register Browse public projects Sort results by Recently updated Longest active Apply ~geb / hjkl Vim-like pager with keyboard selection #pager #vim #keyboard-select Featured projects ~vicho/ el_poblador #board-games #tui #catan A terminal-based implementation of Settlers of Catan ~sheepy/ 3ds-homebrew #3ds #homebrew #rust A collection of "silly" 3DS homebrew projects. ~reykjalin/ Fonn #editor #tui #zig Fönn is a code editor powered by libfn, a text editor engine as a library. ~mlb/ linkhut #social #bookmarks A social bookmarking website ~bptato/ chawan #browser #pager A web browser for your terminal emulator More featured projects
2026-01-13T09:30:12
https://git.sr.ht/~bzg/worg/tree/master/item/code/latex
~bzg/worg (master): code/latex/ - sourcehut git sourcehut Log in — Register ~bzg / worg summary tree log refs worg / code /latex d--------- Tree Log Permalink 658ef0ad — Ihor Radchenko Revert "org-web-social.org: Avoid javascript" a day ago .. -rw-r--r-- fr-orgcard.tex 25.8 KiB -rw-r--r-- gantt.sty 2.3 KiB
2026-01-13T09:30:12
https://git.sr.ht/~sheepy/pomegranate
~sheepy/pomegranate - (3DS/Rust) a silly feature-rich homebrew music player - sourcehut git sourcehut Log in — Register ~sheepy / pomegranate summary tree log refs (3DS/Rust) a silly feature-rich homebrew music player 3c1bdabe — sheepy0125 a month ago update rust edition to 2024, update symphonia da619a37 — sheepy0125 4 months ago cleanup 6fa4cbb8 — sheepy0125 4 months ago Merge branch 'main' of git.sr.ht:~sheepy/pomegranate refs main browse  log  clone read-only https://git.sr.ht/~sheepy/pomegranate read/write git@git.sr.ht:~sheepy/pomegranate Clone repo to your account You can also use your local clone with git send-email . # pomegranate A silly music player for Nintendo 3DS homebrew! Download the latest release from Github , or scan this with FBI: # # Features [x] Audio playback [x] flac [x] mp3 [x] m4a [x] Pausing [x] Seeking [x] Track metadata [x] Album art [x] From metadata [x] From indexing [ ] Bumper controls [x] Pause/play [ ] Next / previous [ ] Playlists [x] Enqueuing songs [ ] Loop [ ] Shuffle [x] Music organization [x] Folder-based navigation [x] Metadata-based indexing navigation [x] Cool UI # Usage # Indexing Indexing organizes your music by artist -> album -> tracks by looking at the metadata of every file recursively from your selected root directory. To get started: go to the settings menu, choose a music library folder, go to the the CD menu, scroll to the bottom, and press "reindex." This process will take quite a bit of time (~1-5 sec/song, depending on the format!). # Bumper controls Input Action double (2x) tap R pause or play double (2x) tap L stop playback triple (3x) tap R next song triple (3x) tap L previous song # Theming Pomegranate has rudimentary (horrid, heavily WIP) theming support . # Bugs & roadmap # Bugs Intermittent crashes for some users on home button or exiting the app? Brightness is reset when opening the home menu or plugging in / unplugging the console. Please report bugs to https://github.com/sheepy0125/pomegranate/issues. # Roadmap Sleeping after inactivity to prevent draining the battery Last.fm scrobbling UI rewrite In-app theming # Credits # Backgrounds Pomegranate sheep: Commission from DOOMVEGA ( KoFi ) Cartoon sky: source Clouds 95: Windows 95 wallpaper, source # Icons CD, CD case, folder, & cog: Strawberry, GPL-3.0 source Pomegranate fruit: adapted from Ivar Leidus, CC BY-SA 4.0 source Battery, volume, clock: Micro Heroicons, MIT source # Audio Banner audio: Cipher by Kevin MacLeod, source # Building Prerequisities: git Rust installation cargo-3ds devkitpro's toolchain git clone https://git.sr.ht/~sheepy/pomegranate && \ cd pomegranate && \ git submodule init && \ git submodule update && \ rustup override set nightly-09-01 && \ rustup component add rust-src --toolchain nightly-2025-09-01-x86_64-unknown-linux-gnu && \ cargo clean && \ cargo 3ds build --release && \ mv target/armv6k-nintendo-3ds/release/pomegranate.3dsx . # Updating git pull git submodule update --recursive --remote cargo update See /build/HACKING.txt for instructions on making a CIA. sheepy@sheepy.moe
2026-01-13T09:30:12
https://chawan.net
Chawan: TUI web browser Index News Docs Issues Source # Chawan: TUI web browser Chawan is a text-mode web browser and pager for Unix-like systems, with a focus on implementing modern web standards while remaining self-contained, easy to understand and extensible. It includes functionality like CSS, inline images inside the terminal, and JavaScript through a small, independent browser engine. Most of Chawan has been developed from scratch in the memory-safe Nim programming language. ## Download You can download the latest release (v0.3.1) here . Sources are currently hosted on SourceHut and Codeberg . There are also packages maintained by volunteers, of stable versions at: Alpine Linux: https://pkgs.alpinelinux.org/packages?name=chawan Arch Linux: https://archlinux.org/packages/extra/x86_64/chawan/ FreeBSD: https://www.freshports.org/www/chawan/ Homebrew: https://formulae.brew.sh/formula/chawan NixOS: https://search.nixos.org/packages?show=chawan Slackware (SBo): https://slackbuilds.org/repository/15.0/network/chawan/ and unstable versions (tip of the master branch) at: AUR: https://aur.archlinux.org/packages/chawan-git AppImage: https://git.lerch.org/lobo/chawan-appimage/ Homebrew (using --HEAD ): https://formulae.brew.sh/formula/chawan ## Gallery This page showcases some websites being rendered in Chawan. ## Features UI Inspired by w3m and vi . Keybindings are user-programmable using JavaScript. Protocols HTTP(S), SFTP (using libssh2 ), FTP, Gopher, Gemini, Finger, Spartan. Extensible by users. Formats HTML, plain text, Markdown, man page, and directory listing viewers are included. Extensible by users through HTML converters (you can even replace built-in viewers). CSS Colors, formatting, flow layout (block, inline, float, etc.), table layout, flex layout. Images Displayed using Sixels or the Kitty protocol . Supported input formats are PNG, JPEG, BMP, GIF ( stb_image ), WebP ( jebp ) and SVG ( nanosvg ). Opt-in; edit the config to enable it. JavaScript Uses QuickJS . Supports various DOM manipulation and network APIs. Opt-in; edit the config to enable it. Sandboxing Websites are loaded inside separate processes, further locked down using syscall filtering mechanisms on FreeBSD, OpenBSD and Linux. ## Subprojects Parts of Chawan available as separate libraries: Chame : HTML5 parser in pure Nim. Chagashi : character coding library in pure Nim. Monoucha : QuickJS binding generator and runtime glue in Nim. ## License Public domain, with permissively licensed components. ## Banners Contributed by user arcathrax, these are also in the public domain. Spread the word :)
2026-01-13T09:30:12
http://ads-developers.googleblog.com/2025/12/google-ads-api-v19-sunset-reminder.html
Google Ads Developer Blog: Google Ads API v19 sunset reminder Ads Developer Blog The official blog for information about the Google Ads, Google Ad Manager, Google Mobile Ads SDKs for AdMob and IMA SDKs, and other Google Advertising Platform developer tools. Google Ads API v19 sunset reminder Monday, December 15, 2025 Google Ads API v19 will sunset on February 11, 2026. Starting on this date, all v19 API requests will begin to fail. Migrate to a newer version prior to February 11, 2026 to ensure your API access is unaffected. Here are some resources to help you with the migration: Upgrade to the newest version Release notes You can view a list of methods and services your project has recently called using the Google Cloud Console : Open APIs & Services in the Google Cloud Console. Click Google Ads API in the table. On the Metrics subtab, you should see your recent requests plotted on each graph. You can see which methods you've sent requests to in the Methods table. The method name includes a Google Ads API version, a service, and a method name, such as google.ads.googleads.v19.services.GoogleAdsService.Mutate . (Optional) Choose the timeframe you want to view for your requests. If you have questions while you're upgrading, reach out to us at googleadsapi-support@google.com . You can also discuss this post in our Google Advertising and Measurement Community Discord server. - Ben Karl, on behalf of the Google Ads API Team Google Labels: google_ads , google_ads_api , sunset    Labels  account_management ad_clicks ad_customizers ad_exchange ad_exchange_buyer ad_exchange_optimization-series ad_exchange_rest ad_exchange_rtb ad_exchange_seller ad_exchange_soap ad_extensions ad_inspector ad_manager ad_manager_api ad_manager_api_v201805 ad_manager_api_v201808 ad_manager_api_v201811 ad_manager_api_v201902 ad_manager_api_v201905 ad_manager_api_v201908 ad_manager_api_v201911 ad_manager_api_v202002 ad_manager_api_v202005 ad_manager_api_v202008 ad_manager_api_v202011 ad_manager_api_v202102 ad_manager_api_v202105 ad_manager_api_v202108 ad_manager_api_v202111 ad_manager_api_v202202 ad_manager_api_v202205 ad_manager_api_v202208 ad_manager_api_v202211 ad_manager_api_v202302 ad_manager_api_v202305 ad_manager_api_v202308 ad_manager_api_v202311 ad_manager_api_v202402 ad_manager_api_v202405 ad_manager_api_v202408 ad_manager_api_v202411 ad_manager_api_v202502 ad_manager_api_v202511 ad_param ad_speed adexchangebuyer AdGroup AdGroupAd admanager_api admob admob_api admob_api_v1 admob_mediation admob_sdk admob_v4.3.1 admob_v5.0.5 admob_v6.0.1 ads adsense adsense_api adsense_host_api adsense_host_api_v3 adsense_management_api adsense_management_api_v1 adsense_management_api_v1.1 adsense_management_api_v1.2 adsense_management_api_v1.3 adsense_management_api_v1.4 advanced_apis adwhirl adwhirl_v3.1.1 adwords AdWords Scripts adwords_AdGroupCriterionService adwords_api adwords_api_v201302 adwords_api_v201306 adwords_api_v201309 adwords_api_v201402 adwords_api_v201406 adwords_api_v201409 adwords_api_v201502 adwords_api_v201506 adwords_api_v201509 adwords_api_v201601 adwords_api_v201603 adwords_api_v201605 adwords_api_v201607 adwords_api_v201609 adwords_api_v201702 adwords_api_v201705 adwords_api_v201708 adwords_api_v201710 adwords_api_v201802 adwords_api_v201806 adwords_api_v201809 adwords_api_workshops adwords_BatchJobService adwords_CampaignService adwords_CreateAccountService adwords_for_video adwords_ManagedCustomerService adwords_MutateJobService adwords_ReportDefinitionService adwords_scripts adwords_v201109 adwords_v201206 adwords_v201209 adwords_v201302 adwords_v201306 adwords_v201309 adwords_v201601 adwords_v201605 adwords_v201607 adwords_v201609 adwords_v201702 adwords_v201802 adwords_v201806 adwords_v201809 ai_tools alerting amp analytics analyticsapi android android_layout animation announcement annual developer survey api app_engine asset_group asset_group_listing_group_filter asset_group_signal assets attribution_reporting_api audiences authentication authorization authorized_buyer authorized_buyers aw_reporting awql batch_processing beacon_api best_practices beta bid_manager_api bid_modifiers bidding billing brand guidelines brand_guidelines budget_order_service budgets builders bulk_upload c# caf_sdk call_extensions call_metrics call_only call_tracking call-only callout_extensions campaign campaign_management campaign_manager_360 CampaignCriterion case_study cast certificates certification change_history chart_tools chrome chromecast click click_tracking click_type click-to-download clicks client_libraries client_library cm360 code_examples common_questions conference content content_api conversion conversions ConversionTrackerService converted_clicks creative_platforms creatives custom_fields customer_match DAI dart data_manager_api dbm_api debugging decorators deprecation developer dfa_ad_service dfa_api dfa_api_v118 dfa_creative_service dfa_reporting_api dfa_site_service dfa_v1.16 dfa_v1.17 dfa_v1.18 dfa_v1.19 dfa_v1.20 dfp dfp_api dfp_appengine dfp_creatives dfp_inventory dfp_mobile dfp_pql dfp_reports dfp_sales dfp_teams dfp_v201111 dfp_v201201 dfp_v201203 dfp_v201204 dfp_v201206 dfp_v201208 dfp_v201211 dfp_v201302 dfp_v201308 dfp_v201608 dfp_v201711 discord display display_network display_select display_smart_campaign docs documentation dotnet doubleclick DoubleClick_Rich_Media doubleclick_studio drafts dsa dv360 dv360_api dynamic_creative enhanced_campaigns entity_read_files erf error handling eta examples excluded_placement_lists exoplayer expanded_text_ads experiment experiments faq feedback feeds firebase flash flash_sdk floc flutter forecast_service games gaql gclid gdc gdl geo_targets geotargeting gmail_ads gmail_image_ads gmail_multi_product_ads gmail_single_promotion_ads GMF gmp golang google_ads google_ads_api google_ads_api_migration_workshop google_ads_api_v0 google_ads_api_v0_1 google_ads_api_v0_3 google_ads_api_v0_4 google_ads_api_v0_5 google_ads_api_v0_6 google_ads_api_v0_7 google_ads_api_v1_0 google_ads_api_v1_1 google_ads_api_v1_2 google_ads_api_v1_3 google_ads_api_v2_1 google_ads_api_v3_0 google_ads_api_v3_1 google_ads_api_v4 google_ads_api_v5 google_ads_api_v6 google_ads_scripts google_ads_solutions google_apis google_apps_script google_drive google_play_services google_plus gpt gRPC guide guides hangout hotel_ads hotel_campaigns html5 html5_ads https i18n ids ima_android ima_flash ima_html5 ima_ios ima_roku ima_sdk image image_ads image_optimization implementation impression_share interstitial interview io13 iOS iOS9 java_app_engine java_dart_api jdbc keyword_optimizer keywords kotlin labels limits line_item linq listing_groups location_extensions location_feeds LocationExtensionOperand LocationGroups logging manager_accounts maps_api marketplace maximize mcc MCP media media_bundle mediation_test_suite merchant_api migration mobile mobile_ads mobile_ads_garage mobile_ads_sdk mobile_sites mobile_speed mobile_targeting mobile_ux monitoring native native_ads_express new_features oath2 oauth oauth2 offline_conversions OfflineConversionFeedService open_source openrtb optimization pal Performance Max performance_max performance_max_api_workshop php PLA placements PMax policy policy_violation PQL price_extension privacy privacy_sandbox product_listing_ads proguard promotion_line publisher_ads_audits python qa quality_score query_builder_blog_series query_language quota rate_limiter rate_sheet RateExceededError realtime_bidding realtime_bidding_api realtime_bidding_protocol realtimebidding recommendations referer release remarketing reporting reports responsive_ads rest rewarded_video rmf ruby sa360 sandbox scripts sdf sdkless search search audience search terms search_audience search_network search_theme selector sendbeacon service_accounts SGAI shared_negative_keywords shopping simulations sitelinks smart snds spend ssl StepInsideAdWords success_stories suggested_ad_units sunset survey swift swift_package_manager swiftui target target_cpa targeting template_ads terms test_accounts test_network testing text_ads text_asset_automation tools trials turtledove ui unity update updates upgrade upgraded_urls v201509 vast3 vcpm video viewable-cpm webinar workshop workshops wp8 xml youtube  Archive      2026 Jan     2025 Dec Nov Oct Sep Aug Jul Jun May Apr Mar Feb Jan     2024 Dec Nov Oct Sep Aug Jul Jun May Apr Mar Feb Jan     2023 Dec Nov Oct Sep Aug Jul Jun May Apr Mar Feb Jan     2022 Dec Nov Oct Sep Aug Jul Jun May Apr Mar Feb Jan     2021 Dec Nov Oct Sep Aug Jul Jun May Apr Mar Feb Jan     2020 Dec Nov Oct Sep Aug Jul Jun May Apr Mar Feb Jan     2019 Dec Nov Oct Sep Aug Jul Jun May Apr Mar Feb Jan     2018 Dec Nov Oct Sep Aug Jul Jun May Apr Mar Feb Jan     2017 Dec Nov Oct Sep Aug Jul Jun May Apr Mar Feb Jan     2016 Dec Nov Oct Sep Aug Jul Jun May Apr Mar Feb Jan     2015 Dec Nov Oct Sep Aug Jul Jun May Apr Mar Feb Jan     2014 Dec Nov Oct Sep Aug Jul Jun May Apr Mar Feb Jan     2013 Dec Nov Oct Sep Aug Jul Jun May Apr Mar Feb Jan     2012 Dec Nov Oct Sep Aug Jul Jun May Apr Mar Feb Jan     2011 Dec Nov Give us feedback in our developer product forums: Google Ads API Google Ads scripts Google Ad Manager API DCM API Google Mobile Ads SDK Google AdMob API Google Interactive Media Ads SDK Google Content API for Shopping Authorized Buyers API Google Privacy Terms
2026-01-13T09:30:12
https://jitsi.org/?p=2024
Jitsi News & Press | Video Conferencing Software News JaaS: the Team that Builds Jitsi Can Now Also Run it for You! Start now Docs Projects Blog Community About About Powered by Jitsi™ Partners Jitsi in the News User FAQ Download Jitsi in the News Brave builds privacy-focused video chat right into its browser CNET | June 22, 2020 Brave's browser now includes a privacy-focused video calling app Engadget | May 27, 2020 It’s time to shark up y’all The Next Web | May 26, 2020 A look at how Jitsi became a ‘secure’ open-source alternative to Zoom The Next Web | May 21, 2020 8x8 moves video meeting solutions to Oracle Cloud Infrastructure as number of users soars Diginomica | May 12, 2020 How to secure your video calls like a pro Engadget | May 9, 2020 Increased remote work requires evaluating collaboration costs TechTarget | May 8, 2020 Coronavirus Briefing: What Happened Today The New-York Times | May 7, 2020 5 Ways to Stay in Touch With Less Tech-Savvy Family and Friends The New-York Times | May 6, 2020 Mozilla ranks video call apps by security and privacy features TechRepublic | April 28, 2020 10 WFH essentials that you absolutely need Mashable | April 28, 2020 Open source platform Jitsi plans to start offering a major security feature that Zoom, Microsoft, and Google lack Insider Business | April 21, 2020 The Best Videoconferencing Service WireCutter | April 20, 2020 Want to Ditch Zoom? Jitsi Offers an Open-Source Alternative Wired | April 20, 2020 8x8, Jitsi.org Address Security for Video Meetings No Jitter | April 15, 2020 Zeek and Jitsi: 2 open source projects we need now InfoWorld | March 27, 2020 Jitsi is a trademark of © 8x8, Inc. All Rights Reserved.
2026-01-13T09:30:12
https://todo.sr.ht/~bptato/chawan
chawan — sourcehut todo sourcehut Log in — Register ~bptato / chawan open tickets closed tickets labels Subscribe Register here or Log in to submit tickets, or submit via email . Search tickets #10 Missing vi bindings 7 days ago ~bptato 2 comments #102 OSC 8 links in dump mode 7 days ago C. Joly 3 comments #97 Terminal display optimization 8 days ago ~bptato 0 comments #13 Image support 9 days ago ~bptato 30 comments #101 Dump images/embedded content 14 days ago ~stinkie 5 comments #57 Tabbed browsing a month ago ~bptato 9 comments #95 emoji's a month ago Philip Wittamore 2 comments #26 Hints mode a month ago ~skejg 25 comments #61 Unable to declare special keys in bindings a month ago ~voxelprismatic 6 comments #94 Separate out Content-Encoding from HTTP handler a month ago ~bptato 0 comments #91 websocket support a month ago ~nolca 1 comment #86 config: "Please move to a lowercase namespace" 2 months ago ~skejg 5 comments #82 Script-insensitive search 3 months ago ~bptato 0 comments #80 HTTP/2 support 3 months ago ~moderation 2 comments #75 Turn buffers into CGI 4 months ago ~bptato 0 comments #74 Config editor 4 months ago ~bptato 0 comments #64 Support for alternate stylesheets 6 months ago ~mariusor 3 comments #20 Network stuff 7 months ago ~bptato 6 comments #58 dark mode 8 months ago ~rek2 2 comments #53 video playback using sixel not working 9 months ago ~plaw 3 comments #48 Word/line wrapping filters search results 10 months ago ~hrdl 1 comment #41 Arch linux package: warnings and errors 11 months ago ~nebulosa 3 comments
2026-01-13T09:30:12
https://sr.ht/projects?search=%23catan+%23editor
Browse projects on sourcehut sourcehut Log in — Register Browse public projects Sort results by Recently updated Longest active Apply Featured projects ~vicho/ el_poblador #board-games #tui #catan A terminal-based implementation of Settlers of Catan ~sheepy/ 3ds-homebrew #3ds #homebrew #rust A collection of "silly" 3DS homebrew projects. ~reykjalin/ Fonn #editor #tui #zig Fönn is a code editor powered by libfn, a text editor engine as a library. ~mlb/ linkhut #social #bookmarks A social bookmarking website ~bptato/ chawan #browser #pager A web browser for your terminal emulator More featured projects
2026-01-13T09:30:12
https://git.sr.ht/~bzg/worg/tree/master/item/README#L1
~bzg/worg (master): README - sourcehut git sourcehut Log in — Register ~bzg / worg summary tree log refs worg /README -rw-r--r-- 636 bytes View Log View raw Permalink 658ef0ad — Ihor Radchenko Revert "org-web-social.org: Avoid javascript" a day ago 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 This repository contains the community-driven Org documentation. It is published on https://orgmode.org/worg/ See https://orgmode.org/worg/worg-about.html for details on Worg. To contribute to Worg, please send patches or suggestions to the Org-mode mailing list: emacs-orgmode@gnu.org If you want write access to this repository, please send an email to bzg@gnu.org. The contents of this repository is licensed under the GNU Free Documentation License version 1.3 or later. The code examples and CSS stylesheets are licensed under the GNU General Public License v3 or later. See the license.org file or the LICENSES/ directory.
2026-01-13T09:30:12
https://sr.ht/projects?search=%23board-games+%23rust
Browse projects on sourcehut sourcehut Log in — Register Browse public projects Sort results by Recently updated Longest active Apply Featured projects ~vicho/ el_poblador #board-games #tui #catan A terminal-based implementation of Settlers of Catan ~sheepy/ 3ds-homebrew #3ds #homebrew #rust A collection of "silly" 3DS homebrew projects. ~reykjalin/ Fonn #editor #tui #zig Fönn is a code editor powered by libfn, a text editor engine as a library. ~mlb/ linkhut #social #bookmarks A social bookmarking website ~bptato/ chawan #browser #pager A web browser for your terminal emulator More featured projects
2026-01-13T09:30:12
https://git.sr.ht/~bzg/worg/tree/658ef0ad99935bf10661c062026980e5926bb9de/item/README
~bzg/worg (658ef0ad99935bf10661c062026980e5926bb9de): README - sourcehut git sourcehut Log in — Register ~bzg / worg summary tree log refs ref: 658ef0ad99935bf10661c062026980e5926bb9de worg /README -rw-r--r-- 636 bytes View Log View raw Permalink 658ef0ad — Ihor Radchenko Revert "org-web-social.org: Avoid javascript" a day ago 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 This repository contains the community-driven Org documentation. It is published on https://orgmode.org/worg/ See https://orgmode.org/worg/worg-about.html for details on Worg. To contribute to Worg, please send patches or suggestions to the Org-mode mailing list: emacs-orgmode@gnu.org If you want write access to this repository, please send an email to bzg@gnu.org. The contents of this repository is licensed under the GNU Free Documentation License version 1.3 or later. The code examples and CSS stylesheets are licensed under the GNU General Public License v3 or later. See the license.org file or the LICENSES/ directory.
2026-01-13T09:30:12
https://sr.ht/~min/more/
more: 'more' pager from 4.4 BSD, UTF-8 enabled sourcehut Log in — Register ~min / more summary source 'more' pager from 4.4 BSD, UTF-8 enabled ~min/more New git repository added 3 years ago View project feed  RSS  Report abuse
2026-01-13T09:30:12
https://sr.ht/projects?search=%23catan+%23homebrew
Browse projects on sourcehut sourcehut Log in — Register Browse public projects Sort results by Recently updated Longest active Apply Featured projects ~vicho/ el_poblador #board-games #tui #catan A terminal-based implementation of Settlers of Catan ~sheepy/ 3ds-homebrew #3ds #homebrew #rust A collection of "silly" 3DS homebrew projects. ~reykjalin/ Fonn #editor #tui #zig Fönn is a code editor powered by libfn, a text editor engine as a library. ~mlb/ linkhut #social #bookmarks A social bookmarking website ~bptato/ chawan #browser #pager A web browser for your terminal emulator More featured projects
2026-01-13T09:30:12
https://sr.ht/projects?search=%23board-games+%23bookmarks
Browse projects on sourcehut sourcehut Log in — Register Browse public projects Sort results by Recently updated Longest active Apply Featured projects ~vicho/ el_poblador #board-games #tui #catan A terminal-based implementation of Settlers of Catan ~sheepy/ 3ds-homebrew #3ds #homebrew #rust A collection of "silly" 3DS homebrew projects. ~reykjalin/ Fonn #editor #tui #zig Fönn is a code editor powered by libfn, a text editor engine as a library. ~mlb/ linkhut #social #bookmarks A social bookmarking website ~bptato/ chawan #browser #pager A web browser for your terminal emulator More featured projects
2026-01-13T09:30:13
https://sr.ht/projects?search=%23catan+%23tui
Browse projects on sourcehut sourcehut Log in — Register Browse public projects Sort results by Recently updated Longest active Apply ~vicho / el_poblador A terminal-based implementation of Settlers of Catan in Go #board-games #tui #catan Featured projects ~vicho/ el_poblador #board-games #tui #catan A terminal-based implementation of Settlers of Catan ~sheepy/ 3ds-homebrew #3ds #homebrew #rust A collection of "silly" 3DS homebrew projects. ~reykjalin/ Fonn #editor #tui #zig Fönn is a code editor powered by libfn, a text editor engine as a library. ~mlb/ linkhut #social #bookmarks A social bookmarking website ~bptato/ chawan #browser #pager A web browser for your terminal emulator More featured projects
2026-01-13T09:30:13
https://sr.ht/projects?search=%23pager+%233ds
Browse projects on sourcehut sourcehut Log in — Register Browse public projects Sort results by Recently updated Longest active Apply Featured projects ~vicho/ el_poblador #board-games #tui #catan A terminal-based implementation of Settlers of Catan ~sheepy/ 3ds-homebrew #3ds #homebrew #rust A collection of "silly" 3DS homebrew projects. ~reykjalin/ Fonn #editor #tui #zig Fönn is a code editor powered by libfn, a text editor engine as a library. ~mlb/ linkhut #social #bookmarks A social bookmarking website ~bptato/ chawan #browser #pager A web browser for your terminal emulator More featured projects
2026-01-13T09:30:13
https://sr.ht/projects?search=%23catan+%23rust
Browse projects on sourcehut sourcehut Log in — Register Browse public projects Sort results by Recently updated Longest active Apply Featured projects ~vicho/ el_poblador #board-games #tui #catan A terminal-based implementation of Settlers of Catan ~sheepy/ 3ds-homebrew #3ds #homebrew #rust A collection of "silly" 3DS homebrew projects. ~reykjalin/ Fonn #editor #tui #zig Fönn is a code editor powered by libfn, a text editor engine as a library. ~mlb/ linkhut #social #bookmarks A social bookmarking website ~bptato/ chawan #browser #pager A web browser for your terminal emulator More featured projects
2026-01-13T09:30:13
https://sr.ht/projects?search=%23board-games+%23browser
Browse projects on sourcehut sourcehut Log in — Register Browse public projects Sort results by Recently updated Longest active Apply Featured projects ~vicho/ el_poblador #board-games #tui #catan A terminal-based implementation of Settlers of Catan ~sheepy/ 3ds-homebrew #3ds #homebrew #rust A collection of "silly" 3DS homebrew projects. ~reykjalin/ Fonn #editor #tui #zig Fönn is a code editor powered by libfn, a text editor engine as a library. ~mlb/ linkhut #social #bookmarks A social bookmarking website ~bptato/ chawan #browser #pager A web browser for your terminal emulator More featured projects
2026-01-13T09:30:13
https://todo.sr.ht/~mlb/linkhut/52
~mlb/linkhut#52: [feature request]: support for OIDC Authentication — sourcehut todo sourcehut Log in — Register ~mlb / linkhut #52 :   [feature request]: support for OIDC Authentication view Subscribe First, thank you for the great work on Linkhut, it’s very handy. I’m writing to request native support for OpenID Connect (OIDC) as an authentication option. Currently, integrating modern identity providers requires workarounds like reverse proxies, which adds complexity. Native OIDC support would simplify deployments, improve security, and allow seamless login with existing identity systems. Requested features: Ability to configure an OIDC provider (issuer URL, client ID, secret) Callback URL handling Support for scopes like openid profile email Optional mapping of username/email to Linkhut account Status REPORTED Submitter ~ryannganga Assigned to No-one Submitted a month ago Updated a month ago Labels self-hosting ~mlb added self-hosting a month ago Register here or Log in to comment, or comment via email .
2026-01-13T09:30:13
https://todo.sr.ht/~mlb/linkhut
linkhut — sourcehut todo sourcehut Log in — Register ~mlb / linkhut open tickets closed tickets labels Subscribe Issue tracker for linkhut Register here or Log in to submit tickets, or submit via email . Search tickets #53 [feature request] mass edit bookmarks ux-improvements a month ago ~a2800276 0 comments #52 [feature request]: support for OIDC Authentication self-hosting a month ago ~ryannganga 0 comments #8 Moderation? admin-tools 2 months ago Sandra Snan 10 comments #24 Invite code on registration self-hosting 4 months ago ~_0x7f 1 comment #44 [bug] email not sent when SMTP username and password not set self-hosting 4 months ago ~biapy 0 comments #48 [feature request] user administration CRUD admin-tools 4 months ago ~biapy 0 comments #47 [feature request] allow to disable registration self-hosting 4 months ago ~biapy 0 comments #46 [feature request] make the account age cutoff configurable self-hosting 4 months ago ~biapy 3 comments #50 [bug] curl or wget missing from Docker image docker self-hosting 4 months ago ~biapy 0 comments #51 [feature request] add a way to enable HTTPS in docker container docker self-hosting 4 months ago ~biapy 0 comments #35 Mass renaming tags? 4 months ago ~chie 4 comments #49 [feature request] add a "Display name" to users 4 months ago ~biapy 0 comments #40 [bug] editing user email doesn't work 4 months ago ~biapy 3 comments #45 [bug][ux] links in description have the same color as the text 4 months ago ~biapy 0 comments #43 [feature request] add link to existing entry edition when link already exist 4 months ago ~biapy 0 comments #42 [feature request] add auto-complete feature to tags field 4 months ago ~biapy 0 comments #41 [feature request] don't limit the lenght of link description 4 months ago ~biapy 0 comments #39 [feature request] allow dashes (and dots) in usernames 4 months ago ~biapy 0 comments #33 Allow newlines in RSS feeds 8 months ago ~hamefang 0 comments #31 [Dark Theme] Improve WCAG level to AAA ux-improvements 9 months ago ~mlb 0 comments #15 Lock accounts/private mode admin-tools 1 year, 11 months ago ~dabeeeenster 1 comment #13 Export 2 years ago Sandra Snan 0 comments #9 Tags on the add page 2 years ago ~edwardloveall 2 comments
2026-01-13T09:30:13
https://www.wired.com/story/why-you-need-an-outdoor-air-quality-monitor/
Why You Need an Outdoor Air Quality Monitor (2025) | WIRED Skip to main content Menu SECURITY POLITICS THE BIG STORY BUSINESS SCIENCE CULTURE REVIEWS Menu Account Account Newsletters Best Fitness Trackers Best Digital Notebooks Fujifilm X-E5 Reveiw Winter Bird Feeding Best Gym Bags Deals Delivered Security Politics The Big Story Business Science Culture Reviews Chevron More Expand The Big Interview Magazine Events WIRED Insider WIRED Consulting Newsletters Podcasts Video Merch Search Search Sign In Sign In Lisa Wood Shapiro Gear Aug 9, 2025 8:34 AM Why You Need an Outdoor Air Quality Monitor It’s useful to know the quality of the air around your home, but your personal air quality monitor could lead to safer air for everyone. Courtesy of Purpleair Comment Loader Save Story Save this story Comment Loader Save Story Save this story It wasn’t that long ago that few people were monitoring the air—not the government, not its citizens. Today, weather apps provide estimates of outdoor air quality, and the government’s own air quality monitoring website, AirNow , has an easy-to-use zip code portal and fire and smoke map . There are real health benefits to owning an air quality monitor . Each US state is responsible for developing its own monitoring plan . Even in densely populated urban areas, outdoor air monitors owned by federal, state, and local jurisdictions might be geographically spread out, leaving monitoring gaps that don't accurately capture the air quality beyond one’s front door. Photograph: Lisa Wood Shapiro Outdoor air quality monitors are not just for understanding the air quality when the odor of smoke fills your home—an outdoor monitor can keep you informed. America has been in the air quality monitoring business for less than a century. In the not-so-distant past, citizens died due to unregulated and unchecked air. Once more, Trump’s EPA is seeking to weaken current A ir Quality Index standards, the numbers that decide what is good, moderate, or unhealthy air, along with repealing the regulations on emissions of greenhouse gases. Those actions will lead to dirtier air and less reliable data. Like face masks and air purifiers , an outdoor air quality monitor is no longer a niche appliance but an electronic canary in the modern coal mine of a bad-air world. Photograph: Lisa Wood Shapiro PurpleAir Zen $299 Purpleair Back in January, I woke up to find my PurpleAir Zen outdoor air quality monitor glowing bright red. This happened over several days, and I was confused because the numbers were well over 100 and yet there wasn’t an air quality alert for the area. The annual AQI for my neighborhood is under 50—considered good air. For context, an AQI of 100 or more is unhealthy for sensitive groups, and an AQI of 150 is unhealthy for everyone. I mentioned the unhealthy air to a friend who reminded me that New York City recently installed a concrete recycling center a few blocks from my home. The literal dust-up the center caused, including failure to inform the neighborhood about its existence, might be the culprit for the recent uptick in bad air, from the concrete dust created by the recycling center. At that point the recycling center had yet to implement irrigation to mitigate the dust plumes. The data from my outdoor monitor fed into PurpleAir’s crowdsourced real-time map . On the map, I could see other nearby PurpleAir monitors, and the ones closest to the concrete recycling center tended to have worse air quality. Invisible Danger In July, after a year of mounting protests and political pressure, the city announced that it would relocate the concrete recycling center. What would have happened if residents hadn’t seen the dust clouds or noticed the gray film collecting on their cars? What if they couldn’t see what was all around them? PM 2.5  is the invisible solids and liquids that are in the air. The tiniest form can enter the deepest parts of the lungs, passing into the bloodstream. There, they can cause a host of illnesses , respiratory distress, and cardiovascular disease . Photograph: Lisa Wood Shapiro IQAir Outdoor Air Quality Monitor $300 Amazon In early 2024, the Biden administration strengthened the National Ambient Air Quality Health Standards (NAAQS) for particulate matter, a move that set “the level of the primary (health-based) annual PM 2.5 standard at 9.0 micrograms per cubic meter (µg/m 3 ) to reflect new science on harms caused by particle pollution.” This changed the window of what is considered “good” air on the Air Quality Index . Those EPA guidelines are almost double those of the World Health Organization guidelines , which are a stricter 5 PM 2.5. Trump’s EPA is reconsidering the Biden administration's PM 2.5 standards. To quote EPA administrator Zeldin, “All Americans deserve to breathe clean air while pursuing the American dream. Under President Trump, we will ensure air quality standards for particulate matter are protective of human health and the environment while we unleash the Golden Age of American prosperity.” The Trump administration also wants to repeal greenhouse gas emissions regulations. According to a statement from the EPA, “The EPA is further proposing to make a finding that GHG emissions from fossil fuel-fired power plants do not contribute significantly to dangerous air pollution.” Scientific research states otherwise. And so, as outdoor air becomes less regulated, it has the potential to get dirtier and make people sick . Too Close to Home This past spring, the smell of campfire filled my home. I peered out my fourth-floor window to see my neighbor’s illegal fire pit three backyards over. I watched the colors on my PurpleAir Zen outdoor monitor change from green to yellow to crimson over the course of an hour. When I logged onto the crowd-sourced PurpleAir real-time map, I could see that my outdoor air quality was an unhealthy 160 PM 2.5 and that a few blocks away, air quality was good at under 30 PM 2.5. There’s nothing surprising about a fire pit generating air pollution, but I didn’t realize how intense and localized that air pollution could be, even though I was four stories up in a half-a-city-block-sized area. This is air quality on a microscale. Photograph: Lisa Wood Shapiro There are several relatively low-cost outdoor air quality monitors on the market. Some, like PurpleAir’s Zen, feed data into a crowdsourced real-time map . On the map’s upper left corner is a pull-down menu of data layers to customize your Air Quality Index measures. There’s a layer for EPA guidelines, and PurpleAir told me that if the EPA updates its air quality standards, it will update the layer to reflect that. There are also WHO guidelines for PM 2.5, along with several others. My favorite layer for PM 2.5 data is in terms of numbers of cigarettes smoked per day . On the day I’m writing this, air quality in my Brooklyn neighborhood is the equivalent of smoking 0.6 cigarettes per day. Some air monitors have sensors that can measure TVOCs—total volatile organic compounds—and CO 2 , along with temperature and humidity. Courtesy of Lisa Wood Shapiro A Deadly Past America’s monitoring of air quality is fairly recent. The Donora Historical Society and Smog Museum , about 25 miles south of Pittsburgh, Pennsylvania, has a sign hanging over its front door announcing “Clean Air Started Here.” In that state, in October 1948, 20 people died and nearly 6,000 were sickened in the Donora Smog Event . The deadly air was the product of the company town’s two factories and an unlucky weather inversion that created what was referred to as the “Death Smog.” The Donora Smog Event is said to have been the catalyst for the Clean Air Act. To prevent deadly bad air from harming Americans, the Clean Air Act of 1970 required ambient air quality monitoring for particulate matter, ozone, carbon monoxide, sulfur dioxide, nitrogen oxides, and lead. It is credited with saving hundreds of thousands of lives and preventing illness. Historically, communities of color and lower socioeconomic backgrounds live in areas with worse air quality. The added cost of an outdoor air quality monitor may not be an option for those already living with the inequitable burden of air pollution. In making a choice between an outdoor air quality monitor or an air purifier, the air purifier is the priority purchase. Courtesy of Coway Coway Airmega Mighty $230 $170 (26% off) Amazon $230 $170 (26% off) Coway How It Works Similar to the human nose, PM 2.5 air sensors measure the air inside the device. Air is pulled into the sensor by a tiny fan, where it passes through a laser beam. The particles reflect light onto the detector that measures the light pulse, and the longer the pulse, the larger the size of the particulate matter. PurpleAir’s sensors work this way, and the placement of the monitor is equally important. I emailed Shelly Miller, professor of mechanical engineering at the University of Colorado, and told her about my experience with my PurpleAir Zen outdoor air quality monitor and the local cement recycling center. She wrote, “Air quality can be quite different spatially, especially depending on local sources—such as the cement recycling plant that you referred to in your email. In one of our prior studies, we had put a monitoring site near a cement plant, and it was consistently reading different than all of our other monitoring sites due to the local source.” Courtesy of Lisa Wood Shapiro And once you register your PurpleAir monitor to the map, you aren’t only providing intel on your small corner of the world; the monitor becomes part of PurpleAir’s real-time air quality map . IQAir has crowd-sourced maps that air monitor owners can register and share their data with the map. The more people who own outdoor air monitors and link them to the crowdsourced maps, the more accurate the air quality readings will be. The New York State Department of Environmental Protection has a network of local air quality monitors. Using its interactive map , I see both the state air quality monitors along with locations that require air pollution control permits and registrations as sources of air pollution, like auto body shops, dry cleaners, etc. When I look at the map, I can see the brown circles with tiny wind marks indicating sources of pollution. New York City is covered in those brown circles. There are fewer blue circles scattered across the state. Those indicate air quality monitoring sites. You can also view EPA air quality monitoring sites on its interactive AirData Map . On the upper-right corner, you can click on the various layers to see the EPA monitors for PM 2.5, ozone, and lead, to name a few. And if you zoom in on that map to your location, you will see that the monitors are spread out. Even in New York City, there are only 10 PM 2.5 EPA air regulation monitoring sites on the map. Courtesy of Lisa Wood Shapiro Outdoor air quality monitors, owned by regular folks, are filling the gaps in air monitoring. They can capture and monitor the micro areas around your home while providing real-time data for the greater good. Comments Back to top Triangle Lisa Wood Shapiro has been a WIRED contributor since 2018, covering air quality, AI, accessibility software, and gear like air purifiers , humidifiers , and air quality monitors . Her work has also appeared in The New Yorker and Vogue. She studied film at New York University and has a master’s degree in ... Read More Contributor Topics health data weather household air quality Read More People Who Drink Bottled Water on a Daily Basis Ingest 90,000 More Microplastic Particles Each Year Drinking water in plastic bottles contains countless particles too small to see. New research finds that people who drink water from them on a daily basis ingest far more microplastics than those who don’t. How Much Melatonin Should You Be Taking? Many people rely on the sleep aid melatonin to help them get a more restful night’s sleep. But is it safe? And how much is too much? A Fitbit for Your Feet, Free With Factor Meal Delivery Service Factor meal delivery service offers a free $200 Withings body-scanning scale after a three-week subscription. I was afraid, then maybe a little motivated? How to Attract the Most Birds to Your Bird Feeder in Winter Winter is often the best time for bird-watching at bird feeders—here’s what ornithologists recommend to get the most out of the season. American Giant Has Redesigned Its Iconic Zip Hoodie The refreshed Classic Full Zip hoodie uses a softer cotton fleece, but it’s still US-made. It’s the first major overhaul of American Giant’s most well-loved sweatshirt. How to Start (and Keep) a Healthy Habit Whether you want to run a marathon or learn to play the guitar, here’s how to set yourself up for success. I Used Acuity Scheduling to Try to Organize my Business. Here’s How It Went The online booking platform aims to streamline scheduling for everything from virtual appointments to workshops. The Best Plant and Gardening Gifts From LetPot The brand best known for its Aerogarden dupes actually has a wide range of indoor garden supplies. These are the products I’ve tested and would buy myself. Ring and Watch Duty Team Up to Keep a Closer Eye on Wildfires In a move to help alert people to the spread of nearby blazes, Ring is partnering with Watch Duty to let users share their videos on the wildfire tracking app. A New Las Vegas Attraction Serves Up Alien Foxes, Exoplanets, and VR Carl Sagan Interstellar Arc is an immersive sci-fi experience that uses recent advances in headset tech to break new ground in virtual reality. And it all happens inside an empty-looking room in Las Vegas. Chewy Promo Codes: 50% Off January 2026 Explore Chewy coupon codes for $20 off $49 orders, 50% off pet food, and more winter 2026 discounts. The Best Walking Pads for Hitting Your Daily Step Goals These compact walking pads fit under your desk and make staying active so much easier. Wired Coupons Squarespace Promo Code Exclusive 10% Off Squarespace Promo Code LG Promo Code Buy an eligible French Door Refrigerator and get a free Single Door Refrigerator (up to $515 value)! Dell Coupon Code 10% off Dell Coupon Code for New Customers Samsung Promo Code Samsung Promo Code: 10% off TVs Canon Promo Code 10% off Canon promo code with upgrade DoorDash Promo Code $25 off $25+ DoorDash Promo Code for New Customers WIRED is obsessed with what comes next. Through rigorous investigations and game-changing reporting, we tell stories that don’t just reflect the moment—they help create it. When you look back in 10, 20, even 50 years, WIRED will be the publication that led the story of the present, mapped the people, products, and ideas defining it, and explained how those forces forged the future. WIRED: For Future Reference. Subscribe Newsletters Travel FAQ WIRED Staff WIRED Education Editorial Standards Archive RSS Site Map Accessibility Help Reviews Buying Guides Streaming Guides Wearables Coupons Gift Guides Advertise Contact Us Manage Account Jobs Press Center Condé Nast Store User Agreement Privacy Policy Your California Privacy Rights © 2026 Condé Nast. All rights reserved. WIRED may earn a portion of sales from products that are purchased through our site as part of our Affiliate Partnerships with retailers. The material on this site may not be reproduced, distributed, transmitted, cached or otherwise used, except with the prior written permission of Condé Nast. Ad Choices Select international site United States LargeChevron Italia Japón Czech Republic & Slovakia Facebook X Pinterest YouTube Instagram Tiktok window.__PRELOADED_STATE__ = {"componentConfig":{"OneNav":{"settings":{"id":"header_menu","layout":"horizontal","rows":[{"scrollConfig":{"showOnlyOnTop":true},"columns":"auto","rowType":"no-style","areas":[{"justifyContent":"center","items":[{"component":"ribbon-banner"}]}]},{"scrollConfig":{"hideOnScroll":1000},"columns":{"sm":"3fr 1fr","xl":"7fr 2fr"},"gap":"0","areas":[{"justifyContent":"start","visibility":{"sm":false,"xxl":true},"alignItems":"center","transformer":{"transformerFunction":"transformNavigationLinks","mergeMethod":"postfix","sourceData":"navigation.topPrimaryLinks","defaultSettings":{"parentContainerId":"hamburger_menu","designSettings":{"type":"primary-text"}}},"items":[{"component":"text-clickable","action":"trigger:hamburger_menu","designSettings":{"type":"primary-text"},"states":{"default":{"stateIcon":["Menu","thinner"]},"active":{"stateIcon":["Close","thin"]}}},{"component":"logo-clickable","action":"\u002F","label":"Wired","height":{"xl":"56px","xxl":"32px"}}]},{"justifyContent":"start","visibility":{"xxl":false},"items":[{"component":"text-clickable","action":"trigger:hamburger_menu","designSettings":{"type":"primary-text"},"states":{"default":{"stateIcon":["Menu","thinner"]},"active":{"stateIcon":["Close","thin"]}}},{"component":"logo-clickable","action":"\u002F","label":"Wired","height":{"sm":"32px","lg":"56px"}}]},{"justifyContent":"end","visibility":{"sm":true,"lg":false},"items":[{"component":"identity-units","type":"dropdown_trigger"},{"component":"journey-units","customConfig":{"hasNavCTA":true,"navRollover":{"isRollover":false,"rolloverId":"rollover"}}}]},{"justifyContent":"end","visibility":{"sm":false,"lg":true},"items":[{"component":"identity-units","type":"dropdown_trigger"},{"component":"text-clickable","action":"\u002Fnewsletter?sourceCode=hamburgernav","visibility":{"sm":false,"md":true},"states":{"default":{"label":"Newsletters"}}},{"component":"journey-units","customConfig":{"hasNavCTA":true,"navRollover":{"isRollover":false,"rolloverId":"rollover"}}}]}]},{"columns":"auto","rowType":"no-style","scrollConfig":{"hideOnScroll":false},"areas":[{"justifyContent":"center","items":[{"component":"curation-banner"}]}]},{"scrollConfig":{"hideOnScroll":false},"rowType":"heroAd","columns":"1fr","areas":[{"justifyContent":{"sm":"center"},"items":[{"component":"sticky-hero-ad"}]}]}]}},"TriggerableContainers":{"settings":[{"id":"hamburger_menu","layout":"triggerable-left","transformer":{"transformerFunction":"transformSeqLevels","sourceData":"navigation.drawerPrimaryLinks","defaultSettings":{"parentContainerId":"hamburger_menu","designSettings":{"type":"label-text","scalable":true}}},"rows":[{"id":"default","gap":"2rem","areas":[{"columns":"1fr","transformer":{"transformerFunction":"transformNavigationLinks","sourceData":"navigation.drawerPrimaryLinks","mergeMethod":"prefix","defaultSettings":{"parentContainerId":"hamburger_menu","designSettings":{"type":"label-text","scalable":true}}}},{"columns":"1fr","transformer":{"transformerFunction":"transformNavigationLinks","sourceData":"navigation.drawerSecondaryLinks","mergeMethod":"postfix","defaultSettings":{"designSettings":{"type":"label-text","scalable":true}}}},{"columns":"1fr","items":[{"component":"text-clickable","action":"\u002Fsearch\u002F","states":{"default":{"label":"Search","badge":["Search","thinner"]}},"designSettings":{"type":"tertiary-text","scalable":true}},{"component":"identity-units","type":"drawer_links"},{"component":"journey-units","customConfig":{"hasNavDrawer":true}}]}]},{"id":"reviews","gap":"0","areas":[{"columns":"1fr","areaType":"header","items":[{"component":"text-clickable","states":{"default":{"label":"Reviews","stateIcon":["ChevronLeft","thinner"]}},"action":{"type":"seq-level","trigger":"hamburger_menu","seqLevel":"default"},"designSettings":{"type":"label-text","scalable":true,"gridPosition":{"gridColumns":"repeat(3, 1fr)","labelBlockPosition":"center","stateIconPosition":"start"}}}]},{"columns":"1fr","areaType":"default","items":[{"parentContainerId":"hamburger_menu","designSettings":{"type":"label-text","scalable":true},"component":"accordion","status":"default","states":{"default":{"label":"Gear News","stateIcon":["Expand","thinner"]},"active":{"label":"Gear News","stateIcon":["Collapse","thinner"]}},"action":{"type":"accordion","url":"","target":"_self"},"items":[{"component":"text-clickable","status":"default","states":{"default":{"label":"News & Events"}},"action":{"type":"link","url":"\u002Fcategory\u002Fgear\u002Fgear-news-events\u002F","target":"_self"},"isHighlighted":false},{"component":"text-clickable","status":"default","states":{"default":{"label":"Weekly Gear Roundup"}},"action":{"type":"link","url":"\u002Ftag\u002Fgear-roundup\u002F ","target":"_self"},"isHighlighted":false},{"component":"text-clickable","status":"default","states":{"default":{"label":"Trends"}},"action":{"type":"link","url":"\u002Fcategory\u002Fgear\u002Ftrends\u002F","target":"_self"},"isHighlighted":false},{"component":"text-clickable","status":"default","states":{"default":{"label":"How To & Advice"}},"action":{"type":"link","url":"\u002Fcategory\u002Fgear\u002Fhow-to-advice\u002F","target":"_self"},"isHighlighted":false},{"component":"text-clickable","status":"default","states":{"default":{"label":"WIRED 101"}},"action":{"type":"link","url":"\u002Fwired-101-top-rated-products\u002F","target":"_self"},"isHighlighted":false}]},{"parentContainerId":"hamburger_menu","designSettings":{"type":"label-text","scalable":true},"component":"accordion","status":"default","states":{"default":{"label":"Computers","stateIcon":["Expand","thinner"]},"active":{"label":"Computers","stateIcon":["Collapse","thinner"]}},"action":{"type":"accordion","url":"","target":"_self"},"items":[{"component":"text-clickable","status":"default","states":{"default":{"label":"Computers & Peripherals"}},"action":{"type":"link","url":"\u002Fcategory\u002Fgear\u002Fproducts\u002Fcomputers\u002F","target":"_self"},"isHighlighted":false},{"component":"text-clickable","status":"default","states":{"default":{"label":"Gaming"}},"action":{"type":"link","url":"\u002Ftag\u002Fvideo-games\u002F","target":"_self"},"isHighlighted":false},{"component":"text-clickable","status":"default","states":{"default":{"label":"Cameras"}},"action":{"type":"link","url":"\u002Fcategory\u002Fgear\u002Fproducts\u002Fcameras\u002F","target":"_self"},"isHighlighted":false}]},{"parentContainerId":"hamburger_menu","designSettings":{"type":"label-text","scalable":true},"component":"accordion","status":"default","states":{"default":{"label":"Home & Kitchen","stateIcon":["Expand","thinner"]},"active":{"label":"Home & Kitchen","stateIcon":["Collapse","thinner"]}},"action":{"type":"accordion","url":"","target":"_self"},"items":[{"component":"text-clickable","status":"default","states":{"default":{"label":"Home Office"}},"action":{"type":"link","url":"\u002Fcategory\u002Fgear\u002Fproducts\u002Fhome-office\u002F","target":"_self"},"isHighlighted":false},{"component":"text-clickable","status":"default","states":{"default":{"label":"Sleep"}},"action":{"type":"link","url":"\u002Fcategory\u002Fgear\u002Fproducts\u002Fsleep\u002F","target":"_self"},"isHighlighted":false},{"component":"text-clickable","status":"default","states":{"default":{"label":"Kitchen"}},"action":{"type":"link","url":"\u002Fcategory\u002Fgear\u002Fproducts\u002Fkitchen\u002F","target":"_self"},"isHighlighted":false},{"component":"text-clickable","status":"default","states":{"default":{"label":"Vacuums"}},"action":{"type":"link","url":"\u002Ftag\u002Fvacuum\u002F","target":"_self"},"isHighlighted":false},{"component":"text-clickable","status":"default","states":{"default":{"label":"Air Quality"}},"action":{"type":"link","url":"\u002Ftag\u002Fair-improvement\u002F","target":"_self"},"isHighlighted":false},{"component":"text-clickable","status":"default","states":{"default":{"label":"Parenting"}},"action":{"type":"link","url":"\u002Ftag\u002Fparenting\u002F","target":"_self"},"isHighlighted":false},{"component":"text-clickable","status":"default","states":{"default":{"label":"Backyard"}},"action":{"type":"link","url":"\u002Ftag\u002Fbackyard\u002F","target":"_self"},"isHighlighted":false},{"component":"text-clickable","status":"default","states":{"default":{"label":"Pets"}},"action":{"type":"link","url":"\u002Ftag\u002Fpets\u002F","target":"_self"},"isHighlighted":false}]},{"parentContainerId":"hamburger_menu","designSettings":{"type":"label-text","scalable":true},"component":"accordion","status":"default","states":{"default":{"label":"Fitter, Happier","stateIcon":["Expand","thinner"]},"active":{"label":"Fitter, Happier","stateIcon":["Collapse","thinner"]}},"action":{"type":"accordion","url":"","target":"_self"},"items":[{"component":"text-clickable","status":"default","states":{"default":{"label":"Fitness"}},"action":{"type":"link","url":"\u002Fcategory\u002Fgear\u002Fproducts\u002Fhealth-fitness\u002F","target":"_self"},"isHighlighted":false},{"component":"text-clickable","status":"default","states":{"default":{"label":"Beauty & Grooming"}},"action":{"type":"link","url":"\u002Fcategory\u002Fgear\u002Fproducts\u002Fbeauty","target":"_self"},"isHighlighted":false},{"component":"text-clickable","status":"default","states":{"default":{"label":"Sex Tech"}},"action":{"type":"link","url":"\u002Ftag\u002Fsex\u002F","target":"_self"},"isHighlighted":false}]},{"parentContainerId":"hamburger_menu","designSettings":{"type":"label-text","scalable":true},"component":"accordion","status":"default","states":{"default":{"label":"Travel","stateIcon":["Expand","thinner"]},"active":{"label":"Travel","stateIcon":["Collapse","thinner"]}},"action":{"type":"accordion","url":"\u002Ftag\u002Ftravel\u002F","target":"_self"},"items":[{"component":"text-clickable","status":"default","states":{"default":{"label":"Travel Bags"}},"action":{"type":"link","url":"\u002Ftag\u002Fbags\u002F","target":"_self"},"isHighlighted":false},{"component":"text-clickable","status":"default","states":{"default":{"label":"Travel Adapters"}},"action":{"type":"link","url":"\u002Fgallery\u002Fbest-travel-adapters\u002F","target":"_self"},"isHighlighted":false},{"component":"text-clickable","status":"default","states":{"default":{"label":"ALL TRAVEL"}},"action":{"type":"link","url":"\u002Ftag\u002Ftravel\u002F","target":"_self"},"isHighlighted":false}]},{"parentContainerId":"hamburger_menu","designSettings":{"type":"label-text","scalable":true},"component":"text-clickable","status":"default","states":{"default":{"label":"Electric Vehicles"}},"action":{"type":"link","url":"\u002Ftag\u002Felectric-vehicles\u002F","target":"_self"},"isHighlighted":false},{"parentContainerId":"hamburger_menu","designSettings":{"type":"label-text","scalable":true},"component":"accordion","status":"default","states":{"default":{"label":"Camping & Outdoors","stateIcon":["Expand","thinner"]},"active":{"label":"Camping & Outdoors","stateIcon":["Collapse","thinner"]}},"action":{"type":"accordion","url":"\u002Fcategory\u002Fgear\u002Fproducts\u002Foutdoor\u002F","target":"_self"},"items":[{"component":"text-clickable","status":"default","states":{"default":{"label":"Backpacking Gear"}},"action":{"type":"link","url":"\u002Ftag\u002Fbackpacking\u002F","target":"_self"},"isHighlighted":false},{"component":"text-clickable","status":"default","states":{"default":{"label":"Hiking Gear"}},"action":{"type":"link","url":"\u002Ftag\u002Fhiking\u002F","target":"_self"},"isHighlighted":false},{"component":"text-clickable","status":"default","states":{"default":{"label":"Camping Gear"}},"action":{"type":"link","url":"\u002Ftag\u002Fcamping\u002F ","target":"_self"},"isHighlighted":false},{"component":"text-clickable","status":"default","states":{"default":{"label":"Outdoor Apparel"}},"action":{"type":"link","url":"\u002Ftag\u002Foutdoor-apparel","target":"_self"},"isHighlighted":false},{"component":"text-clickable","status":"default","states":{"default":{"label":"Electric Bikes"}},"action":{"type":"link","url":"\u002Ftag\u002Felectric-bikes\u002F","target":"_self"},"isHighlighted":false},{"component":"text-clickable","status":"default","states":{"default":{"label":"All Outdoors"}},"action":{"type":"link","url":"\u002Fcategory\u002Fgear\u002Fproducts\u002Foutdoor\u002F","target":"_self"},"isHighlighted":false}]},{"parentContainerId":"hamburger_menu","designSettings":{"type":"label-text","scalable":true},"component":"text-clickable","status":"default","states":{"default":{"label":"Phones"}},"action":{"type":"link","url":"\u002Fcategory\u002Fgear\u002Fproducts\u002Fphones\u002F","target":"_self"},"isHighlighted":false},{"parentContainerId":"hamburger_menu","designSettings":{"type":"label-text","scalable":true},"component":"text-clickable","status":"default","states":{"default":{"label":"Audio"}},"action":{"type":"link","url":"\u002Fcategory\u002Fgear\u002Fproducts\u002Faudio\u002F","target":"_self"},"isHighlighted":false},{"parentContainerId":"hamburger_menu","designSettings":{"type":"label-text","scalable":true},"component":"text-clickable","status":"default","states":{"default":{"label":"Televisions"}},"action":{"type":"link","url":"\u002Fcategory\u002Fgear\u002Fproducts\u002Ftelevisions\u002F","target":"_self"},"isHighlighted":false},{"parentContainerId":"hamburger_menu","designSettings":{"type":"label-text","scalable":true},"component":"text-clickable","status":"default","states":{"default":{"label":"Gift Guides"}},"action":{"type":"link","url":"\u002Ftag\u002Fgift-guides\u002F","target":"_self"},"isHighlighted":false},{"parentContainerId":"hamburger_menu","designSettings":{"type":"label-text","scalable":true},"component":"text-clickable","status":"default","states":{"default":{"label":"Deals"}},"action":{"type":"link","url":"\u002Fcategory\u002Fgear\u002Fdeals\u002F","target":"_self"},"isHighlighted":false},{"parentContainerId":"hamburger_menu","designSettings":{"type":"label-text","scalable":true},"component":"text-clickable","status":"default","states":{"default":{"label":"Coupons"}},"action":{"type":"link","url":"\u002Ftag\u002Fcoupons\u002F","target":"_self"},"isHighlighted":false}]},{"columns":"1fr","areaType":"cta","items":[{"component":"text-clickable","states":{"default":{"label":"All Reviews"}},"action":{"type":"link","url":"\u002Fcategory\u002Fgear\u002F","target":"_self"},"designSettings":{"type":"secondary-text","scalable":true,"gridPosition":{"labelBlockPosition":"center"}},"trackingData":{"subject":"hamburger_menu_chevron_submenu"}}]}]}]},{"id":"rollover","layout":"triggerable-right","hasDefaultContainer":false,"hasOverlay":false,"rows":[{"areas":[{"items":[{"component":"journey-units","customConfig":{"navRollover":{"isRollover":true,"rolloverId":"rollover"}}}]}]}]},{"id":"identityDropdown","layout":"triggerable-right","hasDefaultContainer":false,"rows":[{"areas":[{"items":[{"component":"identity-units","type":"dropdown"}]}]}]}]},"Collage":{"settings":{"Hero_AssetLeft":{"layout":{"sm":"\n \"list1\"\n \"list2\"\n "},"sectionTitleVariation":"TextLeftLineAboveWithHedBackground","lists":[{"layout":{"sm":"\n \"card1\"\n "},"cards":{"default":{"layout":{"sm":"\n \"media\"\n \"title\"\n \"description\"\n \"info\"\n ","lg":"\n \"media media . .\"\n \"media media . .\"\n \"media media title title\"\n \"media media description description\"\n \"media media info info\"\n \"media media . .\"\n \"media media . .\"\n "},"gridTemplateColumns":{"sm":"1fr","lg":"repeat(4, 1fr)"},"typographyConfig":{"hedToken":"headline-3xl"},"assetConfigs":{"sm":{"aspectRatio":"4:3","width":768},"lg":{"aspectRatio":"4:3","width":1024},"xxl":{"aspectRatio":"4:3","width":1280}},"spacing":{"gap":{"sm":"16px 24px","xxl":"16px 32px"}},"blocks":{"media":{"iconBadge":{"position":"bottom-left"}},"title":{"alignment":"left"},"description":{"hideAsset":true,"alignment":"left"},"info":{"alignment":"left"}}}}},{"layout":{"sm":"\n \"card1\"\n \"card2\"\n \"card3\"\n \"card4\"\n ","lg":"\n \"card1 card2\"\n \"card3 card4\"\n ","xl":"\n \"card1 card2 card3 card4\"\n "},"theme":{"variant":"inverted"},"cards":{"default":{"layout":{"sm":"\n \"title title media\"\n \"info info media\"\n "},"gridTemplateColumns":{"sm":"1fr 1fr 1fr"},"typographyConfig":{"hedToken":"headline-sm"},"assetConfigs":{"sm":{"aspectRatio":"4:3","width":1280},"lg":{"aspectRatio":"4:3","width":1024},"xxl":{"aspectRatio":"4:3","width":1600}},"blocks":{"title":{"alignment":"left"},"info":{"alignment":"left"}}}}}]},"Hero_AssetRight":{"layout":{"sm":"\n \"list1\"\n \"list2\"\n ","lg":"\n \"list1\"\n \"list2\"\n "},"theme":{"variant":"inverted"},"sectionTitleVariation":"TextLeftLineAboveWithHedBackground","lists":[{"layout":{"sm":"\n \"card1\"\n "},"cards":{"default":{"layout":{"sm":"\n \"title title media media\"\n \"description description media media\"\n \"info info media media\"\n \". . media media\"\n \". . media media\"\n \". . media media\"\n "},"gridTemplateColumns":{"sm":"repeat(4, 1fr)"},"typographyConfig":{"hedToken":"headline-xl"},"assetConfigs":{"sm":{"aspectRatio":"4:3","width":768},"lg":{"aspectRatio":"4:3","width":1024},"xxl":{"aspectRatio":"4:3","width":1280}},"spacing":{"gap":{"sm":"16px 24px","xxl":"16px 32px"}},"blocks":{"media":{"iconBadge":{"position":"bottom-left"},"textBadge":{"position":"bottom-right"}},"title":{"alignment":"left"},"description":{"hideAsset":true,"alignment":"left"},"info":{"alignment":"left"}}}}},{"layout":{"sm":"\n \"card1\"\n \"card2\"\n \"card3\"\n \"card4\"\n ","lg":"\n \"card1 card2\"\n \"card3 card4\"\n ","xl":"\n \"card1 card2 card3 card4\"\n "},"theme":{"variant":"inverted"},"cards":{"default":{"layout":{"sm":"\n \"title title media\"\n \"info info media\"\n "},"gridTemplateColumns":{"sm":"1fr 1fr 1fr"},"typographyConfig":{"hedToken":"headline-sm"},"assetConfigs":{"sm":{"aspectRatio":"4:3","width":1280},"lg":{"aspectRatio":"4:3","width":1024},"xxl":{"aspectRatio":"4:3","width":1600}},"blocks":{"title":{"alignment":"left"},"info":{"alignment":"left"}}}}}]},"Hero_Only":{"layout":{"sm":"\n \"list1\"\n "},"theme":{"variant":"inverted"},"sectionTitleVariation":"TextLeftLineAboveWithHedBackground","lists":[{"layout":{"sm":"\n \"card1\"\n "},"cards":{"default":{"layout":{"sm":"\n \"media\"\n \"title\"\n \"info\"\n ","lg":"\n \"media media media media\"\n \". title title .\"\n \". info info .\"\n "},"gridTemplateColumns":{"sm":"1fr","lg":"1fr 1fr 1fr 1fr"},"typographyConfig":{"hedToken":"headline-3xl"},"assetConfigs":{"sm":{"aspectRatio":"1:1","width":640},"md":{"aspectRatio":"4:3","width":768},"lg":{"aspectRatio":"1:1","width":1024},"xl":{"aspectRatio":"4:3","width":1280},"xxl":{"aspectRatio":"1:1","width":1600},"xxxl":{"aspectRatio":"4:3","width":1600}},"type":"default","blocks":{"media":{"iconBadge":{"position":"bottom-left"}},"title":{"alignment":"center"},"info":{"alignment":"center"}}}}}]},"Overlay_Hero_Only":{"layout":{"sm":"\n \"list1\"\n \"list2\"\n "},"sectionTitleVariation":"TextLeftLineAboveWithHedBackground","lists":[{"layout":{"sm":"\n \"card1\"\n "},"cards":{"default":{"layout":{"sm":"\n \"title\"\n \"info\"\n ","lg":"\n \". title title .\"\n \". info info .\"\n "},"gridTemplateColumns":{"sm":"1fr","lg":"1fr 1fr 1fr 1fr"},"typographyConfig":{"hedToken":"headline-3xl"},"assetConfigs":{"sm":{"aspectRatio":"3:4","width":768},"lg":{"aspectRatio":"4:3","width":1024},"xxl":{"aspectRatio":"4:3","width":1280}},"type":"overlay-to-top","spacing":{"padding":{"sm":"8% 8px 8px 8px","md":"8% 16px 16px 16px"}},"blocks":{"media":{"iconBadge":{"position":"bottom-left"}},"title":{"alignment":"center"},"info":{"alignment":"center"}}}}}]},"Overlay_TextTop":{"layout":{"sm":"\n \"list1\"\n \"list2\"\n "},"sectionTitleVariation":"TextLeftLineAboveWithHedBackground","lists":[{"layout":{"sm":"\n \"card1\"\n "},"cards":{"default":{"layout":{"sm":"\n \"title\"\n \"info\"\n \"description\"\n \"media\"\n ","lg":"\n \". title title .\"\n \". info info .\"\n \". description description .\"\n \"media media media media\"\n "},"gridTemplateColumns":{"sm":"1fr","lg":"1fr 1fr 1fr 1fr"},"typographyConfig":{"hedToken":"headline-3xl"},"assetConfigs":{"sm":{"aspectRatio":"4:3","width":768},"lg":{"aspectRatio":"4:3","width":1024},"xxl":{"aspectRatio":"4:3","width":1280}},"type":"overlay-to-bottom","spacing":{"padding":{"sm":"16px 16px 8% 16px"}},"blocks":{"media":{"iconBadge":{"position":"bottom-left"}},"title":{"alignment":"center"},"description":{"hideAsset":true,"alignment":"center"},"info":{"alignment":"center"}}}}},{"layout":{"sm":"\n \"card1\"\n \"card2\"\n \"card3\"\n \"card4\"\n ","lg":"\n \"card1 card2\"\n \"card3 card4\"\n ","xl":"\n \"card1 card2 card3 card4\"\n "},"cards":{"default":{"layout":{"sm":"\n \"title title media\"\n \"info info media\"\n "},"gridTemplateColumns":{"sm":"1fr 1fr 1fr"},"typographyConfig":{"hedToken":"headline-sm"},"assetConfigs":{"sm":{"aspectRatio":"4:3","width":1280},"lg":{"aspectRatio":"4:3","width":1024},"xxl":{"aspectRatio":"4:3","width":1600}},"blocks":{"title":{"alignment":"left"},"info":{"alignment":"left"}},"spacing":{"padding":{"sm":"8px 8px 8% 8px"}},"type":"overlay-to-bottom"}}}]},"Overlay_TextBottom":{"layout":{"sm":"\n \"list1\"\n \"list2\"\n "},"sectionTitleVariation":"TextLeftLineAboveWithHedBackground","lists":[{"layout":{"sm":"\n \"card1\"\n "},"cards":{"default":{"layout":{"sm":"\n \"title\"\n \"info\"\n ","lg":"\n \". title title .\"\n \". info info .\"\n "},"gridTemplateColumns":{"sm":"1fr","lg":"1fr 1fr 1fr 1fr"},"typographyConfig":{"hedToken":"headline-3xl"},"assetConfigs":{"sm":{"aspectRatio":"3:4","width":768},"lg":{"aspectRatio":"4:3","width":1024},"xxl":{"aspectRatio":"4:3","width":1280}},"type":"overlay-to-top","spacing":{"padding":{"sm":"8% 8px 8px 8px","md":"8% 16px 16px 16px"}},"blocks":{"media":{"iconBadge":{"position":"bottom-left"}},"title":{"alignment":"center"},"info":{"alignment":"center"}}}}},{"layout":{"sm":"\n \"card1\"\n \"card2\"\n \"card3\"\n \"card4\"\n ","lg":"\n \"card1 card2\"\n \"card3 card4\"\n ","xl":"\n \"card1 card2 card3 card4\"\n "},"cards":{"default":{"layout":{"sm":"\n \"media\"\n \"title\"\n \"info\"\n "},"gridTemplateColumns":{"sm":"1fr"},"typographyConfig":{"hedToken":"headline-sm"},"assetConfigs":{"sm":{"aspectRatio":"3:4","width":768},"lg":{"aspectRatio":"4:3","width":1024},"xxl":{"aspectRatio":"4:3","width":1600}},"blocks":{"title":{"alignment":"left"},"info":{"alignment":"left"}},"spacing":{"padding":{"sm":"8% 8px 8px 8px"}},"type":"overlay-to-top"}}}]},"Hero_AssetLeft_TwoSizes":{"layout":{"sm":"\n \"list1 list1\"\n \"list2 list2\"\n \"list3 list3\"\n ","lg":"\n \"list1 list1\"\n \"list2 list2\"\n \"list3 list3\"\n ","xxl":"\n \"list1 list1 list1 list1\"\n \"list2 list2 list3 list3\"\n "},"sectionTitleVariation":"TextLeftLineAboveWithHedBackground","lists":[{"layout":{"sm":"\n \"card1\"\n "},"cards":{"default":{"layout":{"sm":"\n \"media\"\n \"title\"\n \"description\"\n \"info\"\n ","lg":"\n \"media media . .\"\n \"media media . .\"\n \"media media title title\"\n \"media media description description\"\n \"media media info info\"\n \"media media . .\"\n \"media media . .\"\n "},"gridTemplateColumns":{"sm":"1fr","lg":"repeat(4, 1fr)"},"typographyConfig":{"hedToken":"headline-3xl"},"assetConfigs":{"sm":{"aspectRatio":"4:3","width":768},"lg":{"aspectRatio":"4:3","width":1024},"xxl":{"aspectRatio":"4:3","width":1280}},"spacing":{"gap":{"sm":"16px 24px","xxl":"16px 32px"}},"blocks":{"media":{"iconBadge":{"position":"bottom-left"}},"title":{"alignment":"left"},"description":{"hideAsset":true,"alignment":"left"},"info":{"alignment":"left"}}}}},{"layout":{"sm":"\n \"card1 card2\"\n \"card3 card4\"\n \"card5 card6\"\n \"card7 card8\"\n \"card9 card10\"\n \"card11 card12\"\n "},"cards":{"default":{"layout":{"sm":"\n \"media media\"\n \"title title\"\n \"info info\"\n "},"gridTemplateColumns":{"sm":"1fr 1fr"},"typographyConfig":{"hedToken":"headline-sm"},"assetConfigs":{"sm":{"aspectRatio":"4:3","width":1280},"lg":{"aspectRatio":"4:3","width":1024},"xxl":{"aspectRatio":"4:3","width":1600}},"blocks":{"title":{"alignment":"left"},"info":{"alignment":"left"}}},"card2":{"theme":{"variant":"inverted"},"layout":{"sm":"\n \"media media\"\n \"title title\"\n \"info info\"\n "},"gridTemplateColumns":{"sm":"1fr 1fr"},"typographyConfig":{"hedToken":"headline-sm"},"assetConfigs":{"sm":{"aspectRatio":"4:3","width":1280},"lg":{"aspectRatio":"4:3","width":1024},"xxl":{"aspectRatio":"4:3","width":1600}},"blocks":{"title":{"alignment":"left"},"info":{"alignment":"left"}}}}},{"layout":{"sm":"\n \"card1\"\n \"card2\"\n \"card3\"\n \"card4\"\n \"card5\"\n \"card6\"\n \"card7\"\n \"card8\"\n \"card9\"\n \"card10\"\n \"card11\"\n \"card12\"\n \"card13\"\n \"card14\"\n "},"cards":{"default":{"layout":{"sm":"\n \"media title title\"\n \"media info info\"\n \"media . .\"\n ","xxl":"\n \"media\"\n \"title\"\n \"info\"\n "},"theme":{"variant":"inverted"},"gridTemplateColumns":{"sm":"1fr 1fr 1fr","xxl":"1fr"},"typographyConfig":{"hedToken":"headline-sm"},"assetConfigs":{"sm":{"aspectRatio":"4:3","width":1280},"lg":{"aspectRatio":"4:3","width":1024},"xxl":{"aspectRatio":"4:3","width":1600}},"blocks":{"title":{"alignment":"left"},"info":{"alignment":"left"}}}}}]},"TwoListsHeroLeft":{"layout":{"sm":"\n \"list1\"\n \"list2\"\n ","xl":"\n \"list1 list1 divider-v-1 list2\"\n \"list1 list1 divider-v-1 list2\"\n \"list1 list1 divider-v-1 list2\"\n \"list1 list1 divider-v-1 list2\"\n "},"gridTemplateColumns":{"sm":"1fr","xl":"1fr 1fr max-content 1fr"},"sectionTitleVariation":"TextLeftLineAboveWithHedBackground","lists":[{"layout":{"sm":"\n \"card1\"\n "},"cards":{"default":{"layout":{"sm":"\n \"media media media\"\n \"title title title\"\n \"description description description\"\n \"info info info\"\n "},"typographyConfig":{"hedToken":"headline-xl"},"assetConfigs":{"sm":{"aspectRatio":"1:1","width":768},"lg":{"aspectRatio":"1:1","width":1024},"xxl":{"aspectRatio":"1:1","width":1280}},"blocks":{"media":{"iconBadge":{"position":"bottom-right"}},"title":{"alignment":"left"},"description":{"hideAsset":true,"alignment":"left"},"info":{"alignment":"left"}}}}},{"layout":{"sm":"\n \"card1\"\n \"card2\"\n "},"cards":{"default":{"layout":{"sm":"\n \"media media media\"\n \"title title title\"\n \"description description description\"\n \"info info info\"\n "},"typographyConfig":{"hedToken":"headline-lg"},"assetConfigs":{"sm":{"aspectRatio":"1:1","width":768},"lg":{"aspectRatio":"16:9","width":768}},"blocks":{"title":{"alignment":"left"},"description":{"alignment":"left","hideAsset":true},"info":{"alignment":"left"}}}}}]},"ThreeListsHeroMiddle":{"layout":{"sm":"\n \"list1\"\n \"list2\"\n \"list3\"\n ","xl":"\n \"list2 list1 list1 list3\"\n \"list2 list1 list1 list3\"\n \"list2 list1 list1 list3\"\n \"list2 list1 list1 list3\"\n "},"sectionTitleVariation":"TextLeftLineAboveWithHedBackground","lists":[{"layout":{"sm":"\n \"card1\"\n "},"cards":{"default":{"layout":{"sm":"\n \"media media media\"\n \"title title title\"\n \"description description description\"\n \"info info info\"\n "},"assetConfigs":{"sm":{"aspectRatio":"1:1","width":768},"lg":{"aspectRatio":"4:3","width":1024},"xxl":{"aspectRatio":"4:3","width":1280}},"typographyConfig":{"hedToken":"headline-xl"},"blocks":{"media":{"iconBadge":{"position":"bottom-left"}},"title":{"alignment":"center"},"description":{"hideAsset":true,"alignment":"center"},"info":{"alignment":"center"}}}}},{"layout":{"sm":"\n \"card1\"\n \"card2\"\n "},"cards":{"default":{"layout":{"sm":"\n \"media media media\"\n \"title title title\"\n \"info info info\"\n "},"assetConfigs":{"sm":{"aspectRatio":"1:1","width":768},"lg":{"aspectRatio":"16:9","width":768}},"typographyConfig":{"hedToken":"headline-lg"},"blocks":{"title":{"alignment":"center"},"info":{"alignment":"center"}}}}},{"layout":{"sm":"\n \"list-heading\"\n \"card1\"\n \"card2\"\n \"card3\"\n \"card4\"\n \"card5\"\n \"card6\"\n ","lg":"\n \"list-heading list-heading\"\n \"card1 card2\"\n \"card3 card4\"\n \"card5 card6\"\n ","xl":"\n \"list-heading\"\n \"card1\"\n \"card2\"\n \"card3\"\n \"card4\"\n \"card5\"\n \"card6\"\n "},"cards":{"default":{"layout":{"sm":"\n \"title title media\"\n "},"gridTemplateColumns":{"sm":"1fr 1fr 1fr"},"assetConfigs":{"sm":{"aspectRatio":"4:3","width":1280},"lg":{"aspectRatio":"4:3","width":1024},"xxl":{"aspectRatio":"4:3","width":1600}},"typographyConfig":{"hedToken":"headline-md"},"blocks":{"title":{"alignment":"left"}}}}}]},"FourListsHeroMiddleStackedBelow":{"layout":{"sm":"\n \"list1\"\n \"list2\"\n \"list4\"\n \"list3\"\n ","xl":"\n \"list2 divider-v-1 list1 list1 divider-v-2 list4\"\n \"list2 divider-v-1 list1 list1 divider-v-2 divider-h-3\"\n \"list2 divider-v-1 list1 list1 divider-v-2 list3\"\n \"list2 divider-v-1 list1 list1 divider-v-2 list3\"\n \"list2 divider-v-1 list1 list1 divider-v-2 list3\"\n "},"gridTemplateColumns":{"sm":"1fr","xl":"1fr max-content 1fr 1fr max-content 1fr"},"sectionTitleVariation":"TextLeftLineAboveWithHedBackground","lists":[{"layout":{"sm":"\n \"card1\"\n \"divider-h-1\"\n \"card2\"\n \"divider-h-2\"\n \"card3\"\n "},"cards":{"default":{"layout":{"sm":"\n \"title title media\"\n \"description description media\"\n \"info info media\"\n "},"gridTemplateColumns":{"sm":"1fr 1fr 1fr"},"assetConfigs":{"sm":{"aspectRatio":"4:3","width":768},"lg":{"aspectRatio":"16:9","width":1024}},"typographyConfig":{"hedToken":"headline-md"},"blocks":{"title":{"alignment":"left"},"description":{"hideAsset":true,"alignment":"left"},"info":{"alignment":"left"}}},"card1":{"layout":{"sm":"\n \"media media media\"\n \"title title title\"\n \"description description description\"\n \"info info info\"\n "},"assetConfigs":{"sm":{"aspectRatio":"1:1","width":768},"lg":{"aspectRatio":"4:3","width":1024},"xxl":{"aspectRatio":"4:3","width":1280}},"typographyConfig":{"hedToken":"headline-xl"},"blocks":{"media":{"iconBadge":{"position":"bottom-left"}},"title":{"alignment":"left"},"description":{"hideAsset":true,"alignment":"left"},"info":{"alignment":"left"}}}}},{"layout":{"sm":"\n \"card1 card1\"\n \"card2 card3\"\n ","xl":"\n \"card1\"\n \"card2\"\n \"card3\"\n "},"cards":{"default":{"layout":{"sm":"\n \"media media media\"\n \"title title title\"\n \"info info info\"\n "},"assetConfigs":{"sm":{"aspectRatio":"4:3","width":768},"lg":{"aspectRatio":"16:9","width":768}},"typographyConfig":{"hedToken":"headline-lg"},"blocks":{"title":{"alignment":"left"},"info":{"alignment":"left"}}}}},{"layout":{"sm":"\n \"list-heading\"\n \"card1\"\n \"card2\"\n \"card3\"\n \"card4\"\n \"card5\"\n ","lg":"\n \"list-heading list-heading\"\n \"card1 card2\"\n \"card3 card4\"\n \"card5 .\"\n ","xl":"\n \"list-heading\"\n \"card1\"\n \"card2\"\n \"card3\"\n \"card4\"\n \"card5\"\n "},"cards":{"default":{"layout":{"sm":"\n \"title title media\"\n \"info info media\"\n "},"gridTemplateColumns":{"sm":"1fr 1fr 1fr"},"assetConfigs":{"sm":{"aspectRatio":"4:3","width":1280},"lg":{"aspectRatio":"4:3","width":1024},"xxl":{"aspectRatio":"4:3","width":1600}},"typographyConfig":{"hedToken":"headline-xs"},"blocks":{"title":{"alignment":"left"},"info":{"alignment":"left"}}}}},{"layout":{"sm":"\n \"card1\"\n "},"cards":{"default":{"layout":{"sm":"\n \"media media media\"\n \"title title title\"\n \"info info info\"\n "},"assetConfigs":{"sm":{"aspectRatio":"4:3","width":768},"lg":{"aspectRatio":"4:3","width":1024},"xxl":{"aspectRatio":"4:3","width":1280}},"typographyConfig":{"hedToken":"headline-xl"},"blocks":{"title":{"alignment":"left"},"info":{"alignment":"left"}}}}}]},"TwoListsTwoRowsLeft":{"layout":{"sm":"\n \"list1\"\n \"list2\"\n ","xl":"\n \"list1 list1 list2\"\n \"list1 list1 list2\"\n \"list1 list1 list2\"\n \"list1 list1 list2\"\n "},"theme":{"variant":"inverted"},"sectionTitleVariation":"TextLeftLineAboveWithHedBackground","lists":[{"layout":{"sm":"\n \"card1 card1\"\n \"card2 card3\"\n \"card4 card4\"\n ","lg":"\n \"card1 card2\"\n \"card1 card3\"\n \"divider-h-1 divider-h-1\"\n \"card4 card4\"\n ","xl":"\n \"card1 card1 card1 card1\"\n \"divider-h-1 divider-h-1 divider-h-1 divider-h-1\"\n \"card2 card3 card4 card4\"\n "},"cards":{"default":{"layout":{"sm":"\n \"title title title\"\n \"media media media\"\n \"description description description\"\n \"info info info\"\n ","xxl":"\n \"media media title title\"\n \"media media description description\"\n \"media media info info\"\n \"media media . .\"\n "},"gridTemplateColumns":{"sm":"1fr 1fr 1fr","xxl":"1fr 1fr 1fr 1fr"},"assetConfigs":{"sm":{"aspectRatio":"1:1","width":768},"lg":{"aspectRatio":"1:1","width":1024},"xxl":{"aspectRatio":"1:1","width":1280}},"typographyConfig":{"hedToken":"headline-xl"},"blocks":{"media":{"iconBadge":{"position":"bottom-left"}},"title":{"alignment":"left"},"description":{"alignment":"left","hideAsset":true},"info":{"alignment":"left"}}},"card2":{"layout":{"sm":"\n \"media media media\"\n \"title title title\"\n \"info info info\"\n ","lg":"\n \"title title title\"\n \"media media media\"\n \"info info info\"\n ","xxl":"\n \"media media media\"\n \"title title title\"\n \"info info info\"\n "},"gridTemplateColumns":{"sm":"1fr 1fr 1fr"},"assetConfigs":{"sm":{"aspectRatio":"4:3","width":768},"lg":{"aspectRatio":"4:3","width":1024},"xxl":{"aspectRatio":"4:3","width":1280}},"typographyConfig":{"hedToken":"headline-lg"},"blocks":{"media":{"iconBadge":{"position":"bottom-left"}},"title":{"alignment":"left"},"info":{"alignment":"left"}}},"card3":{"layout":{"sm":"\n \"media media media\"\n \"title title title\"\n \"info info info\"\n ","lg":"\n \"title title title\"\n \"media media media\"\n \"info info info\"\n ","xxl":"\n \"media media media\"\n \"title title title\"\n \"info info info\"\n "},"gridTemplateColumns":{"sm":"1fr 1fr 1fr"},"assetConfigs":{"sm":{"aspectRatio":"4:3","width":768},"lg":{"aspectRatio":"4:3","width":1024},"xxl":{"aspectRatio":"4:3","width":1280}},"typographyConfig":{"hedToken":"headline-lg"},"blocks":{"media":{"iconBadge":{"position":"bottom-left"}},"title":{"alignment":"left"},"info":{"alignment":"left"}}},"card4":{"layout":{"sm":"\n \"title title media media\"\n \"description description media media\"\n \"info info . .\"\n ","lg":"\n \"title title title\"\n \"media media media\"\n \"info info info\"\n ","xxl":"\n \"media media media\"\n \"title title title\"\n \"info info info\"\n "},"gridTemplateColumns":
2026-01-13T09:30:13
https://sr.ht/projects?search=%23board-games+%23tui
Browse projects on sourcehut sourcehut Log in — Register Browse public projects Sort results by Recently updated Longest active Apply ~vicho / el_poblador A terminal-based implementation of Settlers of Catan in Go #board-games #tui #catan Featured projects ~vicho/ el_poblador #board-games #tui #catan A terminal-based implementation of Settlers of Catan ~sheepy/ 3ds-homebrew #3ds #homebrew #rust A collection of "silly" 3DS homebrew projects. ~reykjalin/ Fonn #editor #tui #zig Fönn is a code editor powered by libfn, a text editor engine as a library. ~mlb/ linkhut #social #bookmarks A social bookmarking website ~bptato/ chawan #browser #pager A web browser for your terminal emulator More featured projects
2026-01-13T09:30:13
https://git.sr.ht/~bzg/worg/tree/master/item/code/README
~bzg/worg (master): code/README - sourcehut git sourcehut Log in — Register ~bzg / worg summary tree log refs worg / code /README -rw-r--r-- 494 bytes View Log View raw Permalink 658ef0ad — Ihor Radchenko Revert "org-web-social.org: Avoid javascript" a day ago 1 2 3 4 5 6 7 8 SCRIPTS (shell, bash, etc.) =========================== StartOzServer.oz --- implements the Oz-side of the Org-babel Oz interface dir2org.zsh --- Org compatible fs structure output ditaa.jar --- ASCII to PNG converter by Stathis Sideris, GPL org2hpda --- Generate hipster pda style printouts from Org-mode staticmathjax --- XULRunner application to process MathJax statically x11idle.c --- get the idle time of your X session
2026-01-13T09:30:13
https://todo.sr.ht/~mlb/linkhut/53
~mlb/linkhut#53: [feature request] mass edit bookmarks — sourcehut todo sourcehut Log in — Register ~mlb / linkhut #53 :   [feature request] mass edit bookmarks view Subscribe after import, I'd like to, e.g. delete or add tags to a number of bookmarks simulaneously. It would be nice to be able to manipulate several bookmarks, e.g. via checkmark. Status REPORTED Submitter ~a2800276 Assigned to No-one Submitted a month ago Updated a month ago Labels ux-improvements ~mlb added ux-improvements a month ago Register here or Log in to comment, or comment via email .
2026-01-13T09:30:13
https://sr.ht/projects?search=%23catan+%233ds
Browse projects on sourcehut sourcehut Log in — Register Browse public projects Sort results by Recently updated Longest active Apply Featured projects ~vicho/ el_poblador #board-games #tui #catan A terminal-based implementation of Settlers of Catan ~sheepy/ 3ds-homebrew #3ds #homebrew #rust A collection of "silly" 3DS homebrew projects. ~reykjalin/ Fonn #editor #tui #zig Fönn is a code editor powered by libfn, a text editor engine as a library. ~mlb/ linkhut #social #bookmarks A social bookmarking website ~bptato/ chawan #browser #pager A web browser for your terminal emulator More featured projects
2026-01-13T09:30:13
https://sr.ht/projects?search=%23catan+%23zig
Browse projects on sourcehut sourcehut Log in — Register Browse public projects Sort results by Recently updated Longest active Apply Featured projects ~vicho/ el_poblador #board-games #tui #catan A terminal-based implementation of Settlers of Catan ~sheepy/ 3ds-homebrew #3ds #homebrew #rust A collection of "silly" 3DS homebrew projects. ~reykjalin/ Fonn #editor #tui #zig Fönn is a code editor powered by libfn, a text editor engine as a library. ~mlb/ linkhut #social #bookmarks A social bookmarking website ~bptato/ chawan #browser #pager A web browser for your terminal emulator More featured projects
2026-01-13T09:30:13
https://sr.ht/projects?search=%23board-games+%23social
Browse projects on sourcehut sourcehut Log in — Register Browse public projects Sort results by Recently updated Longest active Apply Featured projects ~vicho/ el_poblador #board-games #tui #catan A terminal-based implementation of Settlers of Catan ~sheepy/ 3ds-homebrew #3ds #homebrew #rust A collection of "silly" 3DS homebrew projects. ~reykjalin/ Fonn #editor #tui #zig Fönn is a code editor powered by libfn, a text editor engine as a library. ~mlb/ linkhut #social #bookmarks A social bookmarking website ~bptato/ chawan #browser #pager A web browser for your terminal emulator More featured projects
2026-01-13T09:30:13
https://sr.ht/projects?search=%23board-games+%23catan
Browse projects on sourcehut sourcehut Log in — Register Browse public projects Sort results by Recently updated Longest active Apply ~vicho / el_poblador A terminal-based implementation of Settlers of Catan in Go #board-games #tui #catan Featured projects ~vicho/ el_poblador #board-games #tui #catan A terminal-based implementation of Settlers of Catan ~sheepy/ 3ds-homebrew #3ds #homebrew #rust A collection of "silly" 3DS homebrew projects. ~reykjalin/ Fonn #editor #tui #zig Fönn is a code editor powered by libfn, a text editor engine as a library. ~mlb/ linkhut #social #bookmarks A social bookmarking website ~bptato/ chawan #browser #pager A web browser for your terminal emulator More featured projects
2026-01-13T09:30:13
https://git.sr.ht/~bzg/worg/tree/master/item/code/org-info-js
~bzg/worg (master): code/org-info-js/ - sourcehut git sourcehut Log in — Register ~bzg / worg summary tree log refs worg / code /org-info-js d--------- Tree Log Permalink 658ef0ad — Ihor Radchenko Revert "org-web-social.org: Avoid javascript" a day ago .. -rw-r--r-- Makefile 1013 bytes -rw-r--r-- changes.org 26.9 KiB d--------- img/ -rw-r--r-- index.org 34.2 KiB -rw-r--r-- org-info-src.js 75.9 KiB -rw-r--r-- org-info.js 35.8 KiB d--------- org-slides/ -rw-r--r-- sed.txt 1.6 KiB -rw-r--r-- stylesheet.css 6.0 KiB
2026-01-13T09:30:13
https://sr.ht/projects?search=%23catan+%23bookmarks
Browse projects on sourcehut sourcehut Log in — Register Browse public projects Sort results by Recently updated Longest active Apply Featured projects ~vicho/ el_poblador #board-games #tui #catan A terminal-based implementation of Settlers of Catan ~sheepy/ 3ds-homebrew #3ds #homebrew #rust A collection of "silly" 3DS homebrew projects. ~reykjalin/ Fonn #editor #tui #zig Fönn is a code editor powered by libfn, a text editor engine as a library. ~mlb/ linkhut #social #bookmarks A social bookmarking website ~bptato/ chawan #browser #pager A web browser for your terminal emulator More featured projects
2026-01-13T09:30:13
https://docs.google.com/document/d/1EG80hv47dfoW_5CEmNPQtIyXKsjfQtQVgZ9Y4bGL7jM/copy
:root{--gm3-sys-color-on-surface-rgb:31,31,31}@media screen and (prefers-color-scheme:dark){:root{--gm3-sys-color-on-surface-rgb:227,227,227}}:root{--wf-harmonize-filter-light:none;--wf-harmonize-filter-dark:none}.q4Wquf,.nfoC7c{display:block;height:25vh;position:relative}@media (min-width:600px){.q4Wquf,.nfoC7c{height:150px}}.q4Wquf.Irjbwb{height:auto}@media screen and (prefers-color-scheme:dark){.q4Wquf:not(.GtvzYd){display:none}}.nfoC7c{margin:0;overflow:hidden}.PwpMUe,.lVUmD{display:block;height:100%;margin:0 auto;width:100%}.St9mde{display:block;-webkit-filter:var(--wf-harmonize-filter-light);filter:var(--wf-harmonize-filter-light);height:100%;max-width:100%;min-height:110px;position:relative;-webkit-transform:translate(-43%,-3%);-ms-transform:translate(-43%,-3%);transform:translate(-43%,-3%);width:auto;z-index:3}@media screen and (prefers-color-scheme:dark){.St9mde{-webkit-filter:var(--wf-harmonize-filter-dark);filter:var(--wf-harmonize-filter-dark)}}.PwpMUe,.lVUmD,.St9mde{-o-object-fit:contain;object-fit:contain}.wsArZ[data-ss-mode="1"] .q4Wquf,.wsArZ[data-ss-mode="1"] .St9mde{height:auto;width:100%}.wsArZ[data-ss-mode="1"] .St9mde{max-width:400px}@media (min-width:600px) and (orientation:landscape),all and (min-width:1600px){.NQ5OL .q4Wquf,.NQ5OL .St9mde{height:auto;width:100%}.NQ5OL .St9mde{max-width:400px}}.q4Wquf.NWba7e,.q4Wquf.NWba7e .St9mde{height:auto}.q4Wquf.NWba7e .St9mde{height:auto;max-width:312px;width:100%}.q4Wquf.NWba7e.zpCp3 .St9mde{max-width:unset}.q4Wquf.IiQozc .St9mde{margin:0 auto;-webkit-transform:none;-ms-transform:none;transform:none}.q4Wquf.Irjbwb .St9mde{height:auto;width:100%}.q4Wquf.EEeaqf .St9mde{max-height:144px;max-width:144px}.SnAaEd{background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(233,233,233,0)),color-stop(62.22%,rgba(233,233,233,0)),color-stop(40.22%,rgb(233,233,233)),to(rgba(233,233,233,0)));background-image:-webkit-linear-gradient(top,rgba(233,233,233,0) 0,rgba(233,233,233,0) 62.22%,rgb(233,233,233) 40.22%,rgba(233,233,233,0) 100%);background-image:linear-gradient(to bottom,rgba(233,233,233,0) 0,rgba(233,233,233,0) 62.22%,rgb(233,233,233) 40.22%,rgba(233,233,233,0) 100%);height:100%;left:0;overflow:hidden;position:absolute;right:0;top:0;z-index:2}@media screen and (prefers-color-scheme:dark){.SnAaEd{display:none}}.SnAaEd::after,.SnAaEd::before{content:"";display:block;height:100%;min-width:110px;position:absolute;right:-10%;-webkit-transform:rotate(-104deg);-ms-transform:rotate(-104deg);transform:rotate(-104deg);width:25vh;z-index:2}@media (min-width:600px){.SnAaEd::after,.SnAaEd::before{width:150px}}.SnAaEd::before{background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(243,243,243,0)),to(rgba(243,243,243,.9)));background-image:-webkit-linear-gradient(top,rgba(243,243,243,0) 0,rgba(243,243,243,.9) 100%);background-image:linear-gradient(to bottom,rgba(243,243,243,0) 0,rgba(243,243,243,.9) 100%);bottom:-10%}.SnAaEd::after{background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(255,255,255,0)),to(rgba(255,255,255,.9)));background-image:-webkit-linear-gradient(top,rgba(255,255,255,0) 0,rgba(255,255,255,.9) 100%);background-image:linear-gradient(to bottom,rgba(255,255,255,0) 0,rgba(255,255,255,.9) 100%);bottom:-80%}.wsArZ[data-ss-mode="1"] .SnAaEd~.St9mde{width:auto}@media (min-width:600px) and (orientation:landscape),all and (min-width:1600px){.NQ5OL .SnAaEd~.St9mde{width:auto}}.RHNWk .St9mde{height:auto}@media (min-width:600px) and (orientation:landscape),all and (min-width:1600px){.NQ5OL .RHNWk .St9mde{width:115px}}.cf660d .St9mde{-webkit-transform:translate(-9%,-3%);-ms-transform:translate(-9%,-3%);transform:translate(-9%,-3%)}.tUhwwc .St9mde{margin:auto;max-height:230px;right:0;top:-3%;-webkit-transform:none;-ms-transform:none;transform:none}.Jkvqxd .St9mde{-webkit-transform:translate(9%,-3%);-ms-transform:translate(9%,-3%);transform:translate(9%,-3%)}.onc8Ic .St9mde{-webkit-transform:translate(var( --c-ps-s,24px ),0);-ms-transform:translate(var( --c-ps-s,24px ),0);transform:translate(var( --c-ps-s,24px ),0)}.WA89Yb .St9mde{-webkit-transform:translate(0,0);-ms-transform:translate(0,0);transform:translate(0,0)}.wsArZ[data-ss-mode="1"] .XEN8Yb .St9mde{max-width:115px}@media (min-width:600px) and (orientation:landscape),all and (min-width:1600px){.NQ5OL .XEN8Yb .St9mde{max-width:115px}}@media (min-width:1240px) and (orientation:landscape),all and (min-width:1600px){.KyPKed .NQ5OL .XEN8Yb .St9mde{max-width:115px}}.IsSr6b .St9mde{max-width:300px}.mmskdd .St9mde{-webkit-transform:none;-ms-transform:none;transform:none}@-webkit-keyframes quantumWizBoxInkSpread{0%{-webkit-transform:translate(-50%,-50%) scale(.2);transform:translate(-50%,-50%) scale(.2)}100%{-webkit-transform:translate(-50%,-50%) scale(2.2);transform:translate(-50%,-50%) scale(2.2)}}@keyframes quantumWizBoxInkSpread{0%{-webkit-transform:translate(-50%,-50%) scale(.2);transform:translate(-50%,-50%) scale(.2)}100%{-webkit-transform:translate(-50%,-50%) scale(2.2);transform:translate(-50%,-50%) scale(2.2)}}@-webkit-keyframes quantumWizIconFocusPulse{0%{-webkit-transform:translate(-50%,-50%) scale(1.5);transform:translate(-50%,-50%) scale(1.5);opacity:0}100%{-webkit-transform:translate(-50%,-50%) scale(2);transform:translate(-50%,-50%) scale(2);opacity:1}}@keyframes quantumWizIconFocusPulse{0%{-webkit-transform:translate(-50%,-50%) scale(1.5);transform:translate(-50%,-50%) scale(1.5);opacity:0}100%{-webkit-transform:translate(-50%,-50%) scale(2);transform:translate(-50%,-50%) scale(2);opacity:1}}@-webkit-keyframes quantumWizRadialInkSpread{0%{-webkit-transform:scale(1.5);transform:scale(1.5);opacity:0}100%{-webkit-transform:scale(2.5);transform:scale(2.5);opacity:1}}@keyframes quantumWizRadialInkSpread{0%{-webkit-transform:scale(1.5);transform:scale(1.5);opacity:0}100%{-webkit-transform:scale(2.5);transform:scale(2.5);opacity:1}}@-webkit-keyframes quantumWizRadialInkFocusPulse{0%{-webkit-transform:scale(2);transform:scale(2);opacity:0}100%{-webkit-transform:scale(2.5);transform:scale(2.5);opacity:1}}@keyframes quantumWizRadialInkFocusPulse{0%{-webkit-transform:scale(2);transform:scale(2);opacity:0}100%{-webkit-transform:scale(2.5);transform:scale(2.5);opacity:1}}:root{--wf-tfs:calc(var(--c-tfs,32)/16*1rem);--wf-tfs-bp2:calc(var(--c-tfs,36)/16*1rem);--wf-tfs-bp3:calc(var(--c-tfs,36)/16*1rem);--wf-tfs-bp5:calc(var(--c-tfs,44)/16*1rem);--wf-stfs:calc(var(--c-stfs,16)/16*1rem);--wf-stfs-bp5:calc(var(--c-stfs,16)/16*1rem)}:root{--wf-harmonize-filter-light:none;--wf-harmonize-filter-dark:none}.Dzz9Db,.GpMPBe{display:block;height:25vh;position:relative}@media (min-width:600px){.Dzz9Db,.GpMPBe{height:150px}}@media screen and (prefers-color-scheme:dark){.Dzz9Db:not(.GtvzYd){display:none}}.Dzz9Db.Irjbwb{height:auto}.GpMPBe{margin:0;overflow:hidden}.UFQPDd,.JNOvdd{display:block;height:100%;margin:0 auto;-o-object-fit:contain;object-fit:contain;width:100%}.f4ZpM{display:block;-webkit-filter:var(--wf-harmonize-filter-light);filter:var(--wf-harmonize-filter-light);height:100%;max-width:100%;min-height:110px;position:relative;-webkit-transform:translate(-43%,-3%);-ms-transform:translate(-43%,-3%);transform:translate(-43%,-3%);width:auto;z-index:3}@media screen and (prefers-color-scheme:dark){.f4ZpM{-webkit-filter:var(--wf-harmonize-filter-dark);filter:var(--wf-harmonize-filter-dark)}}.wsArZ[data-ss-mode="1"] .Dzz9Db,.wsArZ[data-ss-mode="1"] .f4ZpM{height:auto;width:100%}.wsArZ[data-ss-mode="1"] .f4ZpM{max-width:400px}@media (min-width:600px) and (orientation:landscape),all and (min-width:1600px){.NQ5OL .Dzz9Db,.NQ5OL .f4ZpM{height:auto;width:100%}.NQ5OL .f4ZpM{max-width:400px}}.Dzz9Db.utFBGf,.Dzz9Db.utFBGf .f4ZpM{height:auto}.Dzz9Db.utFBGf .f4ZpM{height:auto;max-width:312px;width:100%}.Dzz9Db.utFBGf.zpCp3 .f4ZpM{max-width:unset}.Dzz9Db.IiQozc .f4ZpM{margin:0 auto;-webkit-transform:none;-ms-transform:none;transform:none}.Dzz9Db.Irjbwb .f4ZpM{height:auto;width:100%}.Dzz9Db.EEeaqf .f4ZpM{max-height:144px;max-width:144px}.nPt1pc{background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(233,233,233,0)),color-stop(62.22%,rgba(233,233,233,0)),color-stop(40.22%,rgb(233,233,233)),to(rgba(233,233,233,0)));background-image:-webkit-linear-gradient(top,rgba(233,233,233,0) 0,rgba(233,233,233,0) 62.22%,rgb(233,233,233) 40.22%,rgba(233,233,233,0) 100%);background-image:linear-gradient(to bottom,rgba(233,233,233,0) 0,rgba(233,233,233,0) 62.22%,rgb(233,233,233) 40.22%,rgba(233,233,233,0) 100%);height:100%;left:0;overflow:hidden;position:absolute;right:0;top:0;z-index:2}@media screen and (prefers-color-scheme:dark){.nPt1pc{display:none}}.nPt1pc::after,.nPt1pc::before{content:"";display:block;height:100%;min-width:110px;position:absolute;right:-10%;-webkit-transform:rotate(-104deg);-ms-transform:rotate(-104deg);transform:rotate(-104deg);width:25vh;z-index:2}@media (min-width:600px){.nPt1pc::after,.nPt1pc::before{width:150px}}.nPt1pc::before{background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(243,243,243,0)),to(rgba(243,243,243,.9)));background-image:-webkit-linear-gradient(top,rgba(243,243,243,0) 0,rgba(243,243,243,.9) 100%);background-image:linear-gradient(to bottom,rgba(243,243,243,0) 0,rgba(243,243,243,.9) 100%);bottom:-10%}.nPt1pc::after{background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(255,255,255,0)),to(rgba(255,255,255,.9)));background-image:-webkit-linear-gradient(top,rgba(255,255,255,0) 0,rgba(255,255,255,.9) 100%);background-image:linear-gradient(to bottom,rgba(255,255,255,0) 0,rgba(255,255,255,.9) 100%);bottom:-80%}.wsArZ[data-ss-mode="1"] .nPt1pc~.f4ZpM{width:auto}@media (min-width:600px) and (orientation:landscape),all and (min-width:1600px){.NQ5OL .nPt1pc~.f4ZpM{width:auto}}.ZS7CGc .f4ZpM{height:auto}@media (min-width:600px) and (orientation:landscape),all and (min-width:1600px){.NQ5OL .ZS7CGc .f4ZpM{width:115px}}.qiRZ5e .f4ZpM{-webkit-transform:translate(-9%,-3%);-ms-transform:translate(-9%,-3%);transform:translate(-9%,-3%)}.vIv7Gf .f4ZpM{margin:auto;max-height:230px;right:0;top:-3%;-webkit-transform:none;-ms-transform:none;transform:none}.nvYXVd .f4ZpM{-webkit-transform:translate(9%,-3%);-ms-transform:translate(9%,-3%);transform:translate(9%,-3%)}.uOhnzd .f4ZpM{-webkit-transform:translate(24px,0);-ms-transform:translate(24px,0);transform:translate(24px,0)}.MsYMaf .f4ZpM{-webkit-transform:translate(0,0);-ms-transform:translate(0,0);transform:translate(0,0)}.wsArZ[data-ss-mode="1"] .YIi9qf .f4ZpM{max-width:115px}@media (min-width:600px) and (orientation:landscape),all and (min-width:1600px){.NQ5OL .YIi9qf .f4ZpM{max-width:115px}}.QG3Xbe .f4ZpM{max-width:300px}.F6gtje .f4ZpM{-webkit-transform:none;-ms-transform:none;transform:none}@-webkit-keyframes mdc-ripple-fg-radius-in{from{-webkit-animation-timing-function:cubic-bezier(.4,0,.2,1);animation-timing-function:cubic-bezier(.4,0,.2,1);-webkit-transform:translate(var(--mdc-ripple-fg-translate-start,0)) scale(1);transform:translate(var(--mdc-ripple-fg-translate-start,0)) scale(1)}to{-webkit-transform:translate(var(--mdc-ripple-fg-translate-end,0)) scale(var(--mdc-ripple-fg-scale,1));transform:translate(var(--mdc-ripple-fg-translate-end,0)) scale(var(--mdc-ripple-fg-scale,1))}}@keyframes mdc-ripple-fg-radius-in{from{-webkit-animation-timing-function:cubic-bezier(.4,0,.2,1);animation-timing-function:cubic-bezier(.4,0,.2,1);-webkit-transform:translate(var(--mdc-ripple-fg-translate-start,0)) scale(1);transform:translate(var(--mdc-ripple-fg-translate-start,0)) scale(1)}to{-webkit-transform:translate(var(--mdc-ripple-fg-translate-end,0)) scale(var(--mdc-ripple-fg-scale,1));transform:translate(var(--mdc-ripple-fg-translate-end,0)) scale(var(--mdc-ripple-fg-scale,1))}}@-webkit-keyframes mdc-ripple-fg-opacity-in{from{-webkit-animation-timing-function:linear;animation-timing-function:linear;opacity:0}to{opacity:var(--mdc-ripple-fg-opacity,0)}}@keyframes mdc-ripple-fg-opacity-in{from{-webkit-animation-timing-function:linear;animation-timing-function:linear;opacity:0}to{opacity:var(--mdc-ripple-fg-opacity,0)}}@-webkit-keyframes mdc-ripple-fg-opacity-out{from{-webkit-animation-timing-function:linear;animation-timing-function:linear;opacity:var(--mdc-ripple-fg-opacity,0)}to{opacity:0}}@keyframes mdc-ripple-fg-opacity-out{from{-webkit-animation-timing-function:linear;animation-timing-function:linear;opacity:var(--mdc-ripple-fg-opacity,0)}to{opacity:0}}.VfPpkd-ksKsZd-XxIAqe{--mdc-ripple-fg-size:0;--mdc-ripple-left:0;--mdc-ripple-top:0;--mdc-ripple-fg-scale:1;--mdc-ripple-fg-translate-end:0;--mdc-ripple-fg-translate-start:0;-webkit-tap-highlight-color:rgba(0,0,0,0);will-change:transform,opacity;position:relative;outline:none;overflow:hidden}.VfPpkd-ksKsZd-XxIAqe::before,.VfPpkd-ksKsZd-XxIAqe::after{position:absolute;border-radius:50%;opacity:0;pointer-events:none;content:""}.VfPpkd-ksKsZd-XxIAqe::before{-webkit-transition:opacity 15ms linear,background-color 15ms linear;transition:opacity 15ms linear,background-color 15ms linear;z-index:1;z-index:var(--mdc-ripple-z-index,1)}.VfPpkd-ksKsZd-XxIAqe::after{z-index:0;z-index:var(--mdc-ripple-z-index,0)}.VfPpkd-ksKsZd-XxIAqe.VfPpkd-ksKsZd-mWPk3d::before{-webkit-transform:scale(var(--mdc-ripple-fg-scale,1));-ms-transform:scale(var(--mdc-ripple-fg-scale,1));transform:scale(var(--mdc-ripple-fg-scale,1))}.VfPpkd-ksKsZd-XxIAqe.VfPpkd-ksKsZd-mWPk3d::after{top:0;left:0;-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0);-webkit-transform-origin:center center;-ms-transform-origin:center center;transform-origin:center center}.VfPpkd-ksKsZd-XxIAqe.VfPpkd-ksKsZd-mWPk3d-OWXEXe-ZNMTqd::after{top:var(--mdc-ripple-top,0);left:var(--mdc-ripple-left,0)}.VfPpkd-ksKsZd-XxIAqe.VfPpkd-ksKsZd-mWPk3d-OWXEXe-Tv8l5d-lJfZMc::after{-webkit-animation:mdc-ripple-fg-radius-in 225ms forwards,mdc-ripple-fg-opacity-in 75ms forwards;animation:mdc-ripple-fg-radius-in 225ms forwards,mdc-ripple-fg-opacity-in 75ms forwards}.VfPpkd-ksKsZd-XxIAqe.VfPpkd-ksKsZd-mWPk3d-OWXEXe-Tv8l5d-OmS1vf::after{-webkit-animation:mdc-ripple-fg-opacity-out .15s;animation:mdc-ripple-fg-opacity-out .15s;-webkit-transform:translate(var(--mdc-ripple-fg-translate-end,0)) scale(var(--mdc-ripple-fg-scale,1));-ms-transform:translate(var(--mdc-ripple-fg-translate-end,0)) scale(var(--mdc-ripple-fg-scale,1));transform:translate(var(--mdc-ripple-fg-translate-end,0)) scale(var(--mdc-ripple-fg-scale,1))}.VfPpkd-ksKsZd-XxIAqe::before,.VfPpkd-ksKsZd-XxIAqe::after{top:-50%;left:-50%;width:200%;height:200%}.VfPpkd-ksKsZd-XxIAqe.VfPpkd-ksKsZd-mWPk3d::after{width:var(--mdc-ripple-fg-size,100%);height:var(--mdc-ripple-fg-size,100%)}.VfPpkd-ksKsZd-XxIAqe[data-mdc-ripple-is-unbounded],.VfPpkd-ksKsZd-mWPk3d-OWXEXe-ZNMTqd{overflow:visible}.VfPpkd-ksKsZd-XxIAqe[data-mdc-ripple-is-unbounded]::before,.VfPpkd-ksKsZd-XxIAqe[data-mdc-ripple-is-unbounded]::after,.VfPpkd-ksKsZd-mWPk3d-OWXEXe-ZNMTqd::before,.VfPpkd-ksKsZd-mWPk3d-OWXEXe-ZNMTqd::after{top:0;left:0;width:100%;height:100%}.VfPpkd-ksKsZd-XxIAqe[data-mdc-ripple-is-unbounded].VfPpkd-ksKsZd-mWPk3d::before,.VfPpkd-ksKsZd-XxIAqe[data-mdc-ripple-is-unbounded].VfPpkd-ksKsZd-mWPk3d::after,.VfPpkd-ksKsZd-mWPk3d-OWXEXe-ZNMTqd.VfPpkd-ksKsZd-mWPk3d::before,.VfPpkd-ksKsZd-mWPk3d-OWXEXe-ZNMTqd.VfPpkd-ksKsZd-mWPk3d::after{top:var(--mdc-ripple-top,0);left:var(--mdc-ripple-left,0);width:var(--mdc-ripple-fg-size,100%);height:var(--mdc-ripple-fg-size,100%)}.VfPpkd-ksKsZd-XxIAqe[data-mdc-ripple-is-unbounded].VfPpkd-ksKsZd-mWPk3d::after,.VfPpkd-ksKsZd-mWPk3d-OWXEXe-ZNMTqd.VfPpkd-ksKsZd-mWPk3d::after{width:var(--mdc-ripple-fg-size,100%);height:var(--mdc-ripple-fg-size,100%)}.VfPpkd-ksKsZd-XxIAqe::before,.VfPpkd-ksKsZd-XxIAqe::after{background-color:#000;background-color:var(--mdc-ripple-color,#000)}.VfPpkd-ksKsZd-XxIAqe:hover::before,.VfPpkd-ksKsZd-XxIAqe.VfPpkd-ksKsZd-XxIAqe-OWXEXe-ZmdkE::before{opacity:.04;opacity:var(--mdc-ripple-hover-opacity,.04)}.VfPpkd-ksKsZd-XxIAqe.VfPpkd-ksKsZd-mWPk3d-OWXEXe-AHe6Kc-XpnDCe::before,.VfPpkd-ksKsZd-XxIAqe:not(.VfPpkd-ksKsZd-mWPk3d):focus::before{-webkit-transition-duration:75ms;transition-duration:75ms;opacity:.12;opacity:var(--mdc-ripple-focus-opacity,.12)}.VfPpkd-ksKsZd-XxIAqe:not(.VfPpkd-ksKsZd-mWPk3d)::after{-webkit-transition:opacity .15s linear;transition:opacity .15s linear}.VfPpkd-ksKsZd-XxIAqe:not(.VfPpkd-ksKsZd-mWPk3d):active::after{-webkit-transition-duration:75ms;transition-duration:75ms;opacity:.12;opacity:var(--mdc-ripple-press-opacity,.12)}.VfPpkd-ksKsZd-XxIAqe.VfPpkd-ksKsZd-mWPk3d{--mdc-ripple-fg-opacity:var(--mdc-ripple-press-opacity,0.12)}.VfPpkd-Bz112c-LgbsSe{font-size:24px;width:48px;height:48px;padding:12px}.VfPpkd-Bz112c-LgbsSe.VfPpkd-Bz112c-LgbsSe-OWXEXe-e5LLRc-SxQuSe .VfPpkd-Bz112c-Jh9lGc{width:40px;height:40px;margin-top:4px;margin-bottom:4px;margin-right:4px;margin-left:4px}.VfPpkd-Bz112c-LgbsSe.VfPpkd-Bz112c-LgbsSe-OWXEXe-e5LLRc-SxQuSe .VfPpkd-Bz112c-J1Ukfc-LhBDec{max-height:40px;max-width:40px}.VfPpkd-Bz112c-LgbsSe:disabled{color:rgba(0,0,0,.38);color:var(--mdc-theme-text-disabled-on-light,rgba(0,0,0,.38))}.VfPpkd-Bz112c-LgbsSe svg,.VfPpkd-Bz112c-LgbsSe img{width:24px;height:24px}.VfPpkd-Bz112c-LgbsSe{display:inline-block;position:relative;-webkit-box-sizing:border-box;box-sizing:border-box;border:none;outline:none;background-color:transparent;fill:currentColor;color:inherit;text-decoration:none;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;z-index:0;overflow:visible}.VfPpkd-Bz112c-LgbsSe .VfPpkd-Bz112c-RLmnJb{position:absolute;top:50%;height:48px;left:50%;width:48px;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}@media screen and (forced-colors:active){.VfPpkd-Bz112c-LgbsSe.VfPpkd-ksKsZd-mWPk3d-OWXEXe-AHe6Kc-XpnDCe .VfPpkd-Bz112c-J1Ukfc-LhBDec,.VfPpkd-Bz112c-LgbsSe:not(.VfPpkd-ksKsZd-mWPk3d):focus .VfPpkd-Bz112c-J1Ukfc-LhBDec{display:block}}.VfPpkd-Bz112c-LgbsSe:disabled{cursor:default;pointer-events:none}.VfPpkd-Bz112c-LgbsSe[hidden]{display:none}.VfPpkd-Bz112c-LgbsSe-OWXEXe-KVuj8d-Q3DXx{-webkit-box-align:center;-webkit-align-items:center;align-items:center;display:-webkit-inline-box;display:-webkit-inline-flex;display:inline-flex;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.VfPpkd-Bz112c-J1Ukfc-LhBDec{pointer-events:none;border:2px solid transparent;border-radius:6px;-webkit-box-sizing:content-box;box-sizing:content-box;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);height:100%;width:100%;display:none}@media screen and (forced-colors:active){.VfPpkd-Bz112c-J1Ukfc-LhBDec{border-color:CanvasText}}.VfPpkd-Bz112c-J1Ukfc-LhBDec::after{content:"";border:2px solid transparent;border-radius:8px;display:block;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);height:calc(100% + 4px);width:calc(100% + 4px)}@media screen and (forced-colors:active){.VfPpkd-Bz112c-J1Ukfc-LhBDec::after{border-color:CanvasText}}.VfPpkd-Bz112c-kBDsod{display:inline-block}.VfPpkd-Bz112c-kBDsod.VfPpkd-Bz112c-kBDsod-OWXEXe-IT5dJd,.VfPpkd-Bz112c-LgbsSe-OWXEXe-IT5dJd .VfPpkd-Bz112c-kBDsod{display:none}.VfPpkd-Bz112c-LgbsSe-OWXEXe-IT5dJd .VfPpkd-Bz112c-kBDsod.VfPpkd-Bz112c-kBDsod-OWXEXe-IT5dJd{display:inline-block}.VfPpkd-Bz112c-mRLv6{height:100%;left:0;outline:none;position:absolute;top:0;width:100%}.VfPpkd-Bz112c-LgbsSe{--mdc-ripple-fg-size:0;--mdc-ripple-left:0;--mdc-ripple-top:0;--mdc-ripple-fg-scale:1;--mdc-ripple-fg-translate-end:0;--mdc-ripple-fg-translate-start:0;-webkit-tap-highlight-color:rgba(0,0,0,0);will-change:transform,opacity}.VfPpkd-Bz112c-LgbsSe .VfPpkd-Bz112c-Jh9lGc::before,.VfPpkd-Bz112c-LgbsSe .VfPpkd-Bz112c-Jh9lGc::after{position:absolute;border-radius:50%;opacity:0;pointer-events:none;content:""}.VfPpkd-Bz112c-LgbsSe .VfPpkd-Bz112c-Jh9lGc::before{-webkit-transition:opacity 15ms linear,background-color 15ms linear;transition:opacity 15ms linear,background-color 15ms linear;z-index:1;z-index:var(--mdc-ripple-z-index,1)}.VfPpkd-Bz112c-LgbsSe .VfPpkd-Bz112c-Jh9lGc::after{z-index:0;z-index:var(--mdc-ripple-z-index,0)}.VfPpkd-Bz112c-LgbsSe.VfPpkd-ksKsZd-mWPk3d .VfPpkd-Bz112c-Jh9lGc::before{-webkit-transform:scale(var(--mdc-ripple-fg-scale,1));-ms-transform:scale(var(--mdc-ripple-fg-scale,1));transform:scale(var(--mdc-ripple-fg-scale,1))}.VfPpkd-Bz112c-LgbsSe.VfPpkd-ksKsZd-mWPk3d .VfPpkd-Bz112c-Jh9lGc::after{top:0;left:0;-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0);-webkit-transform-origin:center center;-ms-transform-origin:center center;transform-origin:center center}.VfPpkd-Bz112c-LgbsSe.VfPpkd-ksKsZd-mWPk3d-OWXEXe-ZNMTqd .VfPpkd-Bz112c-Jh9lGc::after{top:var(--mdc-ripple-top,0);left:var(--mdc-ripple-left,0)}.VfPpkd-Bz112c-LgbsSe.VfPpkd-ksKsZd-mWPk3d-OWXEXe-Tv8l5d-lJfZMc .VfPpkd-Bz112c-Jh9lGc::after{-webkit-animation:mdc-ripple-fg-radius-in 225ms forwards,mdc-ripple-fg-opacity-in 75ms forwards;animation:mdc-ripple-fg-radius-in 225ms forwards,mdc-ripple-fg-opacity-in 75ms forwards}.VfPpkd-Bz112c-LgbsSe.VfPpkd-ksKsZd-mWPk3d-OWXEXe-Tv8l5d-OmS1vf .VfPpkd-Bz112c-Jh9lGc::after{-webkit-animation:mdc-ripple-fg-opacity-out .15s;animation:mdc-ripple-fg-opacity-out .15s;-webkit-transform:translate(var(--mdc-ripple-fg-translate-end,0)) scale(var(--mdc-ripple-fg-scale,1));-ms-transform:translate(var(--mdc-ripple-fg-translate-end,0)) scale(var(--mdc-ripple-fg-scale,1));transform:translate(var(--mdc-ripple-fg-translate-end,0)) scale(var(--mdc-ripple-fg-scale,1))}.VfPpkd-Bz112c-LgbsSe .VfPpkd-Bz112c-Jh9lGc::before,.VfPpkd-Bz112c-LgbsSe .VfPpkd-Bz112c-Jh9lGc::after{top:0;left:0;width:100%;height:100%}.VfPpkd-Bz112c-LgbsSe.VfPpkd-ksKsZd-mWPk3d .VfPpkd-Bz112c-Jh9lGc::before,.VfPpkd-Bz112c-LgbsSe.VfPpkd-ksKsZd-mWPk3d .VfPpkd-Bz112c-Jh9lGc::after{top:var(--mdc-ripple-top,0);left:var(--mdc-ripple-left,0);width:var(--mdc-ripple-fg-size,100%);height:var(--mdc-ripple-fg-size,100%)}.VfPpkd-Bz112c-LgbsSe.VfPpkd-ksKsZd-mWPk3d .VfPpkd-Bz112c-Jh9lGc::after{width:var(--mdc-ripple-fg-size,100%);height:var(--mdc-ripple-fg-size,100%)}.VfPpkd-Bz112c-LgbsSe .VfPpkd-Bz112c-Jh9lGc::before,.VfPpkd-Bz112c-LgbsSe .VfPpkd-Bz112c-Jh9lGc::after{background-color:#000;background-color:var(--mdc-ripple-color,#000)}.VfPpkd-Bz112c-LgbsSe:hover .VfPpkd-Bz112c-Jh9lGc::before,.VfPpkd-Bz112c-LgbsSe.VfPpkd-ksKsZd-XxIAqe-OWXEXe-ZmdkE .VfPpkd-Bz112c-Jh9lGc::before{opacity:.04;opacity:var(--mdc-ripple-hover-opacity,.04)}.VfPpkd-Bz112c-LgbsSe.VfPpkd-ksKsZd-mWPk3d-OWXEXe-AHe6Kc-XpnDCe .VfPpkd-Bz112c-Jh9lGc::before,.VfPpkd-Bz112c-LgbsSe:not(.VfPpkd-ksKsZd-mWPk3d):focus .VfPpkd-Bz112c-Jh9lGc::before{-webkit-transition-duration:75ms;transition-duration:75ms;opacity:.12;opacity:var(--mdc-ripple-focus-opacity,.12)}.VfPpkd-Bz112c-LgbsSe:not(.VfPpkd-ksKsZd-mWPk3d) .VfPpkd-Bz112c-Jh9lGc::after{-webkit-transition:opacity .15s linear;transition:opacity .15s linear}.VfPpkd-Bz112c-LgbsSe:not(.VfPpkd-ksKsZd-mWPk3d):active .VfPpkd-Bz112c-Jh9lGc::after{-webkit-transition-duration:75ms;transition-duration:75ms;opacity:.12;opacity:var(--mdc-ripple-press-opacity,.12)}.VfPpkd-Bz112c-LgbsSe.VfPpkd-ksKsZd-mWPk3d{--mdc-ripple-fg-opacity:var(--mdc-ripple-press-opacity,0.12)}.VfPpkd-Bz112c-LgbsSe:disabled:hover .VfPpkd-Bz112c-Jh9lGc::before,.VfPpkd-Bz112c-LgbsSe:disabled.VfPpkd-ksKsZd-XxIAqe-OWXEXe-ZmdkE .VfPpkd-Bz112c-Jh9lGc::before{opacity:0;opacity:var(--mdc-ripple-hover-opacity,0)}.VfPpkd-Bz112c-LgbsSe:disabled.VfPpkd-ksKsZd-mWPk3d-OWXEXe-AHe6Kc-XpnDCe .VfPpkd-Bz112c-Jh9lGc::before,.VfPpkd-Bz112c-LgbsSe:disabled:not(.VfPpkd-ksKsZd-mWPk3d):focus .VfPpkd-Bz112c-Jh9lGc::before{-webkit-transition-duration:75ms;transition-duration:75ms;opacity:0;opacity:var(--mdc-ripple-focus-opacity,0)}.VfPpkd-Bz112c-LgbsSe:disabled:not(.VfPpkd-ksKsZd-mWPk3d) .VfPpkd-Bz112c-Jh9lGc::after{-webkit-transition:opacity .15s linear;transition:opacity .15s linear}.VfPpkd-Bz112c-LgbsSe:disabled:not(.VfPpkd-ksKsZd-mWPk3d):active .VfPpkd-Bz112c-Jh9lGc::after{-webkit-transition-duration:75ms;transition-duration:75ms;opacity:0;opacity:var(--mdc-ripple-press-opacity,0)}.VfPpkd-Bz112c-LgbsSe:disabled.VfPpkd-ksKsZd-mWPk3d{--mdc-ripple-fg-opacity:var(--mdc-ripple-press-opacity,0)}.VfPpkd-Bz112c-LgbsSe .VfPpkd-Bz112c-Jh9lGc{height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%;z-index:-1}.VfPpkd-dgl2Hf-ppHlrf-sM5MNb{display:inline}.VfPpkd-LgbsSe{position:relative;display:-webkit-inline-box;display:-webkit-inline-flex;display:inline-flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-sizing:border-box;box-sizing:border-box;min-width:64px;border:none;outline:none;line-height:inherit;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-appearance:none;overflow:visible;vertical-align:middle;background:transparent}.VfPpkd-LgbsSe .VfPpkd-BFbNVe-bF1uUb{width:100%;height:100%;top:0;left:0}.VfPpkd-LgbsSe::-moz-focus-inner{padding:0;border:0}.VfPpkd-LgbsSe:active{outline:none}.VfPpkd-LgbsSe:hover{cursor:pointer}.VfPpkd-LgbsSe:disabled{cursor:default;pointer-events:none}.VfPpkd-LgbsSe[hidden]{display:none}.VfPpkd-LgbsSe .VfPpkd-kBDsod{margin-left:0;margin-right:8px;display:inline-block;position:relative;vertical-align:top}[dir=rtl] .VfPpkd-LgbsSe .VfPpkd-kBDsod,.VfPpkd-LgbsSe .VfPpkd-kBDsod[dir=rtl]{margin-left:8px;margin-right:0}.VfPpkd-LgbsSe .VfPpkd-UdE5de-uDEFge{font-size:0;position:absolute;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);top:50%;left:50%;line-height:normal}.VfPpkd-LgbsSe .VfPpkd-vQzf8d{position:relative}.VfPpkd-LgbsSe .VfPpkd-J1Ukfc-LhBDec{pointer-events:none;border:2px solid transparent;border-radius:6px;-webkit-box-sizing:content-box;box-sizing:content-box;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);height:calc(100% + 4px);width:calc(100% + 4px);display:none}@media screen and (forced-colors:active){.VfPpkd-LgbsSe .VfPpkd-J1Ukfc-LhBDec{border-color:CanvasText}}.VfPpkd-LgbsSe .VfPpkd-J1Ukfc-LhBDec::after{content:"";border:2px solid transparent;border-radius:8px;display:block;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);height:calc(100% + 4px);width:calc(100% + 4px)}@media screen and (forced-colors:active){.VfPpkd-LgbsSe .VfPpkd-J1Ukfc-LhBDec::after{border-color:CanvasText}}@media screen and (forced-colors:active){.VfPpkd-LgbsSe.VfPpkd-ksKsZd-mWPk3d-OWXEXe-AHe6Kc-XpnDCe .VfPpkd-J1Ukfc-LhBDec,.VfPpkd-LgbsSe:not(.VfPpkd-ksKsZd-mWPk3d):focus .VfPpkd-J1Ukfc-LhBDec{display:block}}.VfPpkd-LgbsSe .VfPpkd-RLmnJb{position:absolute;top:50%;height:48px;left:0;right:0;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.VfPpkd-vQzf8d+.VfPpkd-kBDsod{margin-left:8px;margin-right:0}[dir=rtl] .VfPpkd-vQzf8d+.VfPpkd-kBDsod,.VfPpkd-vQzf8d+.VfPpkd-kBDsod[dir=rtl]{margin-left:0;margin-right:8px}svg.VfPpkd-kBDsod{fill:currentColor}.VfPpkd-LgbsSe-OWXEXe-dgl2Hf{margin-top:6px;margin-bottom:6px}.VfPpkd-LgbsSe{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;text-decoration:none}.VfPpkd-LgbsSe{padding:0 8px 0 8px}.VfPpkd-LgbsSe-OWXEXe-k8QpJ{-webkit-transition:-webkit-box-shadow .28s cubic-bezier(.4,0,.2,1);transition:-webkit-box-shadow .28s cubic-bezier(.4,0,.2,1);transition:box-shadow .28s cubic-bezier(.4,0,.2,1);transition:box-shadow .28s cubic-bezier(.4,0,.2,1),-webkit-box-shadow .28s cubic-bezier(.4,0,.2,1);padding:0 16px 0 16px}.VfPpkd-LgbsSe-OWXEXe-k8QpJ.VfPpkd-LgbsSe-OWXEXe-Bz112c-UbuQg{padding:0 12px 0 16px}.VfPpkd-LgbsSe-OWXEXe-k8QpJ.VfPpkd-LgbsSe-OWXEXe-Bz112c-M1Soyc{padding:0 16px 0 12px}.VfPpkd-LgbsSe-OWXEXe-MV7yeb{-webkit-transition:-webkit-box-shadow .28s cubic-bezier(.4,0,.2,1);transition:-webkit-box-shadow .28s cubic-bezier(.4,0,.2,1);transition:box-shadow .28s cubic-bezier(.4,0,.2,1);transition:box-shadow .28s cubic-bezier(.4,0,.2,1),-webkit-box-shadow .28s cubic-bezier(.4,0,.2,1);padding:0 16px 0 16px}.VfPpkd-LgbsSe-OWXEXe-MV7yeb.VfPpkd-LgbsSe-OWXEXe-Bz112c-UbuQg{padding:0 12px 0 16px}.VfPpkd-LgbsSe-OWXEXe-MV7yeb.VfPpkd-LgbsSe-OWXEXe-Bz112c-M1Soyc{padding:0 16px 0 12px}.VfPpkd-LgbsSe-OWXEXe-INsAgc{border-style:solid;-webkit-transition:border .28s cubic-bezier(.4,0,.2,1);transition:border .28s cubic-bezier(.4,0,.2,1)}.VfPpkd-LgbsSe-OWXEXe-INsAgc .VfPpkd-Jh9lGc{border-style:solid;border-color:transparent}.VfPpkd-LgbsSe{--mdc-ripple-fg-size:0;--mdc-ripple-left:0;--mdc-ripple-top:0;--mdc-ripple-fg-scale:1;--mdc-ripple-fg-translate-end:0;--mdc-ripple-fg-translate-start:0;-webkit-tap-highlight-color:rgba(0,0,0,0);will-change:transform,opacity}.VfPpkd-LgbsSe .VfPpkd-Jh9lGc::before,.VfPpkd-LgbsSe .VfPpkd-Jh9lGc::after{position:absolute;border-radius:50%;opacity:0;pointer-events:none;content:""}.VfPpkd-LgbsSe .VfPpkd-Jh9lGc::before{-webkit-transition:opacity 15ms linear,background-color 15ms linear;transition:opacity 15ms linear,background-color 15ms linear;z-index:1}.VfPpkd-LgbsSe .VfPpkd-Jh9lGc::after{z-index:0}.VfPpkd-LgbsSe.VfPpkd-ksKsZd-mWPk3d .VfPpkd-Jh9lGc::before{-webkit-transform:scale(var(--mdc-ripple-fg-scale,1));-ms-transform:scale(var(--mdc-ripple-fg-scale,1));transform:scale(var(--mdc-ripple-fg-scale,1))}.VfPpkd-LgbsSe.VfPpkd-ksKsZd-mWPk3d .VfPpkd-Jh9lGc::after{top:0;left:0;-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0);-webkit-transform-origin:center center;-ms-transform-origin:center center;transform-origin:center center}.VfPpkd-LgbsSe.VfPpkd-ksKsZd-mWPk3d-OWXEXe-ZNMTqd .VfPpkd-Jh9lGc::after{top:var(--mdc-ripple-top,0);left:var(--mdc-ripple-left,0)}.VfPpkd-LgbsSe.VfPpkd-ksKsZd-mWPk3d-OWXEXe-Tv8l5d-lJfZMc .VfPpkd-Jh9lGc::after{-webkit-animation:mdc-ripple-fg-radius-in 225ms forwards,mdc-ripple-fg-opacity-in 75ms forwards;animation:mdc-ripple-fg-radius-in 225ms forwards,mdc-ripple-fg-opacity-in 75ms forwards}.VfPpkd-LgbsSe.VfPpkd-ksKsZd-mWPk3d-OWXEXe-Tv8l5d-OmS1vf .VfPpkd-Jh9lGc::after{-webkit-animation:mdc-ripple-fg-opacity-out .15s;animation:mdc-ripple-fg-opacity-out .15s;-webkit-transform:translate(var(--mdc-ripple-fg-translate-end,0)) scale(var(--mdc-ripple-fg-scale,1));-ms-transform:translate(var(--mdc-ripple-fg-translate-end,0)) scale(var(--mdc-ripple-fg-scale,1));transform:translate(var(--mdc-ripple-fg-translate-end,0)) scale(var(--mdc-ripple-fg-scale,1))}.VfPpkd-LgbsSe .VfPpkd-Jh9lGc::before,.VfPpkd-LgbsSe .VfPpkd-Jh9lGc::after{top:-50%;left:-50%;width:200%;height:200%}.VfPpkd-LgbsSe.VfPpkd-ksKsZd-mWPk3d .VfPpkd-Jh9lGc::after{width:var(--mdc-ripple-fg-size,100%);height:var(--mdc-ripple-fg-size,100%)}.VfPpkd-Jh9lGc{position:absolute;-webkit-box-sizing:content-box;box-sizing:content-box;overflow:hidden;z-index:0;top:0;left:0;bottom:0;right:0}.VfPpkd-LgbsSe{font-family:Roboto,sans-serif;font-size:.875rem;letter-spacing:.0892857143em;font-weight:500;text-transform:uppercase;height:36px;border-radius:4px}.VfPpkd-LgbsSe:not(:disabled){color:#6200ee}.VfPpkd-LgbsSe:disabled{color:rgba(0,0,0,.38)}.VfPpkd-LgbsSe .VfPpkd-kBDsod{font-size:1.125rem;width:1.125rem;height:1.125rem}.VfPpkd-LgbsSe .VfPpkd-Jh9lGc::before{background-color:#6200ee}.VfPpkd-LgbsSe .VfPpkd-Jh9lGc::after{background-color:#6200ee}.VfPpkd-LgbsSe:hover .VfPpkd-Jh9lGc::before,.VfPpkd-LgbsSe.VfPpkd-ksKsZd-XxIAqe-OWXEXe-ZmdkE .VfPpkd-Jh9lGc::before{opacity:.04}.VfPpkd-LgbsSe.VfPpkd-ksKsZd-mWPk3d-OWXEXe-AHe6Kc-XpnDCe .VfPpkd-Jh9lGc::before,.VfPpkd-LgbsSe:not(.VfPpkd-ksKsZd-mWPk3d):focus .VfPpkd-Jh9lGc::before{-webkit-transition-duration:75ms;transition-duration:75ms;opacity:.12}.VfPpkd-LgbsSe:not(.VfPpkd-ksKsZd-mWPk3d) .VfPpkd-Jh9lGc::after{-webkit-transition:opacity .15s linear;transition:opacity .15s linear}.VfPpkd-LgbsSe:not(.VfPpkd-ksKsZd-mWPk3d):active .VfPpkd-Jh9lGc::after{-webkit-transition-duration:75ms;transition-duration:75ms;opacity:.12}.VfPpkd-LgbsSe.VfPpkd-ksKsZd-mWPk3d{--mdc-ripple-fg-opacity:var(--mdc-text-button-pressed-state-layer-opacity,0.12)}.VfPpkd-LgbsSe .VfPpkd-Jh9lGc{border-radius:4px}.VfPpkd-LgbsSe .VfPpkd-J1Ukfc-LhBDec{border-radius:2px}.VfPpkd-LgbsSe .VfPpkd-J1Ukfc-LhBDec::after{border-radius:4px}.VfPpkd-LgbsSe-OWXEXe-k8QpJ{font-family:Roboto,sans-serif;font-size:.875rem;letter-spacing:.0892857143em;font-weight:500;text-transform:uppercase;height:36px;border-radius:4px}.VfPpkd-LgbsSe-OWXEXe-k8QpJ:not(:disabled){background-color:#6200ee}.VfPpkd-LgbsSe-OWXEXe-k8QpJ:disabled{background-color:rgba(0,0,0,.12)}.VfPpkd-LgbsSe-OWXEXe-k8QpJ:not(:disabled){color:#fff}.VfPpkd-LgbsSe-OWXEXe-k8QpJ:disabled{color:rgba(0,0,0,.38)}.VfPpkd-LgbsSe-OWXEXe-k8QpJ .VfPpkd-kBDsod{font-size:1.125rem;width:1.125rem;height:1.125rem}.VfPpkd-LgbsSe-OWXEXe-k8QpJ .VfPpkd-Jh9lGc::before{background-color:#fff}.VfPpkd-LgbsSe-OWXEXe-k8QpJ .VfPpkd-Jh9lGc::after{background-color:#fff}.VfPpkd-LgbsSe-OWXEXe-k8QpJ:hover .VfPpkd-Jh9lGc::before,.VfPpkd-LgbsSe-OWXEXe-k8QpJ.VfPpkd-ksKsZd-XxIAqe-OWXEXe-ZmdkE .VfPpkd-Jh9lGc::before{opacity:.08}.VfPpkd-LgbsSe-OWXEXe-k8QpJ.VfPpkd-ksKsZd-mWPk3d-OWXEXe-AHe6Kc-XpnDCe .VfPpkd-Jh9lGc::before,.VfPpkd-LgbsSe-OWXEXe-k8QpJ:not(.VfPpkd-ksKsZd-mWPk3d):focus .VfPpkd-Jh9lGc::before{-webkit-transition-duration:75ms;transition-duration:75ms;opacity:.24}.VfPpkd-LgbsSe-OWXEXe-k8QpJ:not(.VfPpkd-ksKsZd-mWPk3d) .VfPpkd-Jh9lGc::after{-webkit-transition:opacity .15s linear;transition:opacity .15s linear}.VfPpkd-LgbsSe-OWXEXe-k8QpJ:not(.VfPpkd-ksKsZd-mWPk3d):active .VfPpkd-Jh9lGc::after{-webkit-transition-duration:75ms;transition-duration:75ms;opacity:.24}.VfPpkd-LgbsSe-OWXEXe-k8QpJ.VfPpkd-ksKsZd-mWPk3d{--mdc-ripple-fg-opacity:var(--mdc-filled-button-pressed-state-layer-opacity,0.24)}.VfPpkd-LgbsSe-OWXEXe-k8QpJ .VfPpkd-Jh9lGc{border-radius:4px}.VfPpkd-LgbsSe-OWXEXe-k8QpJ .VfPpkd-J1Ukfc-LhBDec{border-radius:2px}.VfPpkd-LgbsSe-OWXEXe-k8QpJ .VfPpkd-J1Ukfc-LhBDec::after{border-radius:4px}.VfPpkd-LgbsSe-OWXEXe-MV7yeb{font-family:Roboto,sans-serif;font-size:.875rem;letter-spacing:.0892857143em;font-weight:500;text-transform:uppercase;height:36px;border-radius:4px;-webkit-box-shadow:0 3px 1px -2px rgba(0,0,0,.2),0 2px 2px 0 rgba(0,0,0,.14),0 1px 5px 0 rgba(0,0,0,.12);box-shadow:0 3px 1px -2px rgba(0,0,0,.2),0 2px 2px 0 rgba(0,0,0,.14),0 1px 5px 0 rgba(0,0,0,.12)}.VfPpkd-LgbsSe-OWXEXe-MV7yeb:not(:disabled){background-color:#6200ee}.VfPpkd-LgbsSe-OWXEXe-MV7yeb:disabled{background-color:rgba(0,0,0,.12)}.VfPpkd-LgbsSe-OWXEXe-MV7yeb:not(:disabled){color:#fff}.VfPpkd-LgbsSe-OWXEXe-MV7yeb:disabled{color:rgba(0,0,0,.38)}.VfPpkd-LgbsSe-OWXEXe-MV7yeb .VfPpkd-kBDsod{font-size:1.125rem;width:1.125rem;height:1.125rem}.VfPpkd-LgbsSe-OWXEXe-MV7yeb .VfPpkd-Jh9lGc::before{background-color:#fff}.VfPpkd-LgbsSe-OWXEXe-MV7yeb .VfPpkd-Jh9lGc::after{background-color:#fff}.VfPpkd-LgbsSe-OWXEXe-MV7yeb:hover .VfPpkd-Jh9lGc::before,.VfPpkd-LgbsSe-OWXEXe-MV7yeb.VfPpkd-ksKsZd-XxIAqe-OWXEXe-ZmdkE .VfPpkd-Jh9lGc::before{opacity:.08}.VfPpkd-LgbsSe-OWXEXe-MV7yeb.VfPpkd-ksKsZd-mWPk3d-OWXEXe-AHe6Kc-XpnDCe .VfPpkd-Jh9lGc::before,.VfPpkd-LgbsSe-OWXEXe-MV7yeb:not(.VfPpkd-ksKsZd-mWPk3d):focus .VfPpkd-Jh9lGc::before{-webkit-transition-duration:75ms;transition-duration:75ms;opacity:.24}.VfPpkd-LgbsSe-OWXEXe-MV7yeb:not(.VfPpkd-ksKsZd-mWPk3d) .VfPpkd-Jh9lGc::after{-webkit-transition:opacity .15s linear;transition:opacity .15s linear}.VfPpkd-LgbsSe-OWXEXe-MV7yeb:not(.VfPpkd-ksKsZd-mWPk3d):active .VfPpkd-Jh9lGc::after{-webkit-transition-duration:75ms;transition-duration:75ms;opacity:.24}.VfPpkd-LgbsSe-OWXEXe-MV7yeb.VfPpkd-ksKsZd-mWPk3d{--mdc-ripple-fg-opacity:var(--mdc-protected-button-pressed-state-layer-opacity,0.24)}.VfPpkd-LgbsSe-OWXEXe-MV7yeb .VfPpkd-Jh9lGc{border-radius:4px}.VfPpkd-LgbsSe-OWXEXe-MV7yeb .VfPpkd-J1Ukfc-LhBDec{border-radius:2px}.VfPpkd-LgbsSe-OWXEXe-MV7yeb .VfPpkd-J1Ukfc-LhBDec::after{border-radius:4px}.VfPpkd-LgbsSe-OWXEXe-MV7yeb.VfPpkd-ksKsZd-mWPk3d-OWXEXe-AHe6Kc-XpnDCe,.VfPpkd-LgbsSe-OWXEXe-MV7yeb:not(.VfPpkd-ksKsZd-mWPk3d):focus{-webkit-box-shadow:0 2px 4px -1px rgba(0,0,0,.2),0 4px 5px 0 rgba(0,0,0,.14),0 1px 10px 0 rgba(0,0,0,.12);box-shadow:0 2px 4px -1px rgba(0,0,0,.2),0 4px 5px 0 rgba(0,0,0,.14),0 1px 10px 0 rgba(0,0,0,.12)}.VfPpkd-LgbsSe-OWXEXe-MV7yeb:hover{-webkit-box-shadow:0 2px 4px -1px rgba(0,0,0,.2),0 4px 5px 0 rgba(0,0,0,.14),0 1px 10px 0 rgba(0,0,0,.12);box-shadow:0 2px 4px -1px rgba(0,0,0,.2),0 4px 5px 0 rgba(0,0,0,.14),0 1px 10px 0 rgba(0,0,0,.12)}.VfPpkd-LgbsSe-OWXEXe-MV7yeb:not(:disabled):active{-webkit-box-shadow:0 5px 5px -3px rgba(0,0,0,.2),0 8px 10px 1px rgba(0,0,0,.14),0 3px 14px 2px rgba(0,0,0,.12);box-shadow:0 5px 5px -3px rgba(0,0,0,.2),0 8px 10px 1px rgba(0,0,0,.14),0 3px 14px 2px rgba(0,0,0,.12)}.VfPpkd-LgbsSe-OWXEXe-MV7yeb:disabled{-webkit-box-shadow:0 0 0 0 rgba(0,0,0,.2),0 0 0 0 rgba(0,0,0,.14),0 0 0 0 rgba(0,0,0,.12);box-shadow:0 0 0 0 rgba(0,0,0,.2),0 0 0 0 rgba(0,0,0,.14),0 0 0 0 rgba(0,0,0,.12)}.VfPpkd-LgbsSe-OWXEXe-INsAgc{font-family:Roboto,sans-serif;font-size:.875rem;letter-spacing:.0892857143em;font-weight:500;text-transform:uppercase;height:36px;border-radius:4px;padding:0 15px 0 15px;border-width:1px}.VfPpkd-LgbsSe-OWXEXe-INsAgc:not(:disabled){color:#6200ee}.VfPpkd-LgbsSe-OWXEXe-INsAgc:disabled{color:rgba(0,0,0,.38)}.VfPpkd-LgbsSe-OWXEXe-INsAgc .VfPpkd-kBDsod{font-size:1.125rem;width:1.125rem;height:1.125rem}.VfPpkd-LgbsSe-OWXEXe-INsAgc .VfPpkd-Jh9lGc::before{background-color:#6200ee}.VfPpkd-LgbsSe-OWXEXe-INsAgc .VfPpkd-Jh9lGc::after{background-color:#6200ee}.VfPpkd-LgbsSe-OWXEXe-INsAgc:hover .VfPpkd-Jh9lGc::before,.VfPpkd-LgbsSe-OWXEXe-INsAgc.VfPpkd-ksKsZd-XxIAqe-OWXEXe-ZmdkE .VfPpkd-Jh9lGc::before{opacity:.04}.VfPpkd-LgbsSe-OWXEXe-INsAgc.VfPpkd-ksKsZd-mWPk3d-OWXEXe-AHe6Kc-XpnDCe .VfPpkd-Jh9lGc::before,.VfPpkd-LgbsSe-OWXEXe-INsAgc:not(.VfPpkd-ksKsZd-mWPk3d):focus .VfPpkd-Jh9lGc::before{-webkit-transition-duration:75ms;transition-duration:75ms;opacity:.12}.VfPpkd-LgbsSe-OWXEXe-INsAgc:not(.VfPpkd-ksKsZd-mWPk3d) .VfPpkd-Jh9lGc::after{-webkit-transition:opacity .15s linear;transition:opacity .15s linear}.VfPpkd-LgbsSe-OWXEXe-INsAgc:not(.VfPpkd-ksKsZd-mWPk3d):active .VfPpkd-Jh9lGc::after{-webkit-transition-duration:75ms;transition-duration:75ms;opacity:.12}.VfPpkd-LgbsSe-OWXEXe-INsAgc.VfPpkd-ksKsZd-mWPk3d{--mdc-ripple-fg-opacity:var(--mdc-outlined-button-pressed-state-layer-opacity,0.12)}.VfPpkd-LgbsSe-OWXEXe-INsAgc .VfPpkd-Jh9lGc{border-radius:4px}.VfPpkd-LgbsSe-OWXEXe-INsAgc .VfPpkd-J1Ukfc-LhBDec{border-radius:2px}.VfPpkd-LgbsSe-OWXEXe-INsAgc .VfPpkd-J1Ukfc-LhBDec::after{border-radius:4px}.VfPpkd-LgbsSe-OWXEXe-INsAgc:not(:disabled){border-color:rgba(0,0,0,.12)}.VfPpkd-LgbsSe-OWXEXe-INsAgc:disabled{border-color:rgba(0,0,0,.12)}.VfPpkd-LgbsSe-OWXEXe-INsAgc.VfPpkd-LgbsSe-OWXEXe-Bz112c-UbuQg{padding:0 11px 0 15px}.VfPpkd-LgbsSe-OWXEXe-INsAgc.VfPpkd-LgbsSe-OWXEXe-Bz112c-M1Soyc{padding:0 15px 0 11px}.VfPpkd-LgbsSe-OWXEXe-INsAgc .VfPpkd-Jh9lGc{top:-1px;left:-1px;bottom:-1px;right:-1px;border-width:1px}.VfPpkd-LgbsSe-OWXEXe-INsAgc .VfPpkd-RLmnJb{left:-1px;width:calc(100% + 2px)}.nCP5yc{font-family:"Google Sans",Roboto,Arial,sans-serif;font-size:.875rem;letter-spacing:.0107142857em;font-weight:500;text-transform:none;-webkit-transition:border .28s cubic-bezier(.4,0,.2,1),-webkit-box-shadow .28s cubic-bezier(.4,0,.2,1);transition:border .28s cubic-bezier(.4,0,.2,1),-webkit-box-shadow .28s cubic-bezier(.4,0,.2,1);transition:border .28s cubic-bezier(.4,0,.2,1),box-shadow .28s cubic-bezier(.4,0,.2,1);transition:border .28s cubic-bezier(.4,0,.2,1),box-shadow .28s cubic-bezier(.4,0,.2,1),-webkit-box-shadow .28s cubic-bezier(.4,0,.2,1);-webkit-box-shadow:none;box-shadow:none}.nCP5yc .VfPpkd-Jh9lGc{height:100%;position:absolute;overflow:hidden;width:100%;z-index:0}.nCP5yc:not(:disabled){background-color:rgb(26,115,232);background-color:var(--gm-fillbutton-container-color,rgb(26,115,232))}.nCP5yc:not(:disabled){color:#fff;color:var(--gm-fillbutton-ink-color,#fff)}.nCP5yc:disabled{background-color:rgba(60,64,67,.12);background-color:var(--gm-fillbutton-disabled-container-color,rgba(60,64,67,.12))}.nCP5yc:disabled{color:rgba(60,64,67,.38);color:var(--gm-fillbutton-disabled-ink-color,rgba(60,64,67,.38))}.nCP5yc .VfPpkd-Jh9lGc::before,.nCP5yc .VfPpkd-Jh9lGc::after{background-color:rgb(32,33,36);background-color:var(--gm-fillbutton-state-color,rgb(32,33,36))}.nCP5yc:hover .VfPpkd-Jh9lGc::before,.nCP5yc.VfPpkd-ksKsZd-XxIAqe-OWXEXe-ZmdkE .VfPpkd-Jh9lGc::before{opacity:.16;opacity:var(--mdc-ripple-hover-opacity,.16)}.nCP5yc.VfPpkd-ksKsZd-mWPk3d-OWXEXe-AHe6Kc-XpnDCe .VfPpkd-Jh9lGc::before,.nCP5yc:not(.VfPpkd-ksKsZd-mWPk3d):focus .VfPpkd-Jh9lGc::before{-webkit-transition-duration:75ms;transition-duration:75ms;opacity:.24;opacity:var(--mdc-ripple-focus-opacity,.24)}.nCP5yc:not(.VfPpkd-ksKsZd-mWPk3d) .VfPpkd-Jh9lGc::after{-webkit-transition:opacity .15s linear;transition:opacity .15s linear}.nCP5yc:not(.VfPpkd-ksKsZd-mWPk3d):active .VfPpkd-Jh9lGc::after{-webkit-transition-duration:75ms;transition-duration:75ms;opacity:.2;opacity:var(--mdc-ripple-press-opacity,.2)}.nCP5yc.VfPpkd-ksKsZd-mWPk3d{--mdc-ripple-fg-opacity:var(--mdc-ripple-press-opacity,0.2)}.nCP5yc .VfPpkd-BFbNVe-bF1uUb{opacity:0}.nCP5yc .VfPpkd-UdE5de-uDEFge .VfPpkd-JGcpL-uI4vCe-LkdAo,.nCP5yc .VfPpkd-UdE5de-uDEFge .VfPpkd-JGcpL-IdXvz-LkdAo-Bd00G{stroke:#fff}@media (-ms-high-contrast:active),screen and (forced-colors:active){.nCP5yc .VfPpkd-UdE5de-uDEFge .VfPpkd-JGcpL-uI4vCe-LkdAo,.nCP5yc .VfPpkd-UdE5de-uDEFge .VfPpkd-JGcpL-IdXvz-LkdAo-Bd00G{stroke:CanvasText}}.nCP5yc:hover{-webkit-box-shadow:0 1px 2px 0 rgba(60,64,67,.3),0 1px 3px 1px rgba(60,64,67,.15);box-shadow:0 1px 2px 0 rgba(60,64,67,.3),0 1px 3px 1px rgba(60,64,67,.15);-webkit-box-shadow:0 1px 2px 0 var(--gm-fillbutton-keyshadow-color,rgba(60,64,67,.3)),0 1px 3px 1px var(--gm-fillbutton-ambientshadow-color,rgba(60,64,67,.15));box-shadow:0 1px 2px 0 var(--gm-fillbutton-keyshadow-color,rgba(60,64,67,.3)),0 1px 3px 1px var(--gm-fillbutton-ambientshadow-color,rgba(60,64,67,.15))}.nCP5yc:hover .VfPpkd-BFbNVe-bF1uUb{opacity:0}.nCP5yc:active{-webkit-box-shadow:0 1px 2px 0 rgba(60,64,67,.3),0 2px 6px 2px rgba(60,64,67,.15);box-shadow:0 1px 2px 0 rgba(60,64,67,.3),0 2px 6px 2px rgba(60,64,67,.15);-webkit-box-shadow:0 1px 2px 0 var(--gm-fillbutton-keyshadow-color,rgba(60,64,67,.3)),0 2px 6px 2px var(--gm-fillbutton-ambientshadow-color,rgba(60,64,67,.15));box-shadow:0 1px 2px 0 var(--gm-fillbutton-keyshadow-color,rgba(60,64,67,.3)),0 2px 6px 2px var(--gm-fillbutton-ambientshadow-color,rgba(60,64,67,.15))}.nCP5yc:active .VfPpkd-BFbNVe-bF1uUb{opacity:0}.nCP5yc:disabled{-webkit-box-shadow:none;box-shadow:none}.nCP5yc:disabled:hover .VfPpkd-Jh9lGc::before,.nCP5yc:disabled.VfPpkd-ksKsZd-XxIAqe-OWXEXe-ZmdkE .VfPpkd-Jh9lGc::before{opacity:0;opacity:var(--mdc-ripple-hover-opacity,0)}.nCP5yc:disabled.VfPpkd-ksKsZd-mWPk3d-OWXEXe-AHe6Kc-XpnDCe .VfPpkd-Jh9lGc::before,.nCP5yc:disabled:not(.VfPpkd-ksKsZd-mWPk3d):focus .VfPpkd-Jh9lGc::before{-webkit-transition-duration:75ms;transition-duration:75ms;opacity:0;opacity:var(--mdc-ripple-focus-opacity,0)}.nCP5yc:disabled:not(.VfPpkd-ksKsZd-mWPk3d) .VfPpkd-Jh9lGc::after{-webkit-transition:opacity .15s linear;transition:opacity .15s linear}.nCP5yc:disabled:not(.VfPpkd-ksKsZd-mWPk3d):active .VfPpkd-Jh9lGc::after{-webkit-transition-duration:75ms;transition-duration:75ms;opacity:0;opacity:var(--mdc-ripple-press-opacity,0)}.nCP5yc:disabled.VfPpkd-ksKsZd-mWPk3d{--mdc-ripple-fg-opacity:var(--mdc-ripple-press-opacity,0)}.nCP5yc:disabled .VfPpkd-BFbNVe-bF1uUb{opacity:0}.Rj2Mlf{font-family:"Google Sans",Roboto,Arial,sans-serif;font-size:.875rem;letter-spacing:.0107142857em;font-weight:500;text-transform:none;-webkit-transition:border .28s cubic-bezier(.4,0,.2,1),-webkit-box-shadow .28s cubic-bezier(.4,0,.2,1);transition:border .28s cubic-bezier(.4,0,.2,1),-webkit-box-shadow .28s cubic-bezier(.4,0,.2,1);transition:border .28s cubic-bezier(.4,0,.2,1),box-shadow .28s cubic-bezier(.4,0,.2,1);transition:border .28s cubic-bezier(.4,0,.2,1),box-shadow .28s cubic-bezier(.4,0,.2,1),-webkit-box-shadow .28s cubic-bezier(.4,0,.2,1);-webkit-box-shadow:none;box-shadow:none}.Rj2Mlf .VfPpkd-Jh9lGc{height:100%;position:absolute;overflow:hidden;width:100%;z-index:0}.Rj2Mlf:not(:disabled){color:rgb(26,115,232);color:var(--gm-hairlinebutton-ink-color,rgb(26,115,232))}.Rj2Mlf:not(:disabled){border-color:rgb(218,220,224);border-color:var(--gm-hairlinebutton-outline-color,rgb(218,220,224))}.Rj2Mlf:not(:disabled):hover{border-color:rgb(218,220,224);border-color:var(--gm-hairlinebutton-outline-color,rgb(218,220,224))}.Rj2Mlf:not(:disabled).VfPpkd-ksKsZd-mWPk3d-OWXEXe-AHe6Kc-XpnDCe,.Rj2Mlf:not(:disabled):not(.VfPpkd-ksKsZd-mWPk3d):focus{border-color:rgb(23,78,166);border-color:var(--gm-hairlinebutton-outline-color--stateful,rgb(23,78,166))}.Rj2Mlf:not(:disabled):active,.Rj2Mlf:not(:disabled):focus:active{border-color:rgb(218,220,224);border-color:var(--gm-hairlinebutton-outline-color,rgb(218,220,224))}.Rj2Mlf:disabled{color:rgba(60,64,67,.38);color:var(--gm-hairlinebutton-disabled-ink-color,rgba(60,64,67,.38))}.Rj2Mlf:disabled{border-color:rgba(60,64,67,.12);border-color:var(--gm-hairlinebutton-disabled-outline-color,rgba(60,64,67,.12))}.Rj2Mlf:hover:not(:disabled),.Rj2Mlf.VfPpkd-ksKsZd-mWPk3d-OWXEXe-AHe6Kc-XpnDCe:not(:disabled),.Rj2Mlf:not(.VfPpkd-ksKsZd-mWPk3d):focus:not(:disabled),.Rj2Mlf:active:not(:disabled){color:rgb(23,78,166);color:var(--gm-hairlinebutton-ink-color--stateful,rgb(23,78,166))}.Rj2Mlf .VfPpkd-BFbNVe-bF1uUb{opacity:0}.Rj2Mlf .VfPpkd-UdE5de-uDEFge .VfPpkd-JGcpL-uI4vCe-LkdAo,.Rj2Mlf .VfPpkd-UdE5de-uDEFge .VfPpkd-JGcpL-IdXvz-LkdAo-Bd00G{stroke:rgb(26,115,232)}@media (-ms-high-contrast:active),screen and (forced-colors:active){.Rj2Mlf .VfPpkd-UdE5de-uDEFge .VfPpkd-JGcpL-uI4vCe-LkdAo,.Rj2Mlf .VfPpkd-UdE5de-uDEFge .VfPpkd-JGcpL-IdXvz-LkdAo-Bd00G{stroke:CanvasText}}.Rj2Mlf .VfPpkd-Jh9lGc::before,.Rj2Mlf .VfPpkd-Jh9lGc::after{background-color:rgb(26,115,232);background-color:var(--gm-hairlinebutton-state-color,rgb(26,115,232))}.Rj2Mlf:hover .VfPpkd-Jh9lGc::before,.Rj2Mlf.VfPpkd-ksKsZd-XxIAqe-OWXEXe-ZmdkE .VfPpkd-Jh9lGc::before{opacity:.04;opacity:var(--mdc-ripple-hover-opacity,.04)}.Rj2Mlf.VfPpkd-ksKsZd-mWPk3d-OWXEXe-AHe6Kc-XpnDCe .VfPpkd-Jh9lGc::before,.Rj2Mlf:not(.VfPpkd-ksKsZd-mWPk3d):focus .VfPpkd-Jh9lGc::before{-webkit-transition-duration:75ms;transition-duration:75ms;opacity:.12;opacity:var(--mdc-ripple-focus-opacity,.12)}.Rj2Mlf:not(.VfPpkd-ksKsZd-mWPk3d) .VfPpkd-Jh9lGc::after{-webkit-transition:opacity .15s linear;transition:opacity .15s linear}.Rj2Mlf:not(.VfPpkd-ksKsZd-mWPk3d):active .VfPpkd-Jh9lGc::after{-webkit-transition-duration:75ms;transition-duration:75ms;opacity:.12;opacity:var(--mdc-ripple-press-opacity,.12)}.Rj2Mlf.VfPpkd-ksKsZd-mWPk3d{--mdc-ripple-fg-opacity:var(--mdc-ripple-press-opacity,0.12)}.Rj2Mlf:disabled:hover .VfPpkd-Jh9lGc::before,.Rj2Mlf:disabled.VfPpkd-ksKsZd-XxIAqe-OWXEXe-ZmdkE .VfPpkd-Jh9lGc::before{opacity:0;opacity:var(--mdc-ripple-hover-opacity,0)}.Rj2Mlf:disabled.VfPpkd-ksKsZd-mWPk3d-OWXEXe-AHe6Kc-XpnDCe .VfPpkd-Jh9lGc::before,.Rj2Mlf:disabled:not(.VfPpkd-ksKsZd-mWPk3d):focus .VfPpkd-Jh9lGc::before{-webkit-transition-duration:75ms;transition-duration:75ms;opacity:0;opacity:var(--mdc-ripple-focus-opacity,0)}.Rj2Mlf:disabled:not(.VfPpkd-ksKsZd-mWPk3d) .VfPpkd-Jh9lGc::after{-webkit-transition:opacity .15s linear;transition:opacity .15s linear}.Rj2Mlf:disabled:not(.VfPpkd-ksKsZd-mWPk3d):active .VfPpkd-Jh9lGc::after{-webkit-transition-duration:75ms;transition-duration:75ms;opacity:0;opacity:var(--mdc-ripple-press-opacity,0)}.Rj2Mlf:disabled.VfPpkd-ksKsZd-mWPk3d{--mdc-ripple-fg-opacity:var(--mdc-ripple-press-opacity,0)}.b9hyVd{font-family:"Google Sans",Roboto,Arial,sans-serif;font-size:.875rem;letter-spacing:.0107142857em;font-weight:500;text-transform:none;-webkit-transition:border .28s cubic-bezier(.4,0,.2,1),-webkit-box-shadow .28s cubic-bezier(.4,0,.2,1);transition:border .28s cubic-bezier(.4,0,.2,1),-webkit-box-shadow .28s cubic-bezier(.4,0,.2,1);transition:border .28s cubic-bezier(.4,0,.2,1),box-shadow .28s cubic-bezier(.4,0,.2,1);transition:border .28s cubic-bezier(.4,0,.2,1),box-shadow .28s cubic-bezier(.4,0,.2,1),-webkit-box-shadow .28s cubic-bezier(.4,0,.2,1);border-width:0;-webkit-box-shadow:0 1px 2px 0 rgba(60,64,67,.3),0 1px 3px 1px rgba(60,64,67,.15);box-shadow:0 1px 2px 0 rgba(60,64,67,.3),0 1px 3px 1px rgba(60,64,67,.15);-webkit-box-shadow:0 1px 2px 0 var(--gm-protectedbutton-keyshadow-color,rgba(60,64,67,.3)),0 1px 3px 1px var(--gm-protectedbutton-ambientshadow-color,rgba(60,64,67,.15));box-shadow:0 1px 2px 0 var(--gm-protectedbutton-keyshadow-color,rgba(60,64,67,.3)),0 1px 3px 1px var(--gm-protectedbutton-ambientshadow-color,rgba(60,64,67,.15))}.b9hyVd .VfPpkd-Jh9lGc{height:100%;position:absolute;overflow:hidden;width:100%;z-index:0}.b9hyVd:not(:disabled){background-color:#fff;background-color:var(--gm-protectedbutton-container-color,#fff)}.b9hyVd:not(:disabled){color:rgb(26,115,232);color:var(--gm-protectedbutton-ink-color,rgb(26,115,232))}.b9hyVd:disabled{background-color:rgba(60,64,67,.12);background-color:var(--gm-protectedbutton-disabled-container-color,rgba(60,64,67,.12))}.b9hyVd:disabled{color:rgba(60,64,67,.38);color:var(--gm-protectedbutton-disabled-ink-color,rgba(60,64,67,.38))}.b9hyVd:hover:not(:disabled),.b9hyVd.VfPpkd-ksKsZd-mWPk3d-OWXEXe-AHe6Kc-XpnDCe:not(:disabled),.b9hyVd:not(.VfPpkd-ksKsZd-mWPk3d):focus:not(:disabled),.b9hyVd:active:not(:disabled){color:rgb(23,78,166);color:var(--gm-protectedbutton-ink-color--stateful,rgb(23,78,166))}.b9hyVd .VfPpkd-BFbNVe-bF1uUb{opacity:0}.b9hyVd .VfPpkd-UdE5de-uDEFge .VfPpkd-JGcpL-uI4vCe-LkdAo,.b9hyVd .VfPpkd-UdE5de-uDEFge .VfPpkd-JGcpL-IdXvz-LkdAo-Bd00G{stroke:rgb(26,115,232)}@media (-ms-high-contrast:active),screen and (forced-colors:active){.b9hyVd .VfPpkd-UdE5de-uDEFge .VfPpkd-JGcpL-uI4vCe-LkdAo,.b9hyVd .VfPpkd-UdE5de-uDEFge .VfPpkd-JGcpL-IdXvz-LkdAo-B
2026-01-13T09:30:13
https://git.sr.ht/~bzg/worg/tree/master/item/LICENSES/gpl-3.0.txt
~bzg/worg (master): LICENSES/gpl-3.0.txt - sourcehut git sourcehut Log in — Register ~bzg / worg summary tree log refs worg / LICENSES /gpl-3.0.txt -rw-r--r-- 34.3 KiB View Log View raw Permalink 658ef0ad — Ihor Radchenko Revert "org-web-social.org: Avoid javascript" a day ago 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 GNU GENERAL PUBLIC LICENSE Version 3, 29 June 2007 Copyright (C) 2007 Free Software Foundation, Inc. <https://fsf.org/> Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed. Preamble The GNU General Public License is a free, copyleft license for software and other kinds of works. The licenses for most software and other practical works are designed to take away your freedom to share and change the works. By contrast, the GNU General Public License is intended to guarantee your freedom to share and change all versions of a program--to make sure it remains free software for all its users. We, the Free Software Foundation, use the GNU General Public License for most of our software; it applies also to any other work released this way by its authors. You can apply it to your programs, too. When we speak of free software, we are referring to freedom, not price. Our General Public Licenses are designed to make sure that you have the freedom to distribute copies of free software (and charge for them if you wish), that you receive source code or can get it if you want it, that you can change the software or use pieces of it in new free programs, and that you know you can do these things. To protect your rights, we need to prevent others from denying you these rights or asking you to surrender the rights. Therefore, you have certain responsibilities if you distribute copies of the software, or if you modify it: responsibilities to respect the freedom of others. For example, if you distribute copies of such a program, whether gratis or for a fee, you must pass on to the recipients the same freedoms that you received. You must make sure that they, too, receive or can get the source code. And you must show them these terms so they know their rights. Developers that use the GNU GPL protect your rights with two steps: (1) assert copyright on the software, and (2) offer you this License giving you legal permission to copy, distribute and/or modify it. For the developers' and authors' protection, the GPL clearly explains that there is no warranty for this free software. For both users' and authors' sake, the GPL requires that modified versions be marked as changed, so that their problems will not be attributed erroneously to authors of previous versions. Some devices are designed to deny users access to install or run modified versions of the software inside them, although the manufacturer can do so. This is fundamentally incompatible with the aim of protecting users' freedom to change the software. The systematic pattern of such abuse occurs in the area of products for individuals to use, which is precisely where it is most unacceptable. Therefore, we have designed this version of the GPL to prohibit the practice for those products. If such problems arise substantially in other domains, we stand ready to extend this provision to those domains in future versions of the GPL, as needed to protect the freedom of users. Finally, every program is threatened constantly by software patents. States should not allow patents to restrict development and use of software on general-purpose computers, but in those that do, we wish to avoid the special danger that patents applied to a free program could make it effectively proprietary. To prevent this, the GPL assures that patents cannot be used to render the program non-free. The precise terms and conditions for copying, distribution and modification follow. TERMS AND CONDITIONS 0. Definitions. "This License" refers to version 3 of the GNU General Public License. "Copyright" also means copyright-like laws that apply to other kinds of works, such as semiconductor masks. "The Program" refers to any copyrightable work licensed under this License. Each licensee is addressed as "you". "Licensees" and "recipients" may be individuals or organizations. To "modify" a work means to copy from or adapt all or part of the work in a fashion requiring copyright permission, other than the making of an exact copy. The resulting work is called a "modified version" of the earlier work or a work "based on" the earlier work. A "covered work" means either the unmodified Program or a work based on the Program. To "propagate" a work means to do anything with it that, without permission, would make you directly or secondarily liable for infringement under applicable copyright law, except executing it on a computer or modifying a private copy. Propagation includes copying, distribution (with or without modification), making available to the public, and in some countries other activities as well. To "convey" a work means any kind of propagation that enables other parties to make or receive copies. Mere interaction with a user through a computer network, with no transfer of a copy, is not conveying. An interactive user interface displays "Appropriate Legal Notices" to the extent that it includes a convenient and prominently visible feature that (1) displays an appropriate copyright notice, and (2) tells the user that there is no warranty for the work (except to the extent that warranties are provided), that licensees may convey the work under this License, and how to view a copy of this License. If the interface presents a list of user commands or options, such as a menu, a prominent item in the list meets this criterion. 1. Source Code. The "source code" for a work means the preferred form of the work for making modifications to it. "Object code" means any non-source form of a work. A "Standard Interface" means an interface that either is an official standard defined by a recognized standards body, or, in the case of interfaces specified for a particular programming language, one that is widely used among developers working in that language. The "System Libraries" of an executable work include anything, other than the work as a whole, that (a) is included in the normal form of packaging a Major Component, but which is not part of that Major Component, and (b) serves only to enable use of the work with that Major Component, or to implement a Standard Interface for which an implementation is available to the public in source code form. A "Major Component", in this context, means a major essential component (kernel, window system, and so on) of the specific operating system (if any) on which the executable work runs, or a compiler used to produce the work, or an object code interpreter used to run it. The "Corresponding Source" for a work in object code form means all the source code needed to generate, install, and (for an executable work) run the object code and to modify the work, including scripts to control those activities. However, it does not include the work's System Libraries, or general-purpose tools or generally available free programs which are used unmodified in performing those activities but which are not part of the work. For example, Corresponding Source includes interface definition files associated with source files for the work, and the source code for shared libraries and dynamically linked subprograms that the work is specifically designed to require, such as by intimate data communication or control flow between those subprograms and other parts of the work. The Corresponding Source need not include anything that users can regenerate automatically from other parts of the Corresponding Source. The Corresponding Source for a work in source code form is that same work. 2. Basic Permissions. All rights granted under this License are granted for the term of copyright on the Program, and are irrevocable provided the stated conditions are met. This License explicitly affirms your unlimited permission to run the unmodified Program. The output from running a covered work is covered by this License only if the output, given its content, constitutes a covered work. This License acknowledges your rights of fair use or other equivalent, as provided by copyright law. You may make, run and propagate covered works that you do not convey, without conditions so long as your license otherwise remains in force. You may convey covered works to others for the sole purpose of having them make modifications exclusively for you, or provide you with facilities for running those works, provided that you comply with the terms of this License in conveying all material for which you do not control copyright. Those thus making or running the covered works for you must do so exclusively on your behalf, under your direction and control, on terms that prohibit them from making any copies of your copyrighted material outside their relationship with you. Conveying under any other circumstances is permitted solely under the conditions stated below. Sublicensing is not allowed; section 10 makes it unnecessary. 3. Protecting Users' Legal Rights From Anti-Circumvention Law. No covered work shall be deemed part of an effective technological measure under any applicable law fulfilling obligations under article 11 of the WIPO copyright treaty adopted on 20 December 1996, or similar laws prohibiting or restricting circumvention of such measures. When you convey a covered work, you waive any legal power to forbid circumvention of technological measures to the extent such circumvention is effected by exercising rights under this License with respect to the covered work, and you disclaim any intention to limit operation or modification of the work as a means of enforcing, against the work's users, your or third parties' legal rights to forbid circumvention of technological measures. 4. Conveying Verbatim Copies. You may convey verbatim copies of the Program's source code as you receive it, in any medium, provided that you conspicuously and appropriately publish on each copy an appropriate copyright notice; keep intact all notices stating that this License and any non-permissive terms added in accord with section 7 apply to the code; keep intact all notices of the absence of any warranty; and give all recipients a copy of this License along with the Program. You may charge any price or no price for each copy that you convey, and you may offer support or warranty protection for a fee. 5. Conveying Modified Source Versions. You may convey a work based on the Program, or the modifications to produce it from the Program, in the form of source code under the terms of section 4, provided that you also meet all of these conditions: a) The work must carry prominent notices stating that you modified it, and giving a relevant date. b) The work must carry prominent notices stating that it is released under this License and any conditions added under section 7. This requirement modifies the requirement in section 4 to "keep intact all notices". c) You must license the entire work, as a whole, under this License to anyone who comes into possession of a copy. This License will therefore apply, along with any applicable section 7 additional terms, to the whole of the work, and all its parts, regardless of how they are packaged. This License gives no permission to license the work in any other way, but it does not invalidate such permission if you have separately received it. d) If the work has interactive user interfaces, each must display Appropriate Legal Notices; however, if the Program has interactive interfaces that do not display Appropriate Legal Notices, your work need not make them do so. A compilation of a covered work with other separate and independent works, which are not by their nature extensions of the covered work, and which are not combined with it such as to form a larger program, in or on a volume of a storage or distribution medium, is called an "aggregate" if the compilation and its resulting copyright are not used to limit the access or legal rights of the compilation's users beyond what the individual works permit. Inclusion of a covered work in an aggregate does not cause this License to apply to the other parts of the aggregate. 6. Conveying Non-Source Forms. You may convey a covered work in object code form under the terms of sections 4 and 5, provided that you also convey the machine-readable Corresponding Source under the terms of this License, in one of these ways: a) Convey the object code in, or embodied in, a physical product (including a physical distribution medium), accompanied by the Corresponding Source fixed on a durable physical medium customarily used for software interchange. b) Convey the object code in, or embodied in, a physical product (including a physical distribution medium), accompanied by a written offer, valid for at least three years and valid for as long as you offer spare parts or customer support for that product model, to give anyone who possesses the object code either (1) a copy of the Corresponding Source for all the software in the product that is covered by this License, on a durable physical medium customarily used for software interchange, for a price no more than your reasonable cost of physically performing this conveying of source, or (2) access to copy the Corresponding Source from a network server at no charge. c) Convey individual copies of the object code with a copy of the written offer to provide the Corresponding Source. This alternative is allowed only occasionally and noncommercially, and only if you received the object code with such an offer, in accord with subsection 6b. d) Convey the object code by offering access from a designated place (gratis or for a charge), and offer equivalent access to the Corresponding Source in the same way through the same place at no further charge. You need not require recipients to copy the Corresponding Source along with the object code. If the place to copy the object code is a network server, the Corresponding Source may be on a different server (operated by you or a third party) that supports equivalent copying facilities, provided you maintain clear directions next to the object code saying where to find the Corresponding Source. Regardless of what server hosts the Corresponding Source, you remain obligated to ensure that it is available for as long as needed to satisfy these requirements. e) Convey the object code using peer-to-peer transmission, provided you inform other peers where the object code and Corresponding Source of the work are being offered to the general public at no charge under subsection 6d. A separable portion of the object code, whose source code is excluded from the Corresponding Source as a System Library, need not be included in conveying the object code work. A "User Product" is either (1) a "consumer product", which means any tangible personal property which is normally used for personal, family, or household purposes, or (2) anything designed or sold for incorporation into a dwelling. In determining whether a product is a consumer product, doubtful cases shall be resolved in favor of coverage. For a particular product received by a particular user, "normally used" refers to a typical or common use of that class of product, regardless of the status of the particular user or of the way in which the particular user actually uses, or expects or is expected to use, the product. A product is a consumer product regardless of whether the product has substantial commercial, industrial or non-consumer uses, unless such uses represent the only significant mode of use of the product. "Installation Information" for a User Product means any methods, procedures, authorization keys, or other information required to install and execute modified versions of a covered work in that User Product from a modified version of its Corresponding Source. The information must suffice to ensure that the continued functioning of the modified object code is in no case prevented or interfered with solely because modification has been made. If you convey an object code work under this section in, or with, or specifically for use in, a User Product, and the conveying occurs as part of a transaction in which the right of possession and use of the User Product is transferred to the recipient in perpetuity or for a fixed term (regardless of how the transaction is characterized), the Corresponding Source conveyed under this section must be accompanied by the Installation Information. But this requirement does not apply if neither you nor any third party retains the ability to install modified object code on the User Product (for example, the work has been installed in ROM). The requirement to provide Installation Information does not include a requirement to continue to provide support service, warranty, or updates for a work that has been modified or installed by the recipient, or for the User Product in which it has been modified or installed. Access to a network may be denied when the modification itself materially and adversely affects the operation of the network or violates the rules and protocols for communication across the network. Corresponding Source conveyed, and Installation Information provided, in accord with this section must be in a format that is publicly documented (and with an implementation available to the public in source code form), and must require no special password or key for unpacking, reading or copying. 7. Additional Terms. "Additional permissions" are terms that supplement the terms of this License by making exceptions from one or more of its conditions. Additional permissions that are applicable to the entire Program shall be treated as though they were included in this License, to the extent that they are valid under applicable law. If additional permissions apply only to part of the Program, that part may be used separately under those permissions, but the entire Program remains governed by this License without regard to the additional permissions. When you convey a copy of a covered work, you may at your option remove any additional permissions from that copy, or from any part of it. (Additional permissions may be written to require their own removal in certain cases when you modify the work.) You may place additional permissions on material, added by you to a covered work, for which you have or can give appropriate copyright permission. Notwithstanding any other provision of this License, for material you add to a covered work, you may (if authorized by the copyright holders of that material) supplement the terms of this License with terms: a) Disclaiming warranty or limiting liability differently from the terms of sections 15 and 16 of this License; or b) Requiring preservation of specified reasonable legal notices or author attributions in that material or in the Appropriate Legal Notices displayed by works containing it; or c) Prohibiting misrepresentation of the origin of that material, or requiring that modified versions of such material be marked in reasonable ways as different from the original version; or d) Limiting the use for publicity purposes of names of licensors or authors of the material; or e) Declining to grant rights under trademark law for use of some trade names, trademarks, or service marks; or f) Requiring indemnification of licensors and authors of that material by anyone who conveys the material (or modified versions of it) with contractual assumptions of liability to the recipient, for any liability that these contractual assumptions directly impose on those licensors and authors. All other non-permissive additional terms are considered "further restrictions" within the meaning of section 10. If the Program as you received it, or any part of it, contains a notice stating that it is governed by this License along with a term that is a further restriction, you may remove that term. If a license document contains a further restriction but permits relicensing or conveying under this License, you may add to a covered work material governed by the terms of that license document, provided that the further restriction does not survive such relicensing or conveying. If you add terms to a covered work in accord with this section, you must place, in the relevant source files, a statement of the additional terms that apply to those files, or a notice indicating where to find the applicable terms. Additional terms, permissive or non-permissive, may be stated in the form of a separately written license, or stated as exceptions; the above requirements apply either way. 8. Termination. You may not propagate or modify a covered work except as expressly provided under this License. Any attempt otherwise to propagate or modify it is void, and will automatically terminate your rights under this License (including any patent licenses granted under the third paragraph of section 11). However, if you cease all violation of this License, then your license from a particular copyright holder is reinstated (a) provisionally, unless and until the copyright holder explicitly and finally terminates your license, and (b) permanently, if the copyright holder fails to notify you of the violation by some reasonable means prior to 60 days after the cessation. Moreover, your license from a particular copyright holder is reinstated permanently if the copyright holder notifies you of the violation by some reasonable means, this is the first time you have received notice of violation of this License (for any work) from that copyright holder, and you cure the violation prior to 30 days after your receipt of the notice. Termination of your rights under this section does not terminate the licenses of parties who have received copies or rights from you under this License. If your rights have been terminated and not permanently reinstated, you do not qualify to receive new licenses for the same material under section 10. 9. Acceptance Not Required for Having Copies. You are not required to accept this License in order to receive or run a copy of the Program. Ancillary propagation of a covered work occurring solely as a consequence of using peer-to-peer transmission to receive a copy likewise does not require acceptance. However, nothing other than this License grants you permission to propagate or modify any covered work. These actions infringe copyright if you do not accept this License. Therefore, by modifying or propagating a covered work, you indicate your acceptance of this License to do so. 10. Automatic Licensing of Downstream Recipients. Each time you convey a covered work, the recipient automatically receives a license from the original licensors, to run, modify and propagate that work, subject to this License. You are not responsible for enforcing compliance by third parties with this License. An "entity transaction" is a transaction transferring control of an organization, or substantially all assets of one, or subdividing an organization, or merging organizations. If propagation of a covered work results from an entity transaction, each party to that transaction who receives a copy of the work also receives whatever licenses to the work the party's predecessor in interest had or could give under the previous paragraph, plus a right to possession of the Corresponding Source of the work from the predecessor in interest, if the predecessor has it or can get it with reasonable efforts. You may not impose any further restrictions on the exercise of the rights granted or affirmed under this License. For example, you may not impose a license fee, royalty, or other charge for exercise of rights granted under this License, and you may not initiate litigation (including a cross-claim or counterclaim in a lawsuit) alleging that any patent claim is infringed by making, using, selling, offering for sale, or importing the Program or any portion of it. 11. Patents. A "contributor" is a copyright holder who authorizes use under this License of the Program or a work on which the Program is based. The work thus licensed is called the contributor's "contributor version". A contributor's "essential patent claims" are all patent claims owned or controlled by the contributor, whether already acquired or hereafter acquired, that would be infringed by some manner, permitted by this License, of making, using, or selling its contributor version, but do not include claims that would be infringed only as a consequence of further modification of the contributor version. For purposes of this definition, "control" includes the right to grant patent sublicenses in a manner consistent with the requirements of this License. Each contributor grants you a non-exclusive, worldwide, royalty-free patent license under the contributor's essential patent claims, to make, use, sell, offer for sale, import and otherwise run, modify and propagate the contents of its contributor version. In the following three paragraphs, a "patent license" is any express agreement or commitment, however denominated, not to enforce a patent (such as an express permission to practice a patent or covenant not to sue for patent infringement). To "grant" such a patent license to a party means to make such an agreement or commitment not to enforce a patent against the party. If you convey a covered work, knowingly relying on a patent license, and the Corresponding Source of the work is not available for anyone to copy, free of charge and under the terms of this License, through a publicly available network server or other readily accessible means, then you must either (1) cause the Corresponding Source to be so available, or (2) arrange to deprive yourself of the benefit of the patent license for this particular work, or (3) arrange, in a manner consistent with the requirements of this License, to extend the patent license to downstream recipients. "Knowingly relying" means you have actual knowledge that, but for the patent license, your conveying the covered work in a country, or your recipient's use of the covered work in a country, would infringe one or more identifiable patents in that country that you have reason to believe are valid. If, pursuant to or in connection with a single transaction or arrangement, you convey, or propagate by procuring conveyance of, a covered work, and grant a patent license to some of the parties receiving the covered work authorizing them to use, propagate, modify or convey a specific copy of the covered work, then the patent license you grant is automatically extended to all recipients of the covered work and works based on it. A patent license is "discriminatory" if it does not include within the scope of its coverage, prohibits the exercise of, or is conditioned on the non-exercise of one or more of the rights that are specifically granted under this License. You may not convey a covered work if you are a party to an arrangement with a third party that is in the business of distributing software, under which you make payment to the third party based on the extent of your activity of conveying the work, and under which the third party grants, to any of the parties who would receive the covered work from you, a discriminatory patent license (a) in connection with copies of the covered work conveyed by you (or copies made from those copies), or (b) primarily for and in connection with specific products or compilations that contain the covered work, unless you entered into that arrangement, or that patent license was granted, prior to 28 March 2007. Nothing in this License shall be construed as excluding or limiting any implied license or other defenses to infringement that may otherwise be available to you under applicable patent law. 12. No Surrender of Others' Freedom. If conditions are imposed on you (whether by court order, agreement or otherwise) that contradict the conditions of this License, they do not excuse you from the conditions of this License. If you cannot convey a covered work so as to satisfy simultaneously your obligations under this License and any other pertinent obligations, then as a consequence you may not convey it at all. For example, if you agree to terms that obligate you to collect a royalty for further conveying from those to whom you convey the Program, the only way you could satisfy both those terms and this License would be to refrain entirely from conveying the Program. 13. Use with the GNU Affero General Public License. Notwithstanding any other provision of this License, you have permission to link or combine any covered work with a work licensed under version 3 of the GNU Affero General Public License into a single combined work, and to convey the resulting work. The terms of this License will continue to apply to the part which is the covered work, but the special requirements of the GNU Affero General Public License, section 13, concerning interaction through a network will apply to the combination as such. 14. Revised Versions of this License. The Free Software Foundation may publish revised and/or new versions of the GNU General Public License from time to time. Such new versions will be similar in spirit to the present version, but may differ in detail to address new problems or concerns. Each version is given a distinguishing version number. If the Program specifies that a certain numbered version of the GNU General Public License "or any later version" applies to it, you have the option of following the terms and conditions either of that numbered version or of any later version published by the Free Software Foundation. If the Program does not specify a version number of the GNU General Public License, you may choose any version ever published by the Free Software Foundation. If the Program specifies that a proxy can decide which future versions of the GNU General Public License can be used, that proxy's public statement of acceptance of a version permanently authorizes you to choose that version for the Program. Later license versions may give you additional or different permissions. However, no additional obligations are imposed on any author or copyright holder as a result of your choosing to follow a later version. 15. Disclaimer of Warranty. THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION. 16. Limitation of Liability. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. 17. Interpretation of Sections 15 and 16. If the disclaimer of warranty and limitation of liability provided above cannot be given local legal effect according to their terms, reviewing courts shall apply local law that most closely approximates an absolute waiver of all civil liability in connection with the Program, unless a warranty or assumption of liability accompanies a copy of the Program in return for a fee. END OF TERMS AND CONDITIONS How to Apply These Terms to Your New Programs If you develop a new program, and you want it to be of the greatest possible use to the public, the best way to achieve this is to make it free software which everyone can redistribute and change under these terms. To do so, attach the following notices to the program. It is safest to attach them to the start of each source file to most effectively state the exclusion of warranty; and each file should have at least the "copyright" line and a pointer to where the full notice is found. <one line to give the program's name and a brief idea of what it does.> Copyright (C) <year> <name of author> This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see <https://www.gnu.org/licenses/>. Also add information on how to contact you by electronic and paper mail. If the program does terminal interaction, make it output a short notice like this when it starts in an interactive mode: <program> Copyright (C) <year> <name of author> This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'. This is free software, and you are welcome to redistribute it under certain conditions; type `show c' for details. The hypothetical commands `show w' and `show c' should show the appropriate parts of the General Public License. Of course, your program's commands might be different; for a GUI interface, you would use an "about box". You should also get your employer (if you work as a programmer) or school, if any, to sign a "copyright disclaimer" for the program, if necessary. For more information on this, and how to apply and follow the GNU GPL, see <https://www.gnu.org/licenses/>. The GNU General Public License does not permit incorporating your program into proprietary programs. If your program is a subroutine library, you may consider it more useful to permit linking proprietary applications with the library. If this is what you want to do, use the GNU Lesser General Public License instead of this License. But first, please read <https://www.gnu.org/licenses/why-not-lgpl.html>.
2026-01-13T09:30:13
https://sr.ht/projects?search=%23catan+%23pager
Browse projects on sourcehut sourcehut Log in — Register Browse public projects Sort results by Recently updated Longest active Apply Featured projects ~vicho/ el_poblador #board-games #tui #catan A terminal-based implementation of Settlers of Catan ~sheepy/ 3ds-homebrew #3ds #homebrew #rust A collection of "silly" 3DS homebrew projects. ~reykjalin/ Fonn #editor #tui #zig Fönn is a code editor powered by libfn, a text editor engine as a library. ~mlb/ linkhut #social #bookmarks A social bookmarking website ~bptato/ chawan #browser #pager A web browser for your terminal emulator More featured projects
2026-01-13T09:30:13
https://sr.ht/~el1i0r/
~el1i0r sourcehut Log in — Register ~el1i0r about projects git hg lists todo deserts https://el1i0r.github.io/ What are you doing here... Leva A superset of Pie from little typer, intended to be my and a friend's playing ground with Martin Lof Type Theory. #dependent-types #CoC #formal-logic Coral A Browser #browser #internet #rust
2026-01-13T09:30:13
https://sr.ht/~bptato/chawan/sources
chawan sources - sourcehut sourcehut Log in — Register ~bptato / chawan summary website  sources mailing lists tickets TUI Web Browser ~bptato/chawan git TUI Web Browser ~bptato/chagashi git Text encoders & decoders for Chawan ~bptato/chame git HTML5 parser for Chawan ~bptato/monoucha git High level QuickJS wrapper in Nim
2026-01-13T09:30:13
https://git.sr.ht/~sheepy/pomegranate
~sheepy/pomegranate - (3DS/Rust) a silly feature-rich homebrew music player - sourcehut git sourcehut Log in — Register ~sheepy / pomegranate summary tree log refs (3DS/Rust) a silly feature-rich homebrew music player 3c1bdabe — sheepy0125 a month ago update rust edition to 2024, update symphonia da619a37 — sheepy0125 4 months ago cleanup 6fa4cbb8 — sheepy0125 4 months ago Merge branch 'main' of git.sr.ht:~sheepy/pomegranate refs main browse  log  clone read-only https://git.sr.ht/~sheepy/pomegranate read/write git@git.sr.ht:~sheepy/pomegranate Clone repo to your account You can also use your local clone with git send-email . # pomegranate A silly music player for Nintendo 3DS homebrew! Download the latest release from Github , or scan this with FBI: # # Features [x] Audio playback [x] flac [x] mp3 [x] m4a [x] Pausing [x] Seeking [x] Track metadata [x] Album art [x] From metadata [x] From indexing [ ] Bumper controls [x] Pause/play [ ] Next / previous [ ] Playlists [x] Enqueuing songs [ ] Loop [ ] Shuffle [x] Music organization [x] Folder-based navigation [x] Metadata-based indexing navigation [x] Cool UI # Usage # Indexing Indexing organizes your music by artist -> album -> tracks by looking at the metadata of every file recursively from your selected root directory. To get started: go to the settings menu, choose a music library folder, go to the the CD menu, scroll to the bottom, and press "reindex." This process will take quite a bit of time (~1-5 sec/song, depending on the format!). # Bumper controls Input Action double (2x) tap R pause or play double (2x) tap L stop playback triple (3x) tap R next song triple (3x) tap L previous song # Theming Pomegranate has rudimentary (horrid, heavily WIP) theming support . # Bugs & roadmap # Bugs Intermittent crashes for some users on home button or exiting the app? Brightness is reset when opening the home menu or plugging in / unplugging the console. Please report bugs to https://github.com/sheepy0125/pomegranate/issues. # Roadmap Sleeping after inactivity to prevent draining the battery Last.fm scrobbling UI rewrite In-app theming # Credits # Backgrounds Pomegranate sheep: Commission from DOOMVEGA ( KoFi ) Cartoon sky: source Clouds 95: Windows 95 wallpaper, source # Icons CD, CD case, folder, & cog: Strawberry, GPL-3.0 source Pomegranate fruit: adapted from Ivar Leidus, CC BY-SA 4.0 source Battery, volume, clock: Micro Heroicons, MIT source # Audio Banner audio: Cipher by Kevin MacLeod, source # Building Prerequisities: git Rust installation cargo-3ds devkitpro's toolchain git clone https://git.sr.ht/~sheepy/pomegranate && \ cd pomegranate && \ git submodule init && \ git submodule update && \ rustup override set nightly-09-01 && \ rustup component add rust-src --toolchain nightly-2025-09-01-x86_64-unknown-linux-gnu && \ cargo clean && \ cargo 3ds build --release && \ mv target/armv6k-nintendo-3ds/release/pomegranate.3dsx . # Updating git pull git submodule update --recursive --remote cargo update See /build/HACKING.txt for instructions on making a CIA. sheepy@sheepy.moe
2026-01-13T09:30:13
https://git.sr.ht/~bzg/worg/tree/658ef0ad99935bf10661c062026980e5926bb9de/item/LICENSES
~bzg/worg (658ef0ad99935bf10661c062026980e5926bb9de): LICENSES/ - sourcehut git sourcehut Log in — Register ~bzg / worg summary tree log refs ref: 658ef0ad99935bf10661c062026980e5926bb9de worg /LICENSES d--------- Tree Log Permalink 658ef0ad — Ihor Radchenko Revert "org-web-social.org: Avoid javascript" a day ago .. -rw-r--r-- fdl-1.3.txt 22.4 KiB -rw-r--r-- gpl-3.0.txt 34.3 KiB
2026-01-13T09:30:13
https://sr.ht/projects?search=%23pager+%23catan
Browse projects on sourcehut sourcehut Log in — Register Browse public projects Sort results by Recently updated Longest active Apply Featured projects ~vicho/ el_poblador #board-games #tui #catan A terminal-based implementation of Settlers of Catan ~sheepy/ 3ds-homebrew #3ds #homebrew #rust A collection of "silly" 3DS homebrew projects. ~reykjalin/ Fonn #editor #tui #zig Fönn is a code editor powered by libfn, a text editor engine as a library. ~mlb/ linkhut #social #bookmarks A social bookmarking website ~bptato/ chawan #browser #pager A web browser for your terminal emulator More featured projects
2026-01-13T09:30:13
https://sr.ht/projects?search=%23board-games+%23homebrew
Browse projects on sourcehut sourcehut Log in — Register Browse public projects Sort results by Recently updated Longest active Apply Featured projects ~vicho/ el_poblador #board-games #tui #catan A terminal-based implementation of Settlers of Catan ~sheepy/ 3ds-homebrew #3ds #homebrew #rust A collection of "silly" 3DS homebrew projects. ~reykjalin/ Fonn #editor #tui #zig Fönn is a code editor powered by libfn, a text editor engine as a library. ~mlb/ linkhut #social #bookmarks A social bookmarking website ~bptato/ chawan #browser #pager A web browser for your terminal emulator More featured projects
2026-01-13T09:30:13
https://sr.ht/projects?search=%23catan+%23browser
Browse projects on sourcehut sourcehut Log in — Register Browse public projects Sort results by Recently updated Longest active Apply Featured projects ~vicho/ el_poblador #board-games #tui #catan A terminal-based implementation of Settlers of Catan ~sheepy/ 3ds-homebrew #3ds #homebrew #rust A collection of "silly" 3DS homebrew projects. ~reykjalin/ Fonn #editor #tui #zig Fönn is a code editor powered by libfn, a text editor engine as a library. ~mlb/ linkhut #social #bookmarks A social bookmarking website ~bptato/ chawan #browser #pager A web browser for your terminal emulator More featured projects
2026-01-13T09:30:13
https://sr.ht/projects?search=%23board-games+%23editor
Browse projects on sourcehut sourcehut Log in — Register Browse public projects Sort results by Recently updated Longest active Apply Featured projects ~vicho/ el_poblador #board-games #tui #catan A terminal-based implementation of Settlers of Catan ~sheepy/ 3ds-homebrew #3ds #homebrew #rust A collection of "silly" 3DS homebrew projects. ~reykjalin/ Fonn #editor #tui #zig Fönn is a code editor powered by libfn, a text editor engine as a library. ~mlb/ linkhut #social #bookmarks A social bookmarking website ~bptato/ chawan #browser #pager A web browser for your terminal emulator More featured projects
2026-01-13T09:30:13
https://sr.ht/projects?search=%23pager+%23homebrew
Browse projects on sourcehut sourcehut Log in — Register Browse public projects Sort results by Recently updated Longest active Apply Featured projects ~vicho/ el_poblador #board-games #tui #catan A terminal-based implementation of Settlers of Catan ~sheepy/ 3ds-homebrew #3ds #homebrew #rust A collection of "silly" 3DS homebrew projects. ~reykjalin/ Fonn #editor #tui #zig Fönn is a code editor powered by libfn, a text editor engine as a library. ~mlb/ linkhut #social #bookmarks A social bookmarking website ~bptato/ chawan #browser #pager A web browser for your terminal emulator More featured projects
2026-01-13T09:30:13
https://sr.ht/~sheepy/3ds-homebrew/#3ds-homebrew-dump
3ds-homebrew: silly 3ds homebrew projects! sourcehut Log in — Register ~sheepy / 3ds-homebrew summary sources silly 3ds homebrew projects! 460c3a6 immediate mode ui / memoization start ~sheepy pushed to ~sheepy/fruit git 25 days ago 3c1bdab update rust edition to 2024, update symphonia ~sheepy pushed to ~sheepy/pomegranate git a month ago View project feed  RSS  Report abuse # 3DS homebrew dump! a collection of the projects I've done for nintendo (o)3ds homebrew. also check out silly-3ds-examples for smaller things! project description state pomegranate a music player and organizer application obelisk use the 3DS as a controller by sending inputs over the headphone jack application (wip) keybale a keyboard inspired by thumbkey / messagease proof of concept lodestone a GPS module attachment, powered through the cartridge port proof of concept fruit UI library that uses citro2d library (wip) citro2d-rs wrappers for devkitpro's libcitro2d library (wip) cabbage useful boilerplate for managing state & error handling library (wip)
2026-01-13T09:30:13
https://sr.ht/projects?search=%23merkel-tree
Browse projects on sourcehut sourcehut Log in — Register Browse public projects Sort results by Recently updated Longest active Apply ~rezamahdi / sdir Directory hierarchy signature utility #merkel-tree #filesystem Featured projects ~vicho/ el_poblador #board-games #tui #catan A terminal-based implementation of Settlers of Catan ~sheepy/ 3ds-homebrew #3ds #homebrew #rust A collection of "silly" 3DS homebrew projects. ~reykjalin/ Fonn #editor #tui #zig Fönn is a code editor powered by libfn, a text editor engine as a library. ~mlb/ linkhut #social #bookmarks A social bookmarking website ~bptato/ chawan #browser #pager A web browser for your terminal emulator More featured projects
2026-01-13T09:30:13
https://git.sr.ht/~bzg/worg/log/658ef0ad99935bf10661c062026980e5926bb9de
~bzg/worg: 658ef0ad99935bf10661c062026980e5926bb9de - sourcehut git sourcehut Log in — Register ~bzg / worg summary tree log refs RSS 658ef0ad — Ihor Radchenko a day ago master Revert "org-web-social.org: Avoid javascript" This reverts commit 757824b92466fc7f199e639c82bd30a5736917e4 . abba2072 — Ihor Radchenko a day ago Revert "org-web-social.org (Blog posts): Add blog feeds" This reverts commit 26f118705b995b4cce600194d47586eb82b14b11 . 26f11870 — Ihor Radchenko a day ago org-web-social.org (Blog posts): Add blog feeds 757824b9 — Ihor Radchenko a day ago org-web-social.org: Avoid javascript e70dbb3f — Ihor Radchenko a month ago index.org (Get Help with Org-Mode): Warn about non-free JS on reddit/stackoverflow 43b83c5e — Ihor Radchenko a day ago org-syntax.org: Clarify numbers vs digits vs alphabetic vs alphanumeric * org-syntax.org (Alphabetic and alphanumerical characters): Define alphabetic and alphanumeric through Unicode properties. (Headings): (Footnote Definitions): (Items): (Clock): (Affiliated Keywords): (LaTeX Environments): (LaTeX Fragments): (Export Snippets): (Macros): (Statistics Cookies): (Subscript and Superscript): (Timestamps): Clarify when we refer to Unicode numbers/letters and when we refer to English letters/numbers. Link: https://orgmode.org/list/87a4zk28bt.fsf@localhost 0030af6f — Ihor Radchenko a day ago org-syntax.org (Blocks): Fix switch syntax description e7586d3c — Ihor Radchenko 2 days ago org-contrib/babel/index.org: Add link to teaser post 14711996 — Max Nikulin 2 days ago org-release-notes.org: Fix typo in "org-browser-url.el" dc4ddf56 — Max Nikulin 2 days ago org-protocol.el: Fix URL of screencast in webm format 095ae05e — Max Nikulin 2 days ago org-protocol.el: Remove link to org-annotation-helper.org * org-contrib/org-protocol.org (History of Org protocol): Do not use active link to an article that is not published to the web site. Mention Fireforg page that has been moved to archive as well. 6a00cf20 — Ihor Radchenko 2 days ago orgmeetup.org: Add meeting notes 9a8ff9a8 — Ihor Radchenko 2 days ago contributors.org: Add Kenny Chen to FSF signed contributors 0529aeb6 — Bastien 3 days ago Partial revert of 72c2ae02 See https://list.orgmode.org/487849f2-0cd6-4052-9edc-e100ebf4875a@gmail.com/T/#u e8c269cb — Ihor Radchenko 4 days ago orgmeetup.org: Update the next meetup date c3ac8213 — Ihor Radchenko 4 days ago org-maintenance.org: Update about the lack of contributor stewards 52d685d9 — Christian Moe 7 days ago org-blog-wiki.org: Standardize use of "Org (mode)" * org-blog-wiki.org: Change "Org-mode" to "Org mode", "Org-mode files" or "Org mode files" to "Org files", etc., following the style of the manual. Leave quoted titles unchanged. 8f8c7562 — Christian Moe 7 days ago org-blog-wiki.org: Fix typos f76f8b19 — Ihor Radchenko 8 days ago contributors.org: Add Tilmann Singer to tiny changes contributors ce776f4f — Ihor Radchenko 9 days ago org-blog-wiki.org: Add introductory teaser about publishing Next
2026-01-13T09:30:13
https://git.sr.ht/~sheepy/fruit/commit/460c3a6
~sheepy/fruit: immediate mode ui / memoization start - sourcehut git sourcehut Log in — Register ~sheepy / fruit summary tree log refs 460c3a620a6ecfec7da690d71e185de887286c18 — sheepy0125 25 days ago cb01fe1 overhaul immediate mode ui / memoization start patch browse .tar.gz 5 files changed, 2 insertions(+), 77 deletions(-) M .gitignore D .zed/settings.json D COPYING.txt D README.md D build.rs M .gitignore => .gitignore +2 -2 @@ 1 ,2 1 ,2 @@ - /target - *.lock + target/ + Cargo.lock D .zed/settings.json => .zed/settings.json +0 -21 @@ 1 ,21 0 ,0 @@ - { - "lsp": { - "rust-analyzer": { - "initialization_options": { - "check": { - "overrideCommand": [ - "cargo", - "3ds", - "clippy", - "--workspace", - "--all-targets", - "--message-format=json" - ] - } - }, - "checkOnSave": { - "command": "clippy" - } - } - } - } D COPYING.txt => COPYING.txt +0 -7 @@ 1 ,7 0 ,0 @@ - Copyright 2025 Ryan Sylvia <sheepy@sheepy.moe> - - Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: - - The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. - - THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. D README.md => README.md +0 -43 @@ 1 ,43 0 ,0 @@ - # fruit - - A UI library that uses [`citro2d`](//git.sr.ht/~sheepy/citro2d-rs) under-the-hood. - - Check out the [template](//git.sr.ht/~sheepy/3ds-fruit-template)! - - ## Components - - - Breadcrumbs (e.g. for file navigation) - - ![](pictures/breadcrumbs.png) - - - Scroll area - - ![](pictures/scroll_area.png) - - Button - - Marquee - - ## Nodes - - Each node has a "lifecycle," defined by the following trait: - - ```rs - pub trait Lifecycle<State> { - fn create_state(&mut self, state: &mut State) -> anyhow::Result<()>; - fn update_state(&mut self, handles: &cabbage::Handles, state: &mut State) -> anyhow::Result<()>; - } - // ...and a trait LifecycleStateless that maps to Lifecycle<()> - // but just removes the `state: &mut State` argument - ``` - - and should also implement `citro2d::Blit`, defined as... - - ```rs - pub trait Blit { - fn blit_mut(&mut self) -> anyhow::Result<()> { - self.blit() - } - fn blit(&self) -> anyhow::Result<()> { - Err(anyhow::anyhow!("`blit()` called with no handler. try `blit_mut()`?")) - } - } - ``` - - There's no hierarchy or regard for any other component -- this is a *very* barebones UI "framework," after all! I desperately want to improve upon this, but for now I just wanted *something* :3c. D build.rs => build.rs +0 -4 @@ 1 ,4 0 ,0 @@ - fn main() { - println!("cargo:rustc-link-lib=citro3d"); - println!("cargo:rustc-link-lib=citro2d"); - }
2026-01-13T09:30:13
https://git.sr.ht/~bzg/worg/tree/master/item/code/elisp
~bzg/worg (master): code/elisp/ - sourcehut git sourcehut Log in — Register ~bzg / worg summary tree log refs worg / code /elisp d--------- Tree Log Permalink 658ef0ad — Ihor Radchenko Revert "org-web-social.org: Avoid javascript" a day ago .. -rw-r--r-- color-theme-folio.el 80.5 KiB -rw-r--r-- color-theme-manoj.el 60.9 KiB -rw-r--r-- color-theme-railscast.el 2.8 KiB -rw-r--r-- color-theme-tangotango.el 11.1 KiB -rw-r--r-- color-theme-zenash.el 46.0 KiB -rw-r--r-- color-theme-zenburn.el 45.6 KiB -rw-r--r-- dto-org-gtd.el 5.7 KiB -rw-r--r-- eldo.el 5.9 KiB -rw-r--r-- ert-publish-test.el 1.7 KiB -rw-r--r-- org-collector.el 6.1 KiB -rw-r--r-- org-exchange-capture.el 3.5 KiB -rw-r--r-- org-issue.el 12.8 KiB -rw-r--r-- org-jump.el 4.0 KiB -rw-r--r-- org-player.el 10.1 KiB -rw-r--r-- worg-fortune.el 4.3 KiB -rw-r--r-- worg.el 1.6 KiB
2026-01-13T09:30:13
https://git.sr.ht/~bptato/chawan
~bptato/chawan - TUI Web Browser - sourcehut git sourcehut Log in — Register ~bptato / chawan summary tree log refs TUI Web Browser 8bb4d842 — bptato 4 days ago Precompile JS commands e58b32c9 — bptato 4 days ago lrewrap: remove unused tuple cc23eb02 — bptato 6 days ago container, lrewrap: clean up/optimize refs master browse  log  v0.3.2 release notes  clone read-only https://git.sr.ht/~bptato/chawan read/write git@git.sr.ht:~bptato/chawan Clone repo to your account You can also use your local clone with git send-email . Chawan is a TUI web (and (S)FTP, Gopher, Gemini, ...) browser with CSS, inline image and JavaScript support. It uses its own small browser engine developed from scratch, which can nevertheless display many websites in a manner similar to major graphical browsers. It can also be used as a terminal pager. # Compiling A Unix-like operating system (Linux, *BSD, Haiku, macOS, ...) is assumed. On Windows you have to use WSL. Clone the Chawan repository: git clone https://git.sr.ht/~bptato/chawan && cd chawan Install the Nim compiler: https://nim-lang.org/install.html Please use 2.0.0 or newer, ideally 2.2.6. ( nim -v displays your Nim compiler's version.) The 1.6 branch from 1.6.14 upwards may still work, but it isn't recommended unless you have no other choice. If you are using a 32-bit system, you probably need 2.2 or newer. 2.0 may still work if you export CFLAGS=-fpermissive . Install the following dependencies: OpenSSL (or LibreSSL ) libssh2 brotli pkg-config GNU make (gmake on non-GNU systems) Quick copy-paste for Debian: apt install libssh2-1-dev libssl-dev libbrotli-dev pkg-config make Run make (without arguments). Install using make install (e.g. sudo make install ). Then, try: $ cha -V # open in visual mode for a list of default keybindings $ cha example.org # open your favorite website directly from the shell $ mancha cha # read the cha(1) man page using `mancha' # Packages You can also install Chawan from packages maintained by volunteers. Known stable packages are: Alpine Linux: https://pkgs.alpinelinux.org/packages?name=chawan Arch Linux: https://archlinux.org/packages/extra/x86_64/chawan/ FreeBSD: https://www.freshports.org/www/chawan/ Homebrew: https://formulae.brew.sh/formula/chawan NixOS: https://search.nixos.org/packages?show=chawan Slackware (SBo): https://slackbuilds.org/repository/15.0/network/chawan/ Unstable packages (tip of the master branch): AUR: https://aur.archlinux.org/packages/chawan-git AppImage: https://git.lerch.org/lobo/chawan-appimage/ Homebrew (using --HEAD ): https://formulae.brew.sh/formula/chawan Each release also comes with static binaries. However, their dependencies can quickly get out of date, so installing a package or compiling Chawan yourself is preferable. # Features Currently implemented features are: multi-processing, incremental loading of documents HTML5 support with various encodings (UTF-8, Shift_JIS, GBK, ...), forms, cookies CSS -based layout engine: supports flow layout, table layout, flexbox layout, double-width characters (CJK) user-programmable keybindings (defaults are vi(m)-like), mouse support JavaScript support in documents (disabled by default) inline image support with Sixel or Kitty protocol (disabled by default; see doc/image.md on how to enable) supports several network protocols : HTTP(S), (S)FTP, Gopher, Gemini, Finger, Spartan markdown viewer ( cha README.md ), man page viewer ( mancha ) user-defined protocols and file formats syscall filter based sandboxing on FreeBSD, OpenBSD and Linux (through capsicum, pledge and seccomp-bpf) bookmarks, history ...with a lot more planned . # Bugs, technical issues, etc. First, read the troubleshooting document. If it doesn't help, open a ticket . When using the ticket tracker, please make sure your tickets are valid markdown, or they become unreadable on the web interface. If you want to send plain text e-mails not formatted as markdown, use the mailing list instead. This is also where you can send patches. If you're having troubles accessing SourceHut, you can also use the Codeberg mirror . # Documentation index Chawan's documentation is available as man pages ( man cha ) and as Markdown files. build/compilation options: doc/build.md cha man page: doc/cha.md mancha man page: doc/mancha.md configuration options: doc/config.md API description (for keybindings): doc/api.md mailcap: doc/mailcap.md mime.types: doc/mime.types.md urimethodmap: doc/urimethodmap.md local CGI: doc/cgi.md protocols: doc/protocols.md inline images: doc/image.md CSS: doc/css.md terminal compatibility: doc/terminal.md troubleshooting: doc/troubleshooting.md If you're interested in modifying the code: architecture: doc/architecture.md style guide, debugging tips, etc.: doc/hacking.md # Relatives w3m has been the main inspiration for Chawan; although the two do not share code, the UI and feature set is similar. Ferus is a separate graphical browser engine written in Nim, which uses Chawan's HTML parser. # License Chawan is dedicated to the public domain. See the UNLICENSE file for details. Chawan also includes and depends on several permissively licensed libraries. For further details, check the about:license page in Chawan, or read the same document here .
2026-01-13T09:30:13
https://git.sr.ht/~bptato/chawan
~bptato/chawan - TUI Web Browser - sourcehut git sourcehut Log in — Register ~bptato / chawan summary tree log refs TUI Web Browser 8bb4d842 — bptato 4 days ago Precompile JS commands e58b32c9 — bptato 4 days ago lrewrap: remove unused tuple cc23eb02 — bptato 6 days ago container, lrewrap: clean up/optimize refs master browse  log  v0.3.2 release notes  clone read-only https://git.sr.ht/~bptato/chawan read/write git@git.sr.ht:~bptato/chawan Clone repo to your account You can also use your local clone with git send-email . Chawan is a TUI web (and (S)FTP, Gopher, Gemini, ...) browser with CSS, inline image and JavaScript support. It uses its own small browser engine developed from scratch, which can nevertheless display many websites in a manner similar to major graphical browsers. It can also be used as a terminal pager. # Compiling A Unix-like operating system (Linux, *BSD, Haiku, macOS, ...) is assumed. On Windows you have to use WSL. Clone the Chawan repository: git clone https://git.sr.ht/~bptato/chawan && cd chawan Install the Nim compiler: https://nim-lang.org/install.html Please use 2.0.0 or newer, ideally 2.2.6. ( nim -v displays your Nim compiler's version.) The 1.6 branch from 1.6.14 upwards may still work, but it isn't recommended unless you have no other choice. If you are using a 32-bit system, you probably need 2.2 or newer. 2.0 may still work if you export CFLAGS=-fpermissive . Install the following dependencies: OpenSSL (or LibreSSL ) libssh2 brotli pkg-config GNU make (gmake on non-GNU systems) Quick copy-paste for Debian: apt install libssh2-1-dev libssl-dev libbrotli-dev pkg-config make Run make (without arguments). Install using make install (e.g. sudo make install ). Then, try: $ cha -V # open in visual mode for a list of default keybindings $ cha example.org # open your favorite website directly from the shell $ mancha cha # read the cha(1) man page using `mancha' # Packages You can also install Chawan from packages maintained by volunteers. Known stable packages are: Alpine Linux: https://pkgs.alpinelinux.org/packages?name=chawan Arch Linux: https://archlinux.org/packages/extra/x86_64/chawan/ FreeBSD: https://www.freshports.org/www/chawan/ Homebrew: https://formulae.brew.sh/formula/chawan NixOS: https://search.nixos.org/packages?show=chawan Slackware (SBo): https://slackbuilds.org/repository/15.0/network/chawan/ Unstable packages (tip of the master branch): AUR: https://aur.archlinux.org/packages/chawan-git AppImage: https://git.lerch.org/lobo/chawan-appimage/ Homebrew (using --HEAD ): https://formulae.brew.sh/formula/chawan Each release also comes with static binaries. However, their dependencies can quickly get out of date, so installing a package or compiling Chawan yourself is preferable. # Features Currently implemented features are: multi-processing, incremental loading of documents HTML5 support with various encodings (UTF-8, Shift_JIS, GBK, ...), forms, cookies CSS -based layout engine: supports flow layout, table layout, flexbox layout, double-width characters (CJK) user-programmable keybindings (defaults are vi(m)-like), mouse support JavaScript support in documents (disabled by default) inline image support with Sixel or Kitty protocol (disabled by default; see doc/image.md on how to enable) supports several network protocols : HTTP(S), (S)FTP, Gopher, Gemini, Finger, Spartan markdown viewer ( cha README.md ), man page viewer ( mancha ) user-defined protocols and file formats syscall filter based sandboxing on FreeBSD, OpenBSD and Linux (through capsicum, pledge and seccomp-bpf) bookmarks, history ...with a lot more planned . # Bugs, technical issues, etc. First, read the troubleshooting document. If it doesn't help, open a ticket . When using the ticket tracker, please make sure your tickets are valid markdown, or they become unreadable on the web interface. If you want to send plain text e-mails not formatted as markdown, use the mailing list instead. This is also where you can send patches. If you're having troubles accessing SourceHut, you can also use the Codeberg mirror . # Documentation index Chawan's documentation is available as man pages ( man cha ) and as Markdown files. build/compilation options: doc/build.md cha man page: doc/cha.md mancha man page: doc/mancha.md configuration options: doc/config.md API description (for keybindings): doc/api.md mailcap: doc/mailcap.md mime.types: doc/mime.types.md urimethodmap: doc/urimethodmap.md local CGI: doc/cgi.md protocols: doc/protocols.md inline images: doc/image.md CSS: doc/css.md terminal compatibility: doc/terminal.md troubleshooting: doc/troubleshooting.md If you're interested in modifying the code: architecture: doc/architecture.md style guide, debugging tips, etc.: doc/hacking.md # Relatives w3m has been the main inspiration for Chawan; although the two do not share code, the UI and feature set is similar. Ferus is a separate graphical browser engine written in Nim, which uses Chawan's HTML parser. # License Chawan is dedicated to the public domain. See the UNLICENSE file for details. Chawan also includes and depends on several permissively licensed libraries. For further details, check the about:license page in Chawan, or read the same document here .
2026-01-13T09:30:13
https://sr.ht/projects?search=%23catan+%23social
Browse projects on sourcehut sourcehut Log in — Register Browse public projects Sort results by Recently updated Longest active Apply Featured projects ~vicho/ el_poblador #board-games #tui #catan A terminal-based implementation of Settlers of Catan ~sheepy/ 3ds-homebrew #3ds #homebrew #rust A collection of "silly" 3DS homebrew projects. ~reykjalin/ Fonn #editor #tui #zig Fönn is a code editor powered by libfn, a text editor engine as a library. ~mlb/ linkhut #social #bookmarks A social bookmarking website ~bptato/ chawan #browser #pager A web browser for your terminal emulator More featured projects
2026-01-13T09:30:13
https://docs.google.com/document/d/1pqCtUI1j5cvp328IJ4iRvWq_5rxwkf11eCccRdQe9tE/copy
:root{--gm3-sys-color-on-surface-rgb:31,31,31}@media screen and (prefers-color-scheme:dark){:root{--gm3-sys-color-on-surface-rgb:227,227,227}}:root{--wf-harmonize-filter-light:none;--wf-harmonize-filter-dark:none}.q4Wquf,.nfoC7c{display:block;height:25vh;position:relative}@media (min-width:600px){.q4Wquf,.nfoC7c{height:150px}}.q4Wquf.Irjbwb{height:auto}@media screen and (prefers-color-scheme:dark){.q4Wquf:not(.GtvzYd){display:none}}.nfoC7c{margin:0;overflow:hidden}.PwpMUe,.lVUmD{display:block;height:100%;margin:0 auto;width:100%}.St9mde{display:block;-webkit-filter:var(--wf-harmonize-filter-light);filter:var(--wf-harmonize-filter-light);height:100%;max-width:100%;min-height:110px;position:relative;-webkit-transform:translate(-43%,-3%);-ms-transform:translate(-43%,-3%);transform:translate(-43%,-3%);width:auto;z-index:3}@media screen and (prefers-color-scheme:dark){.St9mde{-webkit-filter:var(--wf-harmonize-filter-dark);filter:var(--wf-harmonize-filter-dark)}}.PwpMUe,.lVUmD,.St9mde{-o-object-fit:contain;object-fit:contain}.wsArZ[data-ss-mode="1"] .q4Wquf,.wsArZ[data-ss-mode="1"] .St9mde{height:auto;width:100%}.wsArZ[data-ss-mode="1"] .St9mde{max-width:400px}@media (min-width:600px) and (orientation:landscape),all and (min-width:1600px){.NQ5OL .q4Wquf,.NQ5OL .St9mde{height:auto;width:100%}.NQ5OL .St9mde{max-width:400px}}.q4Wquf.NWba7e,.q4Wquf.NWba7e .St9mde{height:auto}.q4Wquf.NWba7e .St9mde{height:auto;max-width:312px;width:100%}.q4Wquf.NWba7e.zpCp3 .St9mde{max-width:unset}.q4Wquf.IiQozc .St9mde{margin:0 auto;-webkit-transform:none;-ms-transform:none;transform:none}.q4Wquf.Irjbwb .St9mde{height:auto;width:100%}.q4Wquf.EEeaqf .St9mde{max-height:144px;max-width:144px}.SnAaEd{background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(233,233,233,0)),color-stop(62.22%,rgba(233,233,233,0)),color-stop(40.22%,rgb(233,233,233)),to(rgba(233,233,233,0)));background-image:-webkit-linear-gradient(top,rgba(233,233,233,0) 0,rgba(233,233,233,0) 62.22%,rgb(233,233,233) 40.22%,rgba(233,233,233,0) 100%);background-image:linear-gradient(to bottom,rgba(233,233,233,0) 0,rgba(233,233,233,0) 62.22%,rgb(233,233,233) 40.22%,rgba(233,233,233,0) 100%);height:100%;left:0;overflow:hidden;position:absolute;right:0;top:0;z-index:2}@media screen and (prefers-color-scheme:dark){.SnAaEd{display:none}}.SnAaEd::after,.SnAaEd::before{content:"";display:block;height:100%;min-width:110px;position:absolute;right:-10%;-webkit-transform:rotate(-104deg);-ms-transform:rotate(-104deg);transform:rotate(-104deg);width:25vh;z-index:2}@media (min-width:600px){.SnAaEd::after,.SnAaEd::before{width:150px}}.SnAaEd::before{background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(243,243,243,0)),to(rgba(243,243,243,.9)));background-image:-webkit-linear-gradient(top,rgba(243,243,243,0) 0,rgba(243,243,243,.9) 100%);background-image:linear-gradient(to bottom,rgba(243,243,243,0) 0,rgba(243,243,243,.9) 100%);bottom:-10%}.SnAaEd::after{background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(255,255,255,0)),to(rgba(255,255,255,.9)));background-image:-webkit-linear-gradient(top,rgba(255,255,255,0) 0,rgba(255,255,255,.9) 100%);background-image:linear-gradient(to bottom,rgba(255,255,255,0) 0,rgba(255,255,255,.9) 100%);bottom:-80%}.wsArZ[data-ss-mode="1"] .SnAaEd~.St9mde{width:auto}@media (min-width:600px) and (orientation:landscape),all and (min-width:1600px){.NQ5OL .SnAaEd~.St9mde{width:auto}}.RHNWk .St9mde{height:auto}@media (min-width:600px) and (orientation:landscape),all and (min-width:1600px){.NQ5OL .RHNWk .St9mde{width:115px}}.cf660d .St9mde{-webkit-transform:translate(-9%,-3%);-ms-transform:translate(-9%,-3%);transform:translate(-9%,-3%)}.tUhwwc .St9mde{margin:auto;max-height:230px;right:0;top:-3%;-webkit-transform:none;-ms-transform:none;transform:none}.Jkvqxd .St9mde{-webkit-transform:translate(9%,-3%);-ms-transform:translate(9%,-3%);transform:translate(9%,-3%)}.onc8Ic .St9mde{-webkit-transform:translate(var( --c-ps-s,24px ),0);-ms-transform:translate(var( --c-ps-s,24px ),0);transform:translate(var( --c-ps-s,24px ),0)}.WA89Yb .St9mde{-webkit-transform:translate(0,0);-ms-transform:translate(0,0);transform:translate(0,0)}.wsArZ[data-ss-mode="1"] .XEN8Yb .St9mde{max-width:115px}@media (min-width:600px) and (orientation:landscape),all and (min-width:1600px){.NQ5OL .XEN8Yb .St9mde{max-width:115px}}@media (min-width:1240px) and (orientation:landscape),all and (min-width:1600px){.KyPKed .NQ5OL .XEN8Yb .St9mde{max-width:115px}}.IsSr6b .St9mde{max-width:300px}.mmskdd .St9mde{-webkit-transform:none;-ms-transform:none;transform:none}@-webkit-keyframes quantumWizBoxInkSpread{0%{-webkit-transform:translate(-50%,-50%) scale(.2);transform:translate(-50%,-50%) scale(.2)}100%{-webkit-transform:translate(-50%,-50%) scale(2.2);transform:translate(-50%,-50%) scale(2.2)}}@keyframes quantumWizBoxInkSpread{0%{-webkit-transform:translate(-50%,-50%) scale(.2);transform:translate(-50%,-50%) scale(.2)}100%{-webkit-transform:translate(-50%,-50%) scale(2.2);transform:translate(-50%,-50%) scale(2.2)}}@-webkit-keyframes quantumWizIconFocusPulse{0%{-webkit-transform:translate(-50%,-50%) scale(1.5);transform:translate(-50%,-50%) scale(1.5);opacity:0}100%{-webkit-transform:translate(-50%,-50%) scale(2);transform:translate(-50%,-50%) scale(2);opacity:1}}@keyframes quantumWizIconFocusPulse{0%{-webkit-transform:translate(-50%,-50%) scale(1.5);transform:translate(-50%,-50%) scale(1.5);opacity:0}100%{-webkit-transform:translate(-50%,-50%) scale(2);transform:translate(-50%,-50%) scale(2);opacity:1}}@-webkit-keyframes quantumWizRadialInkSpread{0%{-webkit-transform:scale(1.5);transform:scale(1.5);opacity:0}100%{-webkit-transform:scale(2.5);transform:scale(2.5);opacity:1}}@keyframes quantumWizRadialInkSpread{0%{-webkit-transform:scale(1.5);transform:scale(1.5);opacity:0}100%{-webkit-transform:scale(2.5);transform:scale(2.5);opacity:1}}@-webkit-keyframes quantumWizRadialInkFocusPulse{0%{-webkit-transform:scale(2);transform:scale(2);opacity:0}100%{-webkit-transform:scale(2.5);transform:scale(2.5);opacity:1}}@keyframes quantumWizRadialInkFocusPulse{0%{-webkit-transform:scale(2);transform:scale(2);opacity:0}100%{-webkit-transform:scale(2.5);transform:scale(2.5);opacity:1}}:root{--wf-tfs:calc(var(--c-tfs,32)/16*1rem);--wf-tfs-bp2:calc(var(--c-tfs,36)/16*1rem);--wf-tfs-bp3:calc(var(--c-tfs,36)/16*1rem);--wf-tfs-bp5:calc(var(--c-tfs,44)/16*1rem);--wf-stfs:calc(var(--c-stfs,16)/16*1rem);--wf-stfs-bp5:calc(var(--c-stfs,16)/16*1rem)}:root{--wf-harmonize-filter-light:none;--wf-harmonize-filter-dark:none}.Dzz9Db,.GpMPBe{display:block;height:25vh;position:relative}@media (min-width:600px){.Dzz9Db,.GpMPBe{height:150px}}@media screen and (prefers-color-scheme:dark){.Dzz9Db:not(.GtvzYd){display:none}}.Dzz9Db.Irjbwb{height:auto}.GpMPBe{margin:0;overflow:hidden}.UFQPDd,.JNOvdd{display:block;height:100%;margin:0 auto;-o-object-fit:contain;object-fit:contain;width:100%}.f4ZpM{display:block;-webkit-filter:var(--wf-harmonize-filter-light);filter:var(--wf-harmonize-filter-light);height:100%;max-width:100%;min-height:110px;position:relative;-webkit-transform:translate(-43%,-3%);-ms-transform:translate(-43%,-3%);transform:translate(-43%,-3%);width:auto;z-index:3}@media screen and (prefers-color-scheme:dark){.f4ZpM{-webkit-filter:var(--wf-harmonize-filter-dark);filter:var(--wf-harmonize-filter-dark)}}.wsArZ[data-ss-mode="1"] .Dzz9Db,.wsArZ[data-ss-mode="1"] .f4ZpM{height:auto;width:100%}.wsArZ[data-ss-mode="1"] .f4ZpM{max-width:400px}@media (min-width:600px) and (orientation:landscape),all and (min-width:1600px){.NQ5OL .Dzz9Db,.NQ5OL .f4ZpM{height:auto;width:100%}.NQ5OL .f4ZpM{max-width:400px}}.Dzz9Db.utFBGf,.Dzz9Db.utFBGf .f4ZpM{height:auto}.Dzz9Db.utFBGf .f4ZpM{height:auto;max-width:312px;width:100%}.Dzz9Db.utFBGf.zpCp3 .f4ZpM{max-width:unset}.Dzz9Db.IiQozc .f4ZpM{margin:0 auto;-webkit-transform:none;-ms-transform:none;transform:none}.Dzz9Db.Irjbwb .f4ZpM{height:auto;width:100%}.Dzz9Db.EEeaqf .f4ZpM{max-height:144px;max-width:144px}.nPt1pc{background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(233,233,233,0)),color-stop(62.22%,rgba(233,233,233,0)),color-stop(40.22%,rgb(233,233,233)),to(rgba(233,233,233,0)));background-image:-webkit-linear-gradient(top,rgba(233,233,233,0) 0,rgba(233,233,233,0) 62.22%,rgb(233,233,233) 40.22%,rgba(233,233,233,0) 100%);background-image:linear-gradient(to bottom,rgba(233,233,233,0) 0,rgba(233,233,233,0) 62.22%,rgb(233,233,233) 40.22%,rgba(233,233,233,0) 100%);height:100%;left:0;overflow:hidden;position:absolute;right:0;top:0;z-index:2}@media screen and (prefers-color-scheme:dark){.nPt1pc{display:none}}.nPt1pc::after,.nPt1pc::before{content:"";display:block;height:100%;min-width:110px;position:absolute;right:-10%;-webkit-transform:rotate(-104deg);-ms-transform:rotate(-104deg);transform:rotate(-104deg);width:25vh;z-index:2}@media (min-width:600px){.nPt1pc::after,.nPt1pc::before{width:150px}}.nPt1pc::before{background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(243,243,243,0)),to(rgba(243,243,243,.9)));background-image:-webkit-linear-gradient(top,rgba(243,243,243,0) 0,rgba(243,243,243,.9) 100%);background-image:linear-gradient(to bottom,rgba(243,243,243,0) 0,rgba(243,243,243,.9) 100%);bottom:-10%}.nPt1pc::after{background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(255,255,255,0)),to(rgba(255,255,255,.9)));background-image:-webkit-linear-gradient(top,rgba(255,255,255,0) 0,rgba(255,255,255,.9) 100%);background-image:linear-gradient(to bottom,rgba(255,255,255,0) 0,rgba(255,255,255,.9) 100%);bottom:-80%}.wsArZ[data-ss-mode="1"] .nPt1pc~.f4ZpM{width:auto}@media (min-width:600px) and (orientation:landscape),all and (min-width:1600px){.NQ5OL .nPt1pc~.f4ZpM{width:auto}}.ZS7CGc .f4ZpM{height:auto}@media (min-width:600px) and (orientation:landscape),all and (min-width:1600px){.NQ5OL .ZS7CGc .f4ZpM{width:115px}}.qiRZ5e .f4ZpM{-webkit-transform:translate(-9%,-3%);-ms-transform:translate(-9%,-3%);transform:translate(-9%,-3%)}.vIv7Gf .f4ZpM{margin:auto;max-height:230px;right:0;top:-3%;-webkit-transform:none;-ms-transform:none;transform:none}.nvYXVd .f4ZpM{-webkit-transform:translate(9%,-3%);-ms-transform:translate(9%,-3%);transform:translate(9%,-3%)}.uOhnzd .f4ZpM{-webkit-transform:translate(24px,0);-ms-transform:translate(24px,0);transform:translate(24px,0)}.MsYMaf .f4ZpM{-webkit-transform:translate(0,0);-ms-transform:translate(0,0);transform:translate(0,0)}.wsArZ[data-ss-mode="1"] .YIi9qf .f4ZpM{max-width:115px}@media (min-width:600px) and (orientation:landscape),all and (min-width:1600px){.NQ5OL .YIi9qf .f4ZpM{max-width:115px}}.QG3Xbe .f4ZpM{max-width:300px}.F6gtje .f4ZpM{-webkit-transform:none;-ms-transform:none;transform:none}@-webkit-keyframes mdc-ripple-fg-radius-in{from{-webkit-animation-timing-function:cubic-bezier(.4,0,.2,1);animation-timing-function:cubic-bezier(.4,0,.2,1);-webkit-transform:translate(var(--mdc-ripple-fg-translate-start,0)) scale(1);transform:translate(var(--mdc-ripple-fg-translate-start,0)) scale(1)}to{-webkit-transform:translate(var(--mdc-ripple-fg-translate-end,0)) scale(var(--mdc-ripple-fg-scale,1));transform:translate(var(--mdc-ripple-fg-translate-end,0)) scale(var(--mdc-ripple-fg-scale,1))}}@keyframes mdc-ripple-fg-radius-in{from{-webkit-animation-timing-function:cubic-bezier(.4,0,.2,1);animation-timing-function:cubic-bezier(.4,0,.2,1);-webkit-transform:translate(var(--mdc-ripple-fg-translate-start,0)) scale(1);transform:translate(var(--mdc-ripple-fg-translate-start,0)) scale(1)}to{-webkit-transform:translate(var(--mdc-ripple-fg-translate-end,0)) scale(var(--mdc-ripple-fg-scale,1));transform:translate(var(--mdc-ripple-fg-translate-end,0)) scale(var(--mdc-ripple-fg-scale,1))}}@-webkit-keyframes mdc-ripple-fg-opacity-in{from{-webkit-animation-timing-function:linear;animation-timing-function:linear;opacity:0}to{opacity:var(--mdc-ripple-fg-opacity,0)}}@keyframes mdc-ripple-fg-opacity-in{from{-webkit-animation-timing-function:linear;animation-timing-function:linear;opacity:0}to{opacity:var(--mdc-ripple-fg-opacity,0)}}@-webkit-keyframes mdc-ripple-fg-opacity-out{from{-webkit-animation-timing-function:linear;animation-timing-function:linear;opacity:var(--mdc-ripple-fg-opacity,0)}to{opacity:0}}@keyframes mdc-ripple-fg-opacity-out{from{-webkit-animation-timing-function:linear;animation-timing-function:linear;opacity:var(--mdc-ripple-fg-opacity,0)}to{opacity:0}}.VfPpkd-ksKsZd-XxIAqe{--mdc-ripple-fg-size:0;--mdc-ripple-left:0;--mdc-ripple-top:0;--mdc-ripple-fg-scale:1;--mdc-ripple-fg-translate-end:0;--mdc-ripple-fg-translate-start:0;-webkit-tap-highlight-color:rgba(0,0,0,0);will-change:transform,opacity;position:relative;outline:none;overflow:hidden}.VfPpkd-ksKsZd-XxIAqe::before,.VfPpkd-ksKsZd-XxIAqe::after{position:absolute;border-radius:50%;opacity:0;pointer-events:none;content:""}.VfPpkd-ksKsZd-XxIAqe::before{-webkit-transition:opacity 15ms linear,background-color 15ms linear;transition:opacity 15ms linear,background-color 15ms linear;z-index:1;z-index:var(--mdc-ripple-z-index,1)}.VfPpkd-ksKsZd-XxIAqe::after{z-index:0;z-index:var(--mdc-ripple-z-index,0)}.VfPpkd-ksKsZd-XxIAqe.VfPpkd-ksKsZd-mWPk3d::before{-webkit-transform:scale(var(--mdc-ripple-fg-scale,1));-ms-transform:scale(var(--mdc-ripple-fg-scale,1));transform:scale(var(--mdc-ripple-fg-scale,1))}.VfPpkd-ksKsZd-XxIAqe.VfPpkd-ksKsZd-mWPk3d::after{top:0;left:0;-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0);-webkit-transform-origin:center center;-ms-transform-origin:center center;transform-origin:center center}.VfPpkd-ksKsZd-XxIAqe.VfPpkd-ksKsZd-mWPk3d-OWXEXe-ZNMTqd::after{top:var(--mdc-ripple-top,0);left:var(--mdc-ripple-left,0)}.VfPpkd-ksKsZd-XxIAqe.VfPpkd-ksKsZd-mWPk3d-OWXEXe-Tv8l5d-lJfZMc::after{-webkit-animation:mdc-ripple-fg-radius-in 225ms forwards,mdc-ripple-fg-opacity-in 75ms forwards;animation:mdc-ripple-fg-radius-in 225ms forwards,mdc-ripple-fg-opacity-in 75ms forwards}.VfPpkd-ksKsZd-XxIAqe.VfPpkd-ksKsZd-mWPk3d-OWXEXe-Tv8l5d-OmS1vf::after{-webkit-animation:mdc-ripple-fg-opacity-out .15s;animation:mdc-ripple-fg-opacity-out .15s;-webkit-transform:translate(var(--mdc-ripple-fg-translate-end,0)) scale(var(--mdc-ripple-fg-scale,1));-ms-transform:translate(var(--mdc-ripple-fg-translate-end,0)) scale(var(--mdc-ripple-fg-scale,1));transform:translate(var(--mdc-ripple-fg-translate-end,0)) scale(var(--mdc-ripple-fg-scale,1))}.VfPpkd-ksKsZd-XxIAqe::before,.VfPpkd-ksKsZd-XxIAqe::after{top:-50%;left:-50%;width:200%;height:200%}.VfPpkd-ksKsZd-XxIAqe.VfPpkd-ksKsZd-mWPk3d::after{width:var(--mdc-ripple-fg-size,100%);height:var(--mdc-ripple-fg-size,100%)}.VfPpkd-ksKsZd-XxIAqe[data-mdc-ripple-is-unbounded],.VfPpkd-ksKsZd-mWPk3d-OWXEXe-ZNMTqd{overflow:visible}.VfPpkd-ksKsZd-XxIAqe[data-mdc-ripple-is-unbounded]::before,.VfPpkd-ksKsZd-XxIAqe[data-mdc-ripple-is-unbounded]::after,.VfPpkd-ksKsZd-mWPk3d-OWXEXe-ZNMTqd::before,.VfPpkd-ksKsZd-mWPk3d-OWXEXe-ZNMTqd::after{top:0;left:0;width:100%;height:100%}.VfPpkd-ksKsZd-XxIAqe[data-mdc-ripple-is-unbounded].VfPpkd-ksKsZd-mWPk3d::before,.VfPpkd-ksKsZd-XxIAqe[data-mdc-ripple-is-unbounded].VfPpkd-ksKsZd-mWPk3d::after,.VfPpkd-ksKsZd-mWPk3d-OWXEXe-ZNMTqd.VfPpkd-ksKsZd-mWPk3d::before,.VfPpkd-ksKsZd-mWPk3d-OWXEXe-ZNMTqd.VfPpkd-ksKsZd-mWPk3d::after{top:var(--mdc-ripple-top,0);left:var(--mdc-ripple-left,0);width:var(--mdc-ripple-fg-size,100%);height:var(--mdc-ripple-fg-size,100%)}.VfPpkd-ksKsZd-XxIAqe[data-mdc-ripple-is-unbounded].VfPpkd-ksKsZd-mWPk3d::after,.VfPpkd-ksKsZd-mWPk3d-OWXEXe-ZNMTqd.VfPpkd-ksKsZd-mWPk3d::after{width:var(--mdc-ripple-fg-size,100%);height:var(--mdc-ripple-fg-size,100%)}.VfPpkd-ksKsZd-XxIAqe::before,.VfPpkd-ksKsZd-XxIAqe::after{background-color:#000;background-color:var(--mdc-ripple-color,#000)}.VfPpkd-ksKsZd-XxIAqe:hover::before,.VfPpkd-ksKsZd-XxIAqe.VfPpkd-ksKsZd-XxIAqe-OWXEXe-ZmdkE::before{opacity:.04;opacity:var(--mdc-ripple-hover-opacity,.04)}.VfPpkd-ksKsZd-XxIAqe.VfPpkd-ksKsZd-mWPk3d-OWXEXe-AHe6Kc-XpnDCe::before,.VfPpkd-ksKsZd-XxIAqe:not(.VfPpkd-ksKsZd-mWPk3d):focus::before{-webkit-transition-duration:75ms;transition-duration:75ms;opacity:.12;opacity:var(--mdc-ripple-focus-opacity,.12)}.VfPpkd-ksKsZd-XxIAqe:not(.VfPpkd-ksKsZd-mWPk3d)::after{-webkit-transition:opacity .15s linear;transition:opacity .15s linear}.VfPpkd-ksKsZd-XxIAqe:not(.VfPpkd-ksKsZd-mWPk3d):active::after{-webkit-transition-duration:75ms;transition-duration:75ms;opacity:.12;opacity:var(--mdc-ripple-press-opacity,.12)}.VfPpkd-ksKsZd-XxIAqe.VfPpkd-ksKsZd-mWPk3d{--mdc-ripple-fg-opacity:var(--mdc-ripple-press-opacity,0.12)}.VfPpkd-Bz112c-LgbsSe{font-size:24px;width:48px;height:48px;padding:12px}.VfPpkd-Bz112c-LgbsSe.VfPpkd-Bz112c-LgbsSe-OWXEXe-e5LLRc-SxQuSe .VfPpkd-Bz112c-Jh9lGc{width:40px;height:40px;margin-top:4px;margin-bottom:4px;margin-right:4px;margin-left:4px}.VfPpkd-Bz112c-LgbsSe.VfPpkd-Bz112c-LgbsSe-OWXEXe-e5LLRc-SxQuSe .VfPpkd-Bz112c-J1Ukfc-LhBDec{max-height:40px;max-width:40px}.VfPpkd-Bz112c-LgbsSe:disabled{color:rgba(0,0,0,.38);color:var(--mdc-theme-text-disabled-on-light,rgba(0,0,0,.38))}.VfPpkd-Bz112c-LgbsSe svg,.VfPpkd-Bz112c-LgbsSe img{width:24px;height:24px}.VfPpkd-Bz112c-LgbsSe{display:inline-block;position:relative;-webkit-box-sizing:border-box;box-sizing:border-box;border:none;outline:none;background-color:transparent;fill:currentColor;color:inherit;text-decoration:none;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;z-index:0;overflow:visible}.VfPpkd-Bz112c-LgbsSe .VfPpkd-Bz112c-RLmnJb{position:absolute;top:50%;height:48px;left:50%;width:48px;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}@media screen and (forced-colors:active){.VfPpkd-Bz112c-LgbsSe.VfPpkd-ksKsZd-mWPk3d-OWXEXe-AHe6Kc-XpnDCe .VfPpkd-Bz112c-J1Ukfc-LhBDec,.VfPpkd-Bz112c-LgbsSe:not(.VfPpkd-ksKsZd-mWPk3d):focus .VfPpkd-Bz112c-J1Ukfc-LhBDec{display:block}}.VfPpkd-Bz112c-LgbsSe:disabled{cursor:default;pointer-events:none}.VfPpkd-Bz112c-LgbsSe[hidden]{display:none}.VfPpkd-Bz112c-LgbsSe-OWXEXe-KVuj8d-Q3DXx{-webkit-box-align:center;-webkit-align-items:center;align-items:center;display:-webkit-inline-box;display:-webkit-inline-flex;display:inline-flex;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.VfPpkd-Bz112c-J1Ukfc-LhBDec{pointer-events:none;border:2px solid transparent;border-radius:6px;-webkit-box-sizing:content-box;box-sizing:content-box;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);height:100%;width:100%;display:none}@media screen and (forced-colors:active){.VfPpkd-Bz112c-J1Ukfc-LhBDec{border-color:CanvasText}}.VfPpkd-Bz112c-J1Ukfc-LhBDec::after{content:"";border:2px solid transparent;border-radius:8px;display:block;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);height:calc(100% + 4px);width:calc(100% + 4px)}@media screen and (forced-colors:active){.VfPpkd-Bz112c-J1Ukfc-LhBDec::after{border-color:CanvasText}}.VfPpkd-Bz112c-kBDsod{display:inline-block}.VfPpkd-Bz112c-kBDsod.VfPpkd-Bz112c-kBDsod-OWXEXe-IT5dJd,.VfPpkd-Bz112c-LgbsSe-OWXEXe-IT5dJd .VfPpkd-Bz112c-kBDsod{display:none}.VfPpkd-Bz112c-LgbsSe-OWXEXe-IT5dJd .VfPpkd-Bz112c-kBDsod.VfPpkd-Bz112c-kBDsod-OWXEXe-IT5dJd{display:inline-block}.VfPpkd-Bz112c-mRLv6{height:100%;left:0;outline:none;position:absolute;top:0;width:100%}.VfPpkd-Bz112c-LgbsSe{--mdc-ripple-fg-size:0;--mdc-ripple-left:0;--mdc-ripple-top:0;--mdc-ripple-fg-scale:1;--mdc-ripple-fg-translate-end:0;--mdc-ripple-fg-translate-start:0;-webkit-tap-highlight-color:rgba(0,0,0,0);will-change:transform,opacity}.VfPpkd-Bz112c-LgbsSe .VfPpkd-Bz112c-Jh9lGc::before,.VfPpkd-Bz112c-LgbsSe .VfPpkd-Bz112c-Jh9lGc::after{position:absolute;border-radius:50%;opacity:0;pointer-events:none;content:""}.VfPpkd-Bz112c-LgbsSe .VfPpkd-Bz112c-Jh9lGc::before{-webkit-transition:opacity 15ms linear,background-color 15ms linear;transition:opacity 15ms linear,background-color 15ms linear;z-index:1;z-index:var(--mdc-ripple-z-index,1)}.VfPpkd-Bz112c-LgbsSe .VfPpkd-Bz112c-Jh9lGc::after{z-index:0;z-index:var(--mdc-ripple-z-index,0)}.VfPpkd-Bz112c-LgbsSe.VfPpkd-ksKsZd-mWPk3d .VfPpkd-Bz112c-Jh9lGc::before{-webkit-transform:scale(var(--mdc-ripple-fg-scale,1));-ms-transform:scale(var(--mdc-ripple-fg-scale,1));transform:scale(var(--mdc-ripple-fg-scale,1))}.VfPpkd-Bz112c-LgbsSe.VfPpkd-ksKsZd-mWPk3d .VfPpkd-Bz112c-Jh9lGc::after{top:0;left:0;-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0);-webkit-transform-origin:center center;-ms-transform-origin:center center;transform-origin:center center}.VfPpkd-Bz112c-LgbsSe.VfPpkd-ksKsZd-mWPk3d-OWXEXe-ZNMTqd .VfPpkd-Bz112c-Jh9lGc::after{top:var(--mdc-ripple-top,0);left:var(--mdc-ripple-left,0)}.VfPpkd-Bz112c-LgbsSe.VfPpkd-ksKsZd-mWPk3d-OWXEXe-Tv8l5d-lJfZMc .VfPpkd-Bz112c-Jh9lGc::after{-webkit-animation:mdc-ripple-fg-radius-in 225ms forwards,mdc-ripple-fg-opacity-in 75ms forwards;animation:mdc-ripple-fg-radius-in 225ms forwards,mdc-ripple-fg-opacity-in 75ms forwards}.VfPpkd-Bz112c-LgbsSe.VfPpkd-ksKsZd-mWPk3d-OWXEXe-Tv8l5d-OmS1vf .VfPpkd-Bz112c-Jh9lGc::after{-webkit-animation:mdc-ripple-fg-opacity-out .15s;animation:mdc-ripple-fg-opacity-out .15s;-webkit-transform:translate(var(--mdc-ripple-fg-translate-end,0)) scale(var(--mdc-ripple-fg-scale,1));-ms-transform:translate(var(--mdc-ripple-fg-translate-end,0)) scale(var(--mdc-ripple-fg-scale,1));transform:translate(var(--mdc-ripple-fg-translate-end,0)) scale(var(--mdc-ripple-fg-scale,1))}.VfPpkd-Bz112c-LgbsSe .VfPpkd-Bz112c-Jh9lGc::before,.VfPpkd-Bz112c-LgbsSe .VfPpkd-Bz112c-Jh9lGc::after{top:0;left:0;width:100%;height:100%}.VfPpkd-Bz112c-LgbsSe.VfPpkd-ksKsZd-mWPk3d .VfPpkd-Bz112c-Jh9lGc::before,.VfPpkd-Bz112c-LgbsSe.VfPpkd-ksKsZd-mWPk3d .VfPpkd-Bz112c-Jh9lGc::after{top:var(--mdc-ripple-top,0);left:var(--mdc-ripple-left,0);width:var(--mdc-ripple-fg-size,100%);height:var(--mdc-ripple-fg-size,100%)}.VfPpkd-Bz112c-LgbsSe.VfPpkd-ksKsZd-mWPk3d .VfPpkd-Bz112c-Jh9lGc::after{width:var(--mdc-ripple-fg-size,100%);height:var(--mdc-ripple-fg-size,100%)}.VfPpkd-Bz112c-LgbsSe .VfPpkd-Bz112c-Jh9lGc::before,.VfPpkd-Bz112c-LgbsSe .VfPpkd-Bz112c-Jh9lGc::after{background-color:#000;background-color:var(--mdc-ripple-color,#000)}.VfPpkd-Bz112c-LgbsSe:hover .VfPpkd-Bz112c-Jh9lGc::before,.VfPpkd-Bz112c-LgbsSe.VfPpkd-ksKsZd-XxIAqe-OWXEXe-ZmdkE .VfPpkd-Bz112c-Jh9lGc::before{opacity:.04;opacity:var(--mdc-ripple-hover-opacity,.04)}.VfPpkd-Bz112c-LgbsSe.VfPpkd-ksKsZd-mWPk3d-OWXEXe-AHe6Kc-XpnDCe .VfPpkd-Bz112c-Jh9lGc::before,.VfPpkd-Bz112c-LgbsSe:not(.VfPpkd-ksKsZd-mWPk3d):focus .VfPpkd-Bz112c-Jh9lGc::before{-webkit-transition-duration:75ms;transition-duration:75ms;opacity:.12;opacity:var(--mdc-ripple-focus-opacity,.12)}.VfPpkd-Bz112c-LgbsSe:not(.VfPpkd-ksKsZd-mWPk3d) .VfPpkd-Bz112c-Jh9lGc::after{-webkit-transition:opacity .15s linear;transition:opacity .15s linear}.VfPpkd-Bz112c-LgbsSe:not(.VfPpkd-ksKsZd-mWPk3d):active .VfPpkd-Bz112c-Jh9lGc::after{-webkit-transition-duration:75ms;transition-duration:75ms;opacity:.12;opacity:var(--mdc-ripple-press-opacity,.12)}.VfPpkd-Bz112c-LgbsSe.VfPpkd-ksKsZd-mWPk3d{--mdc-ripple-fg-opacity:var(--mdc-ripple-press-opacity,0.12)}.VfPpkd-Bz112c-LgbsSe:disabled:hover .VfPpkd-Bz112c-Jh9lGc::before,.VfPpkd-Bz112c-LgbsSe:disabled.VfPpkd-ksKsZd-XxIAqe-OWXEXe-ZmdkE .VfPpkd-Bz112c-Jh9lGc::before{opacity:0;opacity:var(--mdc-ripple-hover-opacity,0)}.VfPpkd-Bz112c-LgbsSe:disabled.VfPpkd-ksKsZd-mWPk3d-OWXEXe-AHe6Kc-XpnDCe .VfPpkd-Bz112c-Jh9lGc::before,.VfPpkd-Bz112c-LgbsSe:disabled:not(.VfPpkd-ksKsZd-mWPk3d):focus .VfPpkd-Bz112c-Jh9lGc::before{-webkit-transition-duration:75ms;transition-duration:75ms;opacity:0;opacity:var(--mdc-ripple-focus-opacity,0)}.VfPpkd-Bz112c-LgbsSe:disabled:not(.VfPpkd-ksKsZd-mWPk3d) .VfPpkd-Bz112c-Jh9lGc::after{-webkit-transition:opacity .15s linear;transition:opacity .15s linear}.VfPpkd-Bz112c-LgbsSe:disabled:not(.VfPpkd-ksKsZd-mWPk3d):active .VfPpkd-Bz112c-Jh9lGc::after{-webkit-transition-duration:75ms;transition-duration:75ms;opacity:0;opacity:var(--mdc-ripple-press-opacity,0)}.VfPpkd-Bz112c-LgbsSe:disabled.VfPpkd-ksKsZd-mWPk3d{--mdc-ripple-fg-opacity:var(--mdc-ripple-press-opacity,0)}.VfPpkd-Bz112c-LgbsSe .VfPpkd-Bz112c-Jh9lGc{height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%;z-index:-1}.VfPpkd-dgl2Hf-ppHlrf-sM5MNb{display:inline}.VfPpkd-LgbsSe{position:relative;display:-webkit-inline-box;display:-webkit-inline-flex;display:inline-flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-sizing:border-box;box-sizing:border-box;min-width:64px;border:none;outline:none;line-height:inherit;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-appearance:none;overflow:visible;vertical-align:middle;background:transparent}.VfPpkd-LgbsSe .VfPpkd-BFbNVe-bF1uUb{width:100%;height:100%;top:0;left:0}.VfPpkd-LgbsSe::-moz-focus-inner{padding:0;border:0}.VfPpkd-LgbsSe:active{outline:none}.VfPpkd-LgbsSe:hover{cursor:pointer}.VfPpkd-LgbsSe:disabled{cursor:default;pointer-events:none}.VfPpkd-LgbsSe[hidden]{display:none}.VfPpkd-LgbsSe .VfPpkd-kBDsod{margin-left:0;margin-right:8px;display:inline-block;position:relative;vertical-align:top}[dir=rtl] .VfPpkd-LgbsSe .VfPpkd-kBDsod,.VfPpkd-LgbsSe .VfPpkd-kBDsod[dir=rtl]{margin-left:8px;margin-right:0}.VfPpkd-LgbsSe .VfPpkd-UdE5de-uDEFge{font-size:0;position:absolute;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);top:50%;left:50%;line-height:normal}.VfPpkd-LgbsSe .VfPpkd-vQzf8d{position:relative}.VfPpkd-LgbsSe .VfPpkd-J1Ukfc-LhBDec{pointer-events:none;border:2px solid transparent;border-radius:6px;-webkit-box-sizing:content-box;box-sizing:content-box;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);height:calc(100% + 4px);width:calc(100% + 4px);display:none}@media screen and (forced-colors:active){.VfPpkd-LgbsSe .VfPpkd-J1Ukfc-LhBDec{border-color:CanvasText}}.VfPpkd-LgbsSe .VfPpkd-J1Ukfc-LhBDec::after{content:"";border:2px solid transparent;border-radius:8px;display:block;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);height:calc(100% + 4px);width:calc(100% + 4px)}@media screen and (forced-colors:active){.VfPpkd-LgbsSe .VfPpkd-J1Ukfc-LhBDec::after{border-color:CanvasText}}@media screen and (forced-colors:active){.VfPpkd-LgbsSe.VfPpkd-ksKsZd-mWPk3d-OWXEXe-AHe6Kc-XpnDCe .VfPpkd-J1Ukfc-LhBDec,.VfPpkd-LgbsSe:not(.VfPpkd-ksKsZd-mWPk3d):focus .VfPpkd-J1Ukfc-LhBDec{display:block}}.VfPpkd-LgbsSe .VfPpkd-RLmnJb{position:absolute;top:50%;height:48px;left:0;right:0;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.VfPpkd-vQzf8d+.VfPpkd-kBDsod{margin-left:8px;margin-right:0}[dir=rtl] .VfPpkd-vQzf8d+.VfPpkd-kBDsod,.VfPpkd-vQzf8d+.VfPpkd-kBDsod[dir=rtl]{margin-left:0;margin-right:8px}svg.VfPpkd-kBDsod{fill:currentColor}.VfPpkd-LgbsSe-OWXEXe-dgl2Hf{margin-top:6px;margin-bottom:6px}.VfPpkd-LgbsSe{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;text-decoration:none}.VfPpkd-LgbsSe{padding:0 8px 0 8px}.VfPpkd-LgbsSe-OWXEXe-k8QpJ{-webkit-transition:-webkit-box-shadow .28s cubic-bezier(.4,0,.2,1);transition:-webkit-box-shadow .28s cubic-bezier(.4,0,.2,1);transition:box-shadow .28s cubic-bezier(.4,0,.2,1);transition:box-shadow .28s cubic-bezier(.4,0,.2,1),-webkit-box-shadow .28s cubic-bezier(.4,0,.2,1);padding:0 16px 0 16px}.VfPpkd-LgbsSe-OWXEXe-k8QpJ.VfPpkd-LgbsSe-OWXEXe-Bz112c-UbuQg{padding:0 12px 0 16px}.VfPpkd-LgbsSe-OWXEXe-k8QpJ.VfPpkd-LgbsSe-OWXEXe-Bz112c-M1Soyc{padding:0 16px 0 12px}.VfPpkd-LgbsSe-OWXEXe-MV7yeb{-webkit-transition:-webkit-box-shadow .28s cubic-bezier(.4,0,.2,1);transition:-webkit-box-shadow .28s cubic-bezier(.4,0,.2,1);transition:box-shadow .28s cubic-bezier(.4,0,.2,1);transition:box-shadow .28s cubic-bezier(.4,0,.2,1),-webkit-box-shadow .28s cubic-bezier(.4,0,.2,1);padding:0 16px 0 16px}.VfPpkd-LgbsSe-OWXEXe-MV7yeb.VfPpkd-LgbsSe-OWXEXe-Bz112c-UbuQg{padding:0 12px 0 16px}.VfPpkd-LgbsSe-OWXEXe-MV7yeb.VfPpkd-LgbsSe-OWXEXe-Bz112c-M1Soyc{padding:0 16px 0 12px}.VfPpkd-LgbsSe-OWXEXe-INsAgc{border-style:solid;-webkit-transition:border .28s cubic-bezier(.4,0,.2,1);transition:border .28s cubic-bezier(.4,0,.2,1)}.VfPpkd-LgbsSe-OWXEXe-INsAgc .VfPpkd-Jh9lGc{border-style:solid;border-color:transparent}.VfPpkd-LgbsSe{--mdc-ripple-fg-size:0;--mdc-ripple-left:0;--mdc-ripple-top:0;--mdc-ripple-fg-scale:1;--mdc-ripple-fg-translate-end:0;--mdc-ripple-fg-translate-start:0;-webkit-tap-highlight-color:rgba(0,0,0,0);will-change:transform,opacity}.VfPpkd-LgbsSe .VfPpkd-Jh9lGc::before,.VfPpkd-LgbsSe .VfPpkd-Jh9lGc::after{position:absolute;border-radius:50%;opacity:0;pointer-events:none;content:""}.VfPpkd-LgbsSe .VfPpkd-Jh9lGc::before{-webkit-transition:opacity 15ms linear,background-color 15ms linear;transition:opacity 15ms linear,background-color 15ms linear;z-index:1}.VfPpkd-LgbsSe .VfPpkd-Jh9lGc::after{z-index:0}.VfPpkd-LgbsSe.VfPpkd-ksKsZd-mWPk3d .VfPpkd-Jh9lGc::before{-webkit-transform:scale(var(--mdc-ripple-fg-scale,1));-ms-transform:scale(var(--mdc-ripple-fg-scale,1));transform:scale(var(--mdc-ripple-fg-scale,1))}.VfPpkd-LgbsSe.VfPpkd-ksKsZd-mWPk3d .VfPpkd-Jh9lGc::after{top:0;left:0;-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0);-webkit-transform-origin:center center;-ms-transform-origin:center center;transform-origin:center center}.VfPpkd-LgbsSe.VfPpkd-ksKsZd-mWPk3d-OWXEXe-ZNMTqd .VfPpkd-Jh9lGc::after{top:var(--mdc-ripple-top,0);left:var(--mdc-ripple-left,0)}.VfPpkd-LgbsSe.VfPpkd-ksKsZd-mWPk3d-OWXEXe-Tv8l5d-lJfZMc .VfPpkd-Jh9lGc::after{-webkit-animation:mdc-ripple-fg-radius-in 225ms forwards,mdc-ripple-fg-opacity-in 75ms forwards;animation:mdc-ripple-fg-radius-in 225ms forwards,mdc-ripple-fg-opacity-in 75ms forwards}.VfPpkd-LgbsSe.VfPpkd-ksKsZd-mWPk3d-OWXEXe-Tv8l5d-OmS1vf .VfPpkd-Jh9lGc::after{-webkit-animation:mdc-ripple-fg-opacity-out .15s;animation:mdc-ripple-fg-opacity-out .15s;-webkit-transform:translate(var(--mdc-ripple-fg-translate-end,0)) scale(var(--mdc-ripple-fg-scale,1));-ms-transform:translate(var(--mdc-ripple-fg-translate-end,0)) scale(var(--mdc-ripple-fg-scale,1));transform:translate(var(--mdc-ripple-fg-translate-end,0)) scale(var(--mdc-ripple-fg-scale,1))}.VfPpkd-LgbsSe .VfPpkd-Jh9lGc::before,.VfPpkd-LgbsSe .VfPpkd-Jh9lGc::after{top:-50%;left:-50%;width:200%;height:200%}.VfPpkd-LgbsSe.VfPpkd-ksKsZd-mWPk3d .VfPpkd-Jh9lGc::after{width:var(--mdc-ripple-fg-size,100%);height:var(--mdc-ripple-fg-size,100%)}.VfPpkd-Jh9lGc{position:absolute;-webkit-box-sizing:content-box;box-sizing:content-box;overflow:hidden;z-index:0;top:0;left:0;bottom:0;right:0}.VfPpkd-LgbsSe{font-family:Roboto,sans-serif;font-size:.875rem;letter-spacing:.0892857143em;font-weight:500;text-transform:uppercase;height:36px;border-radius:4px}.VfPpkd-LgbsSe:not(:disabled){color:#6200ee}.VfPpkd-LgbsSe:disabled{color:rgba(0,0,0,.38)}.VfPpkd-LgbsSe .VfPpkd-kBDsod{font-size:1.125rem;width:1.125rem;height:1.125rem}.VfPpkd-LgbsSe .VfPpkd-Jh9lGc::before{background-color:#6200ee}.VfPpkd-LgbsSe .VfPpkd-Jh9lGc::after{background-color:#6200ee}.VfPpkd-LgbsSe:hover .VfPpkd-Jh9lGc::before,.VfPpkd-LgbsSe.VfPpkd-ksKsZd-XxIAqe-OWXEXe-ZmdkE .VfPpkd-Jh9lGc::before{opacity:.04}.VfPpkd-LgbsSe.VfPpkd-ksKsZd-mWPk3d-OWXEXe-AHe6Kc-XpnDCe .VfPpkd-Jh9lGc::before,.VfPpkd-LgbsSe:not(.VfPpkd-ksKsZd-mWPk3d):focus .VfPpkd-Jh9lGc::before{-webkit-transition-duration:75ms;transition-duration:75ms;opacity:.12}.VfPpkd-LgbsSe:not(.VfPpkd-ksKsZd-mWPk3d) .VfPpkd-Jh9lGc::after{-webkit-transition:opacity .15s linear;transition:opacity .15s linear}.VfPpkd-LgbsSe:not(.VfPpkd-ksKsZd-mWPk3d):active .VfPpkd-Jh9lGc::after{-webkit-transition-duration:75ms;transition-duration:75ms;opacity:.12}.VfPpkd-LgbsSe.VfPpkd-ksKsZd-mWPk3d{--mdc-ripple-fg-opacity:var(--mdc-text-button-pressed-state-layer-opacity,0.12)}.VfPpkd-LgbsSe .VfPpkd-Jh9lGc{border-radius:4px}.VfPpkd-LgbsSe .VfPpkd-J1Ukfc-LhBDec{border-radius:2px}.VfPpkd-LgbsSe .VfPpkd-J1Ukfc-LhBDec::after{border-radius:4px}.VfPpkd-LgbsSe-OWXEXe-k8QpJ{font-family:Roboto,sans-serif;font-size:.875rem;letter-spacing:.0892857143em;font-weight:500;text-transform:uppercase;height:36px;border-radius:4px}.VfPpkd-LgbsSe-OWXEXe-k8QpJ:not(:disabled){background-color:#6200ee}.VfPpkd-LgbsSe-OWXEXe-k8QpJ:disabled{background-color:rgba(0,0,0,.12)}.VfPpkd-LgbsSe-OWXEXe-k8QpJ:not(:disabled){color:#fff}.VfPpkd-LgbsSe-OWXEXe-k8QpJ:disabled{color:rgba(0,0,0,.38)}.VfPpkd-LgbsSe-OWXEXe-k8QpJ .VfPpkd-kBDsod{font-size:1.125rem;width:1.125rem;height:1.125rem}.VfPpkd-LgbsSe-OWXEXe-k8QpJ .VfPpkd-Jh9lGc::before{background-color:#fff}.VfPpkd-LgbsSe-OWXEXe-k8QpJ .VfPpkd-Jh9lGc::after{background-color:#fff}.VfPpkd-LgbsSe-OWXEXe-k8QpJ:hover .VfPpkd-Jh9lGc::before,.VfPpkd-LgbsSe-OWXEXe-k8QpJ.VfPpkd-ksKsZd-XxIAqe-OWXEXe-ZmdkE .VfPpkd-Jh9lGc::before{opacity:.08}.VfPpkd-LgbsSe-OWXEXe-k8QpJ.VfPpkd-ksKsZd-mWPk3d-OWXEXe-AHe6Kc-XpnDCe .VfPpkd-Jh9lGc::before,.VfPpkd-LgbsSe-OWXEXe-k8QpJ:not(.VfPpkd-ksKsZd-mWPk3d):focus .VfPpkd-Jh9lGc::before{-webkit-transition-duration:75ms;transition-duration:75ms;opacity:.24}.VfPpkd-LgbsSe-OWXEXe-k8QpJ:not(.VfPpkd-ksKsZd-mWPk3d) .VfPpkd-Jh9lGc::after{-webkit-transition:opacity .15s linear;transition:opacity .15s linear}.VfPpkd-LgbsSe-OWXEXe-k8QpJ:not(.VfPpkd-ksKsZd-mWPk3d):active .VfPpkd-Jh9lGc::after{-webkit-transition-duration:75ms;transition-duration:75ms;opacity:.24}.VfPpkd-LgbsSe-OWXEXe-k8QpJ.VfPpkd-ksKsZd-mWPk3d{--mdc-ripple-fg-opacity:var(--mdc-filled-button-pressed-state-layer-opacity,0.24)}.VfPpkd-LgbsSe-OWXEXe-k8QpJ .VfPpkd-Jh9lGc{border-radius:4px}.VfPpkd-LgbsSe-OWXEXe-k8QpJ .VfPpkd-J1Ukfc-LhBDec{border-radius:2px}.VfPpkd-LgbsSe-OWXEXe-k8QpJ .VfPpkd-J1Ukfc-LhBDec::after{border-radius:4px}.VfPpkd-LgbsSe-OWXEXe-MV7yeb{font-family:Roboto,sans-serif;font-size:.875rem;letter-spacing:.0892857143em;font-weight:500;text-transform:uppercase;height:36px;border-radius:4px;-webkit-box-shadow:0 3px 1px -2px rgba(0,0,0,.2),0 2px 2px 0 rgba(0,0,0,.14),0 1px 5px 0 rgba(0,0,0,.12);box-shadow:0 3px 1px -2px rgba(0,0,0,.2),0 2px 2px 0 rgba(0,0,0,.14),0 1px 5px 0 rgba(0,0,0,.12)}.VfPpkd-LgbsSe-OWXEXe-MV7yeb:not(:disabled){background-color:#6200ee}.VfPpkd-LgbsSe-OWXEXe-MV7yeb:disabled{background-color:rgba(0,0,0,.12)}.VfPpkd-LgbsSe-OWXEXe-MV7yeb:not(:disabled){color:#fff}.VfPpkd-LgbsSe-OWXEXe-MV7yeb:disabled{color:rgba(0,0,0,.38)}.VfPpkd-LgbsSe-OWXEXe-MV7yeb .VfPpkd-kBDsod{font-size:1.125rem;width:1.125rem;height:1.125rem}.VfPpkd-LgbsSe-OWXEXe-MV7yeb .VfPpkd-Jh9lGc::before{background-color:#fff}.VfPpkd-LgbsSe-OWXEXe-MV7yeb .VfPpkd-Jh9lGc::after{background-color:#fff}.VfPpkd-LgbsSe-OWXEXe-MV7yeb:hover .VfPpkd-Jh9lGc::before,.VfPpkd-LgbsSe-OWXEXe-MV7yeb.VfPpkd-ksKsZd-XxIAqe-OWXEXe-ZmdkE .VfPpkd-Jh9lGc::before{opacity:.08}.VfPpkd-LgbsSe-OWXEXe-MV7yeb.VfPpkd-ksKsZd-mWPk3d-OWXEXe-AHe6Kc-XpnDCe .VfPpkd-Jh9lGc::before,.VfPpkd-LgbsSe-OWXEXe-MV7yeb:not(.VfPpkd-ksKsZd-mWPk3d):focus .VfPpkd-Jh9lGc::before{-webkit-transition-duration:75ms;transition-duration:75ms;opacity:.24}.VfPpkd-LgbsSe-OWXEXe-MV7yeb:not(.VfPpkd-ksKsZd-mWPk3d) .VfPpkd-Jh9lGc::after{-webkit-transition:opacity .15s linear;transition:opacity .15s linear}.VfPpkd-LgbsSe-OWXEXe-MV7yeb:not(.VfPpkd-ksKsZd-mWPk3d):active .VfPpkd-Jh9lGc::after{-webkit-transition-duration:75ms;transition-duration:75ms;opacity:.24}.VfPpkd-LgbsSe-OWXEXe-MV7yeb.VfPpkd-ksKsZd-mWPk3d{--mdc-ripple-fg-opacity:var(--mdc-protected-button-pressed-state-layer-opacity,0.24)}.VfPpkd-LgbsSe-OWXEXe-MV7yeb .VfPpkd-Jh9lGc{border-radius:4px}.VfPpkd-LgbsSe-OWXEXe-MV7yeb .VfPpkd-J1Ukfc-LhBDec{border-radius:2px}.VfPpkd-LgbsSe-OWXEXe-MV7yeb .VfPpkd-J1Ukfc-LhBDec::after{border-radius:4px}.VfPpkd-LgbsSe-OWXEXe-MV7yeb.VfPpkd-ksKsZd-mWPk3d-OWXEXe-AHe6Kc-XpnDCe,.VfPpkd-LgbsSe-OWXEXe-MV7yeb:not(.VfPpkd-ksKsZd-mWPk3d):focus{-webkit-box-shadow:0 2px 4px -1px rgba(0,0,0,.2),0 4px 5px 0 rgba(0,0,0,.14),0 1px 10px 0 rgba(0,0,0,.12);box-shadow:0 2px 4px -1px rgba(0,0,0,.2),0 4px 5px 0 rgba(0,0,0,.14),0 1px 10px 0 rgba(0,0,0,.12)}.VfPpkd-LgbsSe-OWXEXe-MV7yeb:hover{-webkit-box-shadow:0 2px 4px -1px rgba(0,0,0,.2),0 4px 5px 0 rgba(0,0,0,.14),0 1px 10px 0 rgba(0,0,0,.12);box-shadow:0 2px 4px -1px rgba(0,0,0,.2),0 4px 5px 0 rgba(0,0,0,.14),0 1px 10px 0 rgba(0,0,0,.12)}.VfPpkd-LgbsSe-OWXEXe-MV7yeb:not(:disabled):active{-webkit-box-shadow:0 5px 5px -3px rgba(0,0,0,.2),0 8px 10px 1px rgba(0,0,0,.14),0 3px 14px 2px rgba(0,0,0,.12);box-shadow:0 5px 5px -3px rgba(0,0,0,.2),0 8px 10px 1px rgba(0,0,0,.14),0 3px 14px 2px rgba(0,0,0,.12)}.VfPpkd-LgbsSe-OWXEXe-MV7yeb:disabled{-webkit-box-shadow:0 0 0 0 rgba(0,0,0,.2),0 0 0 0 rgba(0,0,0,.14),0 0 0 0 rgba(0,0,0,.12);box-shadow:0 0 0 0 rgba(0,0,0,.2),0 0 0 0 rgba(0,0,0,.14),0 0 0 0 rgba(0,0,0,.12)}.VfPpkd-LgbsSe-OWXEXe-INsAgc{font-family:Roboto,sans-serif;font-size:.875rem;letter-spacing:.0892857143em;font-weight:500;text-transform:uppercase;height:36px;border-radius:4px;padding:0 15px 0 15px;border-width:1px}.VfPpkd-LgbsSe-OWXEXe-INsAgc:not(:disabled){color:#6200ee}.VfPpkd-LgbsSe-OWXEXe-INsAgc:disabled{color:rgba(0,0,0,.38)}.VfPpkd-LgbsSe-OWXEXe-INsAgc .VfPpkd-kBDsod{font-size:1.125rem;width:1.125rem;height:1.125rem}.VfPpkd-LgbsSe-OWXEXe-INsAgc .VfPpkd-Jh9lGc::before{background-color:#6200ee}.VfPpkd-LgbsSe-OWXEXe-INsAgc .VfPpkd-Jh9lGc::after{background-color:#6200ee}.VfPpkd-LgbsSe-OWXEXe-INsAgc:hover .VfPpkd-Jh9lGc::before,.VfPpkd-LgbsSe-OWXEXe-INsAgc.VfPpkd-ksKsZd-XxIAqe-OWXEXe-ZmdkE .VfPpkd-Jh9lGc::before{opacity:.04}.VfPpkd-LgbsSe-OWXEXe-INsAgc.VfPpkd-ksKsZd-mWPk3d-OWXEXe-AHe6Kc-XpnDCe .VfPpkd-Jh9lGc::before,.VfPpkd-LgbsSe-OWXEXe-INsAgc:not(.VfPpkd-ksKsZd-mWPk3d):focus .VfPpkd-Jh9lGc::before{-webkit-transition-duration:75ms;transition-duration:75ms;opacity:.12}.VfPpkd-LgbsSe-OWXEXe-INsAgc:not(.VfPpkd-ksKsZd-mWPk3d) .VfPpkd-Jh9lGc::after{-webkit-transition:opacity .15s linear;transition:opacity .15s linear}.VfPpkd-LgbsSe-OWXEXe-INsAgc:not(.VfPpkd-ksKsZd-mWPk3d):active .VfPpkd-Jh9lGc::after{-webkit-transition-duration:75ms;transition-duration:75ms;opacity:.12}.VfPpkd-LgbsSe-OWXEXe-INsAgc.VfPpkd-ksKsZd-mWPk3d{--mdc-ripple-fg-opacity:var(--mdc-outlined-button-pressed-state-layer-opacity,0.12)}.VfPpkd-LgbsSe-OWXEXe-INsAgc .VfPpkd-Jh9lGc{border-radius:4px}.VfPpkd-LgbsSe-OWXEXe-INsAgc .VfPpkd-J1Ukfc-LhBDec{border-radius:2px}.VfPpkd-LgbsSe-OWXEXe-INsAgc .VfPpkd-J1Ukfc-LhBDec::after{border-radius:4px}.VfPpkd-LgbsSe-OWXEXe-INsAgc:not(:disabled){border-color:rgba(0,0,0,.12)}.VfPpkd-LgbsSe-OWXEXe-INsAgc:disabled{border-color:rgba(0,0,0,.12)}.VfPpkd-LgbsSe-OWXEXe-INsAgc.VfPpkd-LgbsSe-OWXEXe-Bz112c-UbuQg{padding:0 11px 0 15px}.VfPpkd-LgbsSe-OWXEXe-INsAgc.VfPpkd-LgbsSe-OWXEXe-Bz112c-M1Soyc{padding:0 15px 0 11px}.VfPpkd-LgbsSe-OWXEXe-INsAgc .VfPpkd-Jh9lGc{top:-1px;left:-1px;bottom:-1px;right:-1px;border-width:1px}.VfPpkd-LgbsSe-OWXEXe-INsAgc .VfPpkd-RLmnJb{left:-1px;width:calc(100% + 2px)}.nCP5yc{font-family:"Google Sans",Roboto,Arial,sans-serif;font-size:.875rem;letter-spacing:.0107142857em;font-weight:500;text-transform:none;-webkit-transition:border .28s cubic-bezier(.4,0,.2,1),-webkit-box-shadow .28s cubic-bezier(.4,0,.2,1);transition:border .28s cubic-bezier(.4,0,.2,1),-webkit-box-shadow .28s cubic-bezier(.4,0,.2,1);transition:border .28s cubic-bezier(.4,0,.2,1),box-shadow .28s cubic-bezier(.4,0,.2,1);transition:border .28s cubic-bezier(.4,0,.2,1),box-shadow .28s cubic-bezier(.4,0,.2,1),-webkit-box-shadow .28s cubic-bezier(.4,0,.2,1);-webkit-box-shadow:none;box-shadow:none}.nCP5yc .VfPpkd-Jh9lGc{height:100%;position:absolute;overflow:hidden;width:100%;z-index:0}.nCP5yc:not(:disabled){background-color:rgb(26,115,232);background-color:var(--gm-fillbutton-container-color,rgb(26,115,232))}.nCP5yc:not(:disabled){color:#fff;color:var(--gm-fillbutton-ink-color,#fff)}.nCP5yc:disabled{background-color:rgba(60,64,67,.12);background-color:var(--gm-fillbutton-disabled-container-color,rgba(60,64,67,.12))}.nCP5yc:disabled{color:rgba(60,64,67,.38);color:var(--gm-fillbutton-disabled-ink-color,rgba(60,64,67,.38))}.nCP5yc .VfPpkd-Jh9lGc::before,.nCP5yc .VfPpkd-Jh9lGc::after{background-color:rgb(32,33,36);background-color:var(--gm-fillbutton-state-color,rgb(32,33,36))}.nCP5yc:hover .VfPpkd-Jh9lGc::before,.nCP5yc.VfPpkd-ksKsZd-XxIAqe-OWXEXe-ZmdkE .VfPpkd-Jh9lGc::before{opacity:.16;opacity:var(--mdc-ripple-hover-opacity,.16)}.nCP5yc.VfPpkd-ksKsZd-mWPk3d-OWXEXe-AHe6Kc-XpnDCe .VfPpkd-Jh9lGc::before,.nCP5yc:not(.VfPpkd-ksKsZd-mWPk3d):focus .VfPpkd-Jh9lGc::before{-webkit-transition-duration:75ms;transition-duration:75ms;opacity:.24;opacity:var(--mdc-ripple-focus-opacity,.24)}.nCP5yc:not(.VfPpkd-ksKsZd-mWPk3d) .VfPpkd-Jh9lGc::after{-webkit-transition:opacity .15s linear;transition:opacity .15s linear}.nCP5yc:not(.VfPpkd-ksKsZd-mWPk3d):active .VfPpkd-Jh9lGc::after{-webkit-transition-duration:75ms;transition-duration:75ms;opacity:.2;opacity:var(--mdc-ripple-press-opacity,.2)}.nCP5yc.VfPpkd-ksKsZd-mWPk3d{--mdc-ripple-fg-opacity:var(--mdc-ripple-press-opacity,0.2)}.nCP5yc .VfPpkd-BFbNVe-bF1uUb{opacity:0}.nCP5yc .VfPpkd-UdE5de-uDEFge .VfPpkd-JGcpL-uI4vCe-LkdAo,.nCP5yc .VfPpkd-UdE5de-uDEFge .VfPpkd-JGcpL-IdXvz-LkdAo-Bd00G{stroke:#fff}@media (-ms-high-contrast:active),screen and (forced-colors:active){.nCP5yc .VfPpkd-UdE5de-uDEFge .VfPpkd-JGcpL-uI4vCe-LkdAo,.nCP5yc .VfPpkd-UdE5de-uDEFge .VfPpkd-JGcpL-IdXvz-LkdAo-Bd00G{stroke:CanvasText}}.nCP5yc:hover{-webkit-box-shadow:0 1px 2px 0 rgba(60,64,67,.3),0 1px 3px 1px rgba(60,64,67,.15);box-shadow:0 1px 2px 0 rgba(60,64,67,.3),0 1px 3px 1px rgba(60,64,67,.15);-webkit-box-shadow:0 1px 2px 0 var(--gm-fillbutton-keyshadow-color,rgba(60,64,67,.3)),0 1px 3px 1px var(--gm-fillbutton-ambientshadow-color,rgba(60,64,67,.15));box-shadow:0 1px 2px 0 var(--gm-fillbutton-keyshadow-color,rgba(60,64,67,.3)),0 1px 3px 1px var(--gm-fillbutton-ambientshadow-color,rgba(60,64,67,.15))}.nCP5yc:hover .VfPpkd-BFbNVe-bF1uUb{opacity:0}.nCP5yc:active{-webkit-box-shadow:0 1px 2px 0 rgba(60,64,67,.3),0 2px 6px 2px rgba(60,64,67,.15);box-shadow:0 1px 2px 0 rgba(60,64,67,.3),0 2px 6px 2px rgba(60,64,67,.15);-webkit-box-shadow:0 1px 2px 0 var(--gm-fillbutton-keyshadow-color,rgba(60,64,67,.3)),0 2px 6px 2px var(--gm-fillbutton-ambientshadow-color,rgba(60,64,67,.15));box-shadow:0 1px 2px 0 var(--gm-fillbutton-keyshadow-color,rgba(60,64,67,.3)),0 2px 6px 2px var(--gm-fillbutton-ambientshadow-color,rgba(60,64,67,.15))}.nCP5yc:active .VfPpkd-BFbNVe-bF1uUb{opacity:0}.nCP5yc:disabled{-webkit-box-shadow:none;box-shadow:none}.nCP5yc:disabled:hover .VfPpkd-Jh9lGc::before,.nCP5yc:disabled.VfPpkd-ksKsZd-XxIAqe-OWXEXe-ZmdkE .VfPpkd-Jh9lGc::before{opacity:0;opacity:var(--mdc-ripple-hover-opacity,0)}.nCP5yc:disabled.VfPpkd-ksKsZd-mWPk3d-OWXEXe-AHe6Kc-XpnDCe .VfPpkd-Jh9lGc::before,.nCP5yc:disabled:not(.VfPpkd-ksKsZd-mWPk3d):focus .VfPpkd-Jh9lGc::before{-webkit-transition-duration:75ms;transition-duration:75ms;opacity:0;opacity:var(--mdc-ripple-focus-opacity,0)}.nCP5yc:disabled:not(.VfPpkd-ksKsZd-mWPk3d) .VfPpkd-Jh9lGc::after{-webkit-transition:opacity .15s linear;transition:opacity .15s linear}.nCP5yc:disabled:not(.VfPpkd-ksKsZd-mWPk3d):active .VfPpkd-Jh9lGc::after{-webkit-transition-duration:75ms;transition-duration:75ms;opacity:0;opacity:var(--mdc-ripple-press-opacity,0)}.nCP5yc:disabled.VfPpkd-ksKsZd-mWPk3d{--mdc-ripple-fg-opacity:var(--mdc-ripple-press-opacity,0)}.nCP5yc:disabled .VfPpkd-BFbNVe-bF1uUb{opacity:0}.Rj2Mlf{font-family:"Google Sans",Roboto,Arial,sans-serif;font-size:.875rem;letter-spacing:.0107142857em;font-weight:500;text-transform:none;-webkit-transition:border .28s cubic-bezier(.4,0,.2,1),-webkit-box-shadow .28s cubic-bezier(.4,0,.2,1);transition:border .28s cubic-bezier(.4,0,.2,1),-webkit-box-shadow .28s cubic-bezier(.4,0,.2,1);transition:border .28s cubic-bezier(.4,0,.2,1),box-shadow .28s cubic-bezier(.4,0,.2,1);transition:border .28s cubic-bezier(.4,0,.2,1),box-shadow .28s cubic-bezier(.4,0,.2,1),-webkit-box-shadow .28s cubic-bezier(.4,0,.2,1);-webkit-box-shadow:none;box-shadow:none}.Rj2Mlf .VfPpkd-Jh9lGc{height:100%;position:absolute;overflow:hidden;width:100%;z-index:0}.Rj2Mlf:not(:disabled){color:rgb(26,115,232);color:var(--gm-hairlinebutton-ink-color,rgb(26,115,232))}.Rj2Mlf:not(:disabled){border-color:rgb(218,220,224);border-color:var(--gm-hairlinebutton-outline-color,rgb(218,220,224))}.Rj2Mlf:not(:disabled):hover{border-color:rgb(218,220,224);border-color:var(--gm-hairlinebutton-outline-color,rgb(218,220,224))}.Rj2Mlf:not(:disabled).VfPpkd-ksKsZd-mWPk3d-OWXEXe-AHe6Kc-XpnDCe,.Rj2Mlf:not(:disabled):not(.VfPpkd-ksKsZd-mWPk3d):focus{border-color:rgb(23,78,166);border-color:var(--gm-hairlinebutton-outline-color--stateful,rgb(23,78,166))}.Rj2Mlf:not(:disabled):active,.Rj2Mlf:not(:disabled):focus:active{border-color:rgb(218,220,224);border-color:var(--gm-hairlinebutton-outline-color,rgb(218,220,224))}.Rj2Mlf:disabled{color:rgba(60,64,67,.38);color:var(--gm-hairlinebutton-disabled-ink-color,rgba(60,64,67,.38))}.Rj2Mlf:disabled{border-color:rgba(60,64,67,.12);border-color:var(--gm-hairlinebutton-disabled-outline-color,rgba(60,64,67,.12))}.Rj2Mlf:hover:not(:disabled),.Rj2Mlf.VfPpkd-ksKsZd-mWPk3d-OWXEXe-AHe6Kc-XpnDCe:not(:disabled),.Rj2Mlf:not(.VfPpkd-ksKsZd-mWPk3d):focus:not(:disabled),.Rj2Mlf:active:not(:disabled){color:rgb(23,78,166);color:var(--gm-hairlinebutton-ink-color--stateful,rgb(23,78,166))}.Rj2Mlf .VfPpkd-BFbNVe-bF1uUb{opacity:0}.Rj2Mlf .VfPpkd-UdE5de-uDEFge .VfPpkd-JGcpL-uI4vCe-LkdAo,.Rj2Mlf .VfPpkd-UdE5de-uDEFge .VfPpkd-JGcpL-IdXvz-LkdAo-Bd00G{stroke:rgb(26,115,232)}@media (-ms-high-contrast:active),screen and (forced-colors:active){.Rj2Mlf .VfPpkd-UdE5de-uDEFge .VfPpkd-JGcpL-uI4vCe-LkdAo,.Rj2Mlf .VfPpkd-UdE5de-uDEFge .VfPpkd-JGcpL-IdXvz-LkdAo-Bd00G{stroke:CanvasText}}.Rj2Mlf .VfPpkd-Jh9lGc::before,.Rj2Mlf .VfPpkd-Jh9lGc::after{background-color:rgb(26,115,232);background-color:var(--gm-hairlinebutton-state-color,rgb(26,115,232))}.Rj2Mlf:hover .VfPpkd-Jh9lGc::before,.Rj2Mlf.VfPpkd-ksKsZd-XxIAqe-OWXEXe-ZmdkE .VfPpkd-Jh9lGc::before{opacity:.04;opacity:var(--mdc-ripple-hover-opacity,.04)}.Rj2Mlf.VfPpkd-ksKsZd-mWPk3d-OWXEXe-AHe6Kc-XpnDCe .VfPpkd-Jh9lGc::before,.Rj2Mlf:not(.VfPpkd-ksKsZd-mWPk3d):focus .VfPpkd-Jh9lGc::before{-webkit-transition-duration:75ms;transition-duration:75ms;opacity:.12;opacity:var(--mdc-ripple-focus-opacity,.12)}.Rj2Mlf:not(.VfPpkd-ksKsZd-mWPk3d) .VfPpkd-Jh9lGc::after{-webkit-transition:opacity .15s linear;transition:opacity .15s linear}.Rj2Mlf:not(.VfPpkd-ksKsZd-mWPk3d):active .VfPpkd-Jh9lGc::after{-webkit-transition-duration:75ms;transition-duration:75ms;opacity:.12;opacity:var(--mdc-ripple-press-opacity,.12)}.Rj2Mlf.VfPpkd-ksKsZd-mWPk3d{--mdc-ripple-fg-opacity:var(--mdc-ripple-press-opacity,0.12)}.Rj2Mlf:disabled:hover .VfPpkd-Jh9lGc::before,.Rj2Mlf:disabled.VfPpkd-ksKsZd-XxIAqe-OWXEXe-ZmdkE .VfPpkd-Jh9lGc::before{opacity:0;opacity:var(--mdc-ripple-hover-opacity,0)}.Rj2Mlf:disabled.VfPpkd-ksKsZd-mWPk3d-OWXEXe-AHe6Kc-XpnDCe .VfPpkd-Jh9lGc::before,.Rj2Mlf:disabled:not(.VfPpkd-ksKsZd-mWPk3d):focus .VfPpkd-Jh9lGc::before{-webkit-transition-duration:75ms;transition-duration:75ms;opacity:0;opacity:var(--mdc-ripple-focus-opacity,0)}.Rj2Mlf:disabled:not(.VfPpkd-ksKsZd-mWPk3d) .VfPpkd-Jh9lGc::after{-webkit-transition:opacity .15s linear;transition:opacity .15s linear}.Rj2Mlf:disabled:not(.VfPpkd-ksKsZd-mWPk3d):active .VfPpkd-Jh9lGc::after{-webkit-transition-duration:75ms;transition-duration:75ms;opacity:0;opacity:var(--mdc-ripple-press-opacity,0)}.Rj2Mlf:disabled.VfPpkd-ksKsZd-mWPk3d{--mdc-ripple-fg-opacity:var(--mdc-ripple-press-opacity,0)}.b9hyVd{font-family:"Google Sans",Roboto,Arial,sans-serif;font-size:.875rem;letter-spacing:.0107142857em;font-weight:500;text-transform:none;-webkit-transition:border .28s cubic-bezier(.4,0,.2,1),-webkit-box-shadow .28s cubic-bezier(.4,0,.2,1);transition:border .28s cubic-bezier(.4,0,.2,1),-webkit-box-shadow .28s cubic-bezier(.4,0,.2,1);transition:border .28s cubic-bezier(.4,0,.2,1),box-shadow .28s cubic-bezier(.4,0,.2,1);transition:border .28s cubic-bezier(.4,0,.2,1),box-shadow .28s cubic-bezier(.4,0,.2,1),-webkit-box-shadow .28s cubic-bezier(.4,0,.2,1);border-width:0;-webkit-box-shadow:0 1px 2px 0 rgba(60,64,67,.3),0 1px 3px 1px rgba(60,64,67,.15);box-shadow:0 1px 2px 0 rgba(60,64,67,.3),0 1px 3px 1px rgba(60,64,67,.15);-webkit-box-shadow:0 1px 2px 0 var(--gm-protectedbutton-keyshadow-color,rgba(60,64,67,.3)),0 1px 3px 1px var(--gm-protectedbutton-ambientshadow-color,rgba(60,64,67,.15));box-shadow:0 1px 2px 0 var(--gm-protectedbutton-keyshadow-color,rgba(60,64,67,.3)),0 1px 3px 1px var(--gm-protectedbutton-ambientshadow-color,rgba(60,64,67,.15))}.b9hyVd .VfPpkd-Jh9lGc{height:100%;position:absolute;overflow:hidden;width:100%;z-index:0}.b9hyVd:not(:disabled){background-color:#fff;background-color:var(--gm-protectedbutton-container-color,#fff)}.b9hyVd:not(:disabled){color:rgb(26,115,232);color:var(--gm-protectedbutton-ink-color,rgb(26,115,232))}.b9hyVd:disabled{background-color:rgba(60,64,67,.12);background-color:var(--gm-protectedbutton-disabled-container-color,rgba(60,64,67,.12))}.b9hyVd:disabled{color:rgba(60,64,67,.38);color:var(--gm-protectedbutton-disabled-ink-color,rgba(60,64,67,.38))}.b9hyVd:hover:not(:disabled),.b9hyVd.VfPpkd-ksKsZd-mWPk3d-OWXEXe-AHe6Kc-XpnDCe:not(:disabled),.b9hyVd:not(.VfPpkd-ksKsZd-mWPk3d):focus:not(:disabled),.b9hyVd:active:not(:disabled){color:rgb(23,78,166);color:var(--gm-protectedbutton-ink-color--stateful,rgb(23,78,166))}.b9hyVd .VfPpkd-BFbNVe-bF1uUb{opacity:0}.b9hyVd .VfPpkd-UdE5de-uDEFge .VfPpkd-JGcpL-uI4vCe-LkdAo,.b9hyVd .VfPpkd-UdE5de-uDEFge .VfPpkd-JGcpL-IdXvz-LkdAo-Bd00G{stroke:rgb(26,115,232)}@media (-ms-high-contrast:active),screen and (forced-colors:active){.b9hyVd .VfPpkd-UdE5de-uDEFge .VfPpkd-JGcpL-uI4vCe-LkdAo,.b9hyVd .VfPpkd-UdE5de-uDEFge .VfPpkd-JGcpL-IdXvz-LkdAo-B
2026-01-13T09:30:13
https://developers.cloudflare.com/ai-gateway/integrations/worker-binding-methods/
AI Gateway Binding Methods · Cloudflare AI Gateway docs Skip to content Cloudflare Docs Search Docs Directory APIs SDKs Help Log in Select theme Dark Light Auto AI Gateway No results found. Try a different search term, or use our global search . Overview Getting started Using AI Gateway Unified API (OpenAI compat) Provider Native Workers AI Amazon Bedrock Anthropic Azure OpenAI Baseten Cartesia Cerebras Cohere Deepgram DeepSeek ElevenLabs Fal AI Google AI Studio Google Vertex AI Groq HuggingFace Ideogram Mistral AI OpenAI OpenRouter Parallel Perplexity Replicate xAI WebSockets API Beta Overview Realtime WebSockets API Non-realtime WebSockets API Features Overview Unified Billing Caching Rate limiting Dynamic routing Beta Overview Using a dynamic route JSON Configuration Data Loss Prevention (DLP) Beta Overview Set up Data Loss Prevention (DLP) Guardrails Beta Overview Set up Guardrails Supported model types Usage considerations Configuration BYOK (Store Keys) Beta Custom costs Custom Providers Beta Manage gateways Request handling Authenticated Gateway Observability Costs Custom metadata Analytics Logging Overview Workers Logpush Integrations Vercel AI SDK Agents ↗ AI Gateway Binding Methods Workers AI Tutorials Platform Overview Limits Pricing Audit logs Changelog Header Glossary REST API reference ↗ API MCP server ↗ MCP AI Assistant ↗ Architectures LLM resources llms.txt prompt.txt AI Gateway llms-full.txt Developer Platform llms-full.txt GitHub X.com YouTube Select theme Dark Light Auto On this page Overview 1. Add an AI Binding to your Worker 2. Basic Usage with Workers AI + Gateway 3. Access the Gateway Binding 3.1. patchLog: Send Feedback 3.2. getLog: Read Log Details 3.3. getUrl: Get Gateway URLs 3.4. run: Universal Requests Conclusion On this page Overview 1. Add an AI Binding to your Worker 2. Basic Usage with Workers AI + Gateway 3. Access the Gateway Binding 3.1. patchLog: Send Feedback 3.2. getLog: Read Log Details 3.3. getUrl: Get Gateway URLs 3.4. run: Universal Requests Conclusion Tags Bindings Was this helpful? Edit Issue Directory … AI Gateway Integrations AI Gateway Binding Methods Copy page AI Gateway Binding Methods Last reviewed: 10 months ago This guide provides an overview of how to use the latest Cloudflare Workers AI Gateway binding methods. You will learn how to set up an AI Gateway binding, access new methods, and integrate them into your Workers. 1. Add an AI Binding to your Worker To connect your Worker to Workers AI, add the following to your Wrangler configuration file : wrangler.jsonc wrangler.toml { " $schema " : "./node_modules/wrangler/config-schema.json" , " ai " : { " binding " : "AI" } } [ ai ] binding = "AI" This configuration sets up the AI binding accessible in your Worker code as env.AI . If you're using TypeScript, run wrangler types whenever you modify your Wrangler configuration file. This generates types for the env object based on your bindings, as well as runtime types . 2. Basic Usage with Workers AI + Gateway To perform an inference task using Workers AI and an AI Gateway, you can use the following code: src/index.ts const resp = await env . AI . run ( "@cf/meta/llama-3.1-8b-instruct" , { prompt : "tell me a joke" , }, { gateway : { id : "my-gateway" , }, }, ) ; Additionally, you can access the latest request log ID with: TypeScript const myLogId = env . AI . aiGatewayLogId ; 3. Access the Gateway Binding You can access your AI Gateway binding using the following code: TypeScript const gateway = env . AI . gateway ( "my-gateway" ) ; Once you have the gateway instance, you can use the following methods: 3.1. patchLog : Send Feedback The patchLog method allows you to send feedback, score, and metadata for a specific log ID. All object properties are optional, so you can include any combination of the parameters: TypeScript gateway . patchLog ( "my-log-id" , { feedback : 1 , score : 100 , metadata : { user : "123" , }, } ) ; Returns : Promise<void> (Make sure to await the request.) Example Use Case : Update a log entry with user feedback or additional metadata. 3.2. getLog : Read Log Details The getLog method retrieves details of a specific log ID. It returns an object of type Promise<AiGatewayLog> . If this type is missing, ensure you have run wrangler types . TypeScript const log = await gateway . getLog ( "my-log-id" ) ; Returns : Promise<AiGatewayLog> Example Use Case : Retrieve log information for debugging or analytics. 3.3. getUrl : Get Gateway URLs The getUrl method allows you to retrieve the base URL for your AI Gateway, optionally specifying a provider to get the provider-specific endpoint. TypeScript // Get the base gateway URL const baseUrl = await gateway . getUrl () ; // Output: https://gateway.ai.cloudflare.com/v1/my-account-id/my-gateway/ // Get a provider-specific URL const openaiUrl = await gateway . getUrl ( "openai" ) ; // Output: https://gateway.ai.cloudflare.com/v1/my-account-id/my-gateway/openai Parameters : Optional provider (string or AIGatewayProviders enum) Returns : Promise<string> Example Use Case : Dynamically construct URLs for direct API calls or debugging configurations. SDK Integration Examples The getUrl method is particularly useful for integrating with popular AI SDKs: OpenAI SDK: TypeScript import OpenAI from "openai" ; const openai = new OpenAI ( { apiKey : "my api key" , // defaults to process.env["OPENAI_API_KEY"] baseURL : await env . AI . gateway ( "my-gateway" ) . getUrl ( "openai" ) , } ) ; Vercel AI SDK with OpenAI: TypeScript import { createOpenAI } from "@ai-sdk/openai" ; const openai = createOpenAI ( { baseURL : await env . AI . gateway ( "my-gateway" ) . getUrl ( "openai" ) , } ) ; Vercel AI SDK with Anthropic: TypeScript import { createAnthropic } from "@ai-sdk/anthropic" ; const anthropic = createAnthropic ( { baseURL : await env . AI . gateway ( "my-gateway" ) . getUrl ( "anthropic" ) , } ) ; 3.4. run : Universal Requests The run method allows you to execute universal requests. Users can pass either a single universal request object or an array of them. This method supports all AI Gateway providers. Refer to the Universal endpoint documentation for details about the available inputs. TypeScript const resp = await gateway . run ( { provider : "workers-ai" , endpoint : "@cf/meta/llama-3.1-8b-instruct" , headers : { authorization : "Bearer my-api-token" , }, query : { prompt : "tell me a joke" , }, } ) ; Returns : Promise<Response> Example Use Case : Perform a universal request to any supported provider. Conclusion With these AI Gateway binding methods, you can now: Send feedback and update metadata with patchLog . Retrieve detailed log information using getLog . Get gateway URLs for direct API access with getUrl , making it easy to integrate with popular AI SDKs. Execute universal requests to any AI Gateway provider with run . These methods offer greater flexibility and control over your AI integrations, empowering you to build more sophisticated applications on the Cloudflare Workers platform. Was this helpful? Edit page Last updated: Oct 9, 2025 Previous Agents ↗ Next Workers AI Resources API New to Cloudflare? Directory Sponsorships Open Source Support Help Center System Status Compliance GDPR Company cloudflare.com Our team Careers Tools Cloudflare Radar Speed Test Is BGP Safe Yet? RPKI Toolkit Certificate Transparency Community X Discord YouTube GitHub © 2026 Cloudflare, Inc. Privacy Policy Terms of Use Report Security Issues Trademark Cookie Settings
2026-01-13T09:30:13
https://docs.google.com/spreadsheets/d/1YXVXDwtH7_Kqg6BM-WhbaTOVkXOXALicRwvGQ-T0Qq4/copy
:root{--gm3-sys-color-on-surface-rgb:31,31,31}@media screen and (prefers-color-scheme:dark){:root{--gm3-sys-color-on-surface-rgb:227,227,227}}:root{--wf-harmonize-filter-light:none;--wf-harmonize-filter-dark:none}.q4Wquf,.nfoC7c{display:block;height:25vh;position:relative}@media (min-width:600px){.q4Wquf,.nfoC7c{height:150px}}.q4Wquf.Irjbwb{height:auto}@media screen and (prefers-color-scheme:dark){.q4Wquf:not(.GtvzYd){display:none}}.nfoC7c{margin:0;overflow:hidden}.PwpMUe,.lVUmD{display:block;height:100%;margin:0 auto;width:100%}.St9mde{display:block;-webkit-filter:var(--wf-harmonize-filter-light);filter:var(--wf-harmonize-filter-light);height:100%;max-width:100%;min-height:110px;position:relative;-webkit-transform:translate(-43%,-3%);-ms-transform:translate(-43%,-3%);transform:translate(-43%,-3%);width:auto;z-index:3}@media screen and (prefers-color-scheme:dark){.St9mde{-webkit-filter:var(--wf-harmonize-filter-dark);filter:var(--wf-harmonize-filter-dark)}}.PwpMUe,.lVUmD,.St9mde{-o-object-fit:contain;object-fit:contain}.wsArZ[data-ss-mode="1"] .q4Wquf,.wsArZ[data-ss-mode="1"] .St9mde{height:auto;width:100%}.wsArZ[data-ss-mode="1"] .St9mde{max-width:400px}@media (min-width:600px) and (orientation:landscape),all and (min-width:1600px){.NQ5OL .q4Wquf,.NQ5OL .St9mde{height:auto;width:100%}.NQ5OL .St9mde{max-width:400px}}.q4Wquf.NWba7e,.q4Wquf.NWba7e .St9mde{height:auto}.q4Wquf.NWba7e .St9mde{height:auto;max-width:312px;width:100%}.q4Wquf.NWba7e.zpCp3 .St9mde{max-width:unset}.q4Wquf.IiQozc .St9mde{margin:0 auto;-webkit-transform:none;-ms-transform:none;transform:none}.q4Wquf.Irjbwb .St9mde{height:auto;width:100%}.q4Wquf.EEeaqf .St9mde{max-height:144px;max-width:144px}.SnAaEd{background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(233,233,233,0)),color-stop(62.22%,rgba(233,233,233,0)),color-stop(40.22%,rgb(233,233,233)),to(rgba(233,233,233,0)));background-image:-webkit-linear-gradient(top,rgba(233,233,233,0) 0,rgba(233,233,233,0) 62.22%,rgb(233,233,233) 40.22%,rgba(233,233,233,0) 100%);background-image:linear-gradient(to bottom,rgba(233,233,233,0) 0,rgba(233,233,233,0) 62.22%,rgb(233,233,233) 40.22%,rgba(233,233,233,0) 100%);height:100%;left:0;overflow:hidden;position:absolute;right:0;top:0;z-index:2}@media screen and (prefers-color-scheme:dark){.SnAaEd{display:none}}.SnAaEd::after,.SnAaEd::before{content:"";display:block;height:100%;min-width:110px;position:absolute;right:-10%;-webkit-transform:rotate(-104deg);-ms-transform:rotate(-104deg);transform:rotate(-104deg);width:25vh;z-index:2}@media (min-width:600px){.SnAaEd::after,.SnAaEd::before{width:150px}}.SnAaEd::before{background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(243,243,243,0)),to(rgba(243,243,243,.9)));background-image:-webkit-linear-gradient(top,rgba(243,243,243,0) 0,rgba(243,243,243,.9) 100%);background-image:linear-gradient(to bottom,rgba(243,243,243,0) 0,rgba(243,243,243,.9) 100%);bottom:-10%}.SnAaEd::after{background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(255,255,255,0)),to(rgba(255,255,255,.9)));background-image:-webkit-linear-gradient(top,rgba(255,255,255,0) 0,rgba(255,255,255,.9) 100%);background-image:linear-gradient(to bottom,rgba(255,255,255,0) 0,rgba(255,255,255,.9) 100%);bottom:-80%}.wsArZ[data-ss-mode="1"] .SnAaEd~.St9mde{width:auto}@media (min-width:600px) and (orientation:landscape),all and (min-width:1600px){.NQ5OL .SnAaEd~.St9mde{width:auto}}.RHNWk .St9mde{height:auto}@media (min-width:600px) and (orientation:landscape),all and (min-width:1600px){.NQ5OL .RHNWk .St9mde{width:115px}}.cf660d .St9mde{-webkit-transform:translate(-9%,-3%);-ms-transform:translate(-9%,-3%);transform:translate(-9%,-3%)}.tUhwwc .St9mde{margin:auto;max-height:230px;right:0;top:-3%;-webkit-transform:none;-ms-transform:none;transform:none}.Jkvqxd .St9mde{-webkit-transform:translate(9%,-3%);-ms-transform:translate(9%,-3%);transform:translate(9%,-3%)}.onc8Ic .St9mde{-webkit-transform:translate(var( --c-ps-s,24px ),0);-ms-transform:translate(var( --c-ps-s,24px ),0);transform:translate(var( --c-ps-s,24px ),0)}.WA89Yb .St9mde{-webkit-transform:translate(0,0);-ms-transform:translate(0,0);transform:translate(0,0)}.wsArZ[data-ss-mode="1"] .XEN8Yb .St9mde{max-width:115px}@media (min-width:600px) and (orientation:landscape),all and (min-width:1600px){.NQ5OL .XEN8Yb .St9mde{max-width:115px}}@media (min-width:1240px) and (orientation:landscape),all and (min-width:1600px){.KyPKed .NQ5OL .XEN8Yb .St9mde{max-width:115px}}.IsSr6b .St9mde{max-width:300px}.mmskdd .St9mde{-webkit-transform:none;-ms-transform:none;transform:none}@-webkit-keyframes quantumWizBoxInkSpread{0%{-webkit-transform:translate(-50%,-50%) scale(.2);transform:translate(-50%,-50%) scale(.2)}100%{-webkit-transform:translate(-50%,-50%) scale(2.2);transform:translate(-50%,-50%) scale(2.2)}}@keyframes quantumWizBoxInkSpread{0%{-webkit-transform:translate(-50%,-50%) scale(.2);transform:translate(-50%,-50%) scale(.2)}100%{-webkit-transform:translate(-50%,-50%) scale(2.2);transform:translate(-50%,-50%) scale(2.2)}}@-webkit-keyframes quantumWizIconFocusPulse{0%{-webkit-transform:translate(-50%,-50%) scale(1.5);transform:translate(-50%,-50%) scale(1.5);opacity:0}100%{-webkit-transform:translate(-50%,-50%) scale(2);transform:translate(-50%,-50%) scale(2);opacity:1}}@keyframes quantumWizIconFocusPulse{0%{-webkit-transform:translate(-50%,-50%) scale(1.5);transform:translate(-50%,-50%) scale(1.5);opacity:0}100%{-webkit-transform:translate(-50%,-50%) scale(2);transform:translate(-50%,-50%) scale(2);opacity:1}}@-webkit-keyframes quantumWizRadialInkSpread{0%{-webkit-transform:scale(1.5);transform:scale(1.5);opacity:0}100%{-webkit-transform:scale(2.5);transform:scale(2.5);opacity:1}}@keyframes quantumWizRadialInkSpread{0%{-webkit-transform:scale(1.5);transform:scale(1.5);opacity:0}100%{-webkit-transform:scale(2.5);transform:scale(2.5);opacity:1}}@-webkit-keyframes quantumWizRadialInkFocusPulse{0%{-webkit-transform:scale(2);transform:scale(2);opacity:0}100%{-webkit-transform:scale(2.5);transform:scale(2.5);opacity:1}}@keyframes quantumWizRadialInkFocusPulse{0%{-webkit-transform:scale(2);transform:scale(2);opacity:0}100%{-webkit-transform:scale(2.5);transform:scale(2.5);opacity:1}}:root{--wf-tfs:calc(var(--c-tfs,32)/16*1rem);--wf-tfs-bp2:calc(var(--c-tfs,36)/16*1rem);--wf-tfs-bp3:calc(var(--c-tfs,36)/16*1rem);--wf-tfs-bp5:calc(var(--c-tfs,44)/16*1rem);--wf-stfs:calc(var(--c-stfs,16)/16*1rem);--wf-stfs-bp5:calc(var(--c-stfs,16)/16*1rem)}:root{--wf-harmonize-filter-light:none;--wf-harmonize-filter-dark:none}.Dzz9Db,.GpMPBe{display:block;height:25vh;position:relative}@media (min-width:600px){.Dzz9Db,.GpMPBe{height:150px}}@media screen and (prefers-color-scheme:dark){.Dzz9Db:not(.GtvzYd){display:none}}.Dzz9Db.Irjbwb{height:auto}.GpMPBe{margin:0;overflow:hidden}.UFQPDd,.JNOvdd{display:block;height:100%;margin:0 auto;-o-object-fit:contain;object-fit:contain;width:100%}.f4ZpM{display:block;-webkit-filter:var(--wf-harmonize-filter-light);filter:var(--wf-harmonize-filter-light);height:100%;max-width:100%;min-height:110px;position:relative;-webkit-transform:translate(-43%,-3%);-ms-transform:translate(-43%,-3%);transform:translate(-43%,-3%);width:auto;z-index:3}@media screen and (prefers-color-scheme:dark){.f4ZpM{-webkit-filter:var(--wf-harmonize-filter-dark);filter:var(--wf-harmonize-filter-dark)}}.wsArZ[data-ss-mode="1"] .Dzz9Db,.wsArZ[data-ss-mode="1"] .f4ZpM{height:auto;width:100%}.wsArZ[data-ss-mode="1"] .f4ZpM{max-width:400px}@media (min-width:600px) and (orientation:landscape),all and (min-width:1600px){.NQ5OL .Dzz9Db,.NQ5OL .f4ZpM{height:auto;width:100%}.NQ5OL .f4ZpM{max-width:400px}}.Dzz9Db.utFBGf,.Dzz9Db.utFBGf .f4ZpM{height:auto}.Dzz9Db.utFBGf .f4ZpM{height:auto;max-width:312px;width:100%}.Dzz9Db.utFBGf.zpCp3 .f4ZpM{max-width:unset}.Dzz9Db.IiQozc .f4ZpM{margin:0 auto;-webkit-transform:none;-ms-transform:none;transform:none}.Dzz9Db.Irjbwb .f4ZpM{height:auto;width:100%}.Dzz9Db.EEeaqf .f4ZpM{max-height:144px;max-width:144px}.nPt1pc{background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(233,233,233,0)),color-stop(62.22%,rgba(233,233,233,0)),color-stop(40.22%,rgb(233,233,233)),to(rgba(233,233,233,0)));background-image:-webkit-linear-gradient(top,rgba(233,233,233,0) 0,rgba(233,233,233,0) 62.22%,rgb(233,233,233) 40.22%,rgba(233,233,233,0) 100%);background-image:linear-gradient(to bottom,rgba(233,233,233,0) 0,rgba(233,233,233,0) 62.22%,rgb(233,233,233) 40.22%,rgba(233,233,233,0) 100%);height:100%;left:0;overflow:hidden;position:absolute;right:0;top:0;z-index:2}@media screen and (prefers-color-scheme:dark){.nPt1pc{display:none}}.nPt1pc::after,.nPt1pc::before{content:"";display:block;height:100%;min-width:110px;position:absolute;right:-10%;-webkit-transform:rotate(-104deg);-ms-transform:rotate(-104deg);transform:rotate(-104deg);width:25vh;z-index:2}@media (min-width:600px){.nPt1pc::after,.nPt1pc::before{width:150px}}.nPt1pc::before{background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(243,243,243,0)),to(rgba(243,243,243,.9)));background-image:-webkit-linear-gradient(top,rgba(243,243,243,0) 0,rgba(243,243,243,.9) 100%);background-image:linear-gradient(to bottom,rgba(243,243,243,0) 0,rgba(243,243,243,.9) 100%);bottom:-10%}.nPt1pc::after{background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(255,255,255,0)),to(rgba(255,255,255,.9)));background-image:-webkit-linear-gradient(top,rgba(255,255,255,0) 0,rgba(255,255,255,.9) 100%);background-image:linear-gradient(to bottom,rgba(255,255,255,0) 0,rgba(255,255,255,.9) 100%);bottom:-80%}.wsArZ[data-ss-mode="1"] .nPt1pc~.f4ZpM{width:auto}@media (min-width:600px) and (orientation:landscape),all and (min-width:1600px){.NQ5OL .nPt1pc~.f4ZpM{width:auto}}.ZS7CGc .f4ZpM{height:auto}@media (min-width:600px) and (orientation:landscape),all and (min-width:1600px){.NQ5OL .ZS7CGc .f4ZpM{width:115px}}.qiRZ5e .f4ZpM{-webkit-transform:translate(-9%,-3%);-ms-transform:translate(-9%,-3%);transform:translate(-9%,-3%)}.vIv7Gf .f4ZpM{margin:auto;max-height:230px;right:0;top:-3%;-webkit-transform:none;-ms-transform:none;transform:none}.nvYXVd .f4ZpM{-webkit-transform:translate(9%,-3%);-ms-transform:translate(9%,-3%);transform:translate(9%,-3%)}.uOhnzd .f4ZpM{-webkit-transform:translate(24px,0);-ms-transform:translate(24px,0);transform:translate(24px,0)}.MsYMaf .f4ZpM{-webkit-transform:translate(0,0);-ms-transform:translate(0,0);transform:translate(0,0)}.wsArZ[data-ss-mode="1"] .YIi9qf .f4ZpM{max-width:115px}@media (min-width:600px) and (orientation:landscape),all and (min-width:1600px){.NQ5OL .YIi9qf .f4ZpM{max-width:115px}}.QG3Xbe .f4ZpM{max-width:300px}.F6gtje .f4ZpM{-webkit-transform:none;-ms-transform:none;transform:none}@-webkit-keyframes mdc-ripple-fg-radius-in{from{-webkit-animation-timing-function:cubic-bezier(.4,0,.2,1);animation-timing-function:cubic-bezier(.4,0,.2,1);-webkit-transform:translate(var(--mdc-ripple-fg-translate-start,0)) scale(1);transform:translate(var(--mdc-ripple-fg-translate-start,0)) scale(1)}to{-webkit-transform:translate(var(--mdc-ripple-fg-translate-end,0)) scale(var(--mdc-ripple-fg-scale,1));transform:translate(var(--mdc-ripple-fg-translate-end,0)) scale(var(--mdc-ripple-fg-scale,1))}}@keyframes mdc-ripple-fg-radius-in{from{-webkit-animation-timing-function:cubic-bezier(.4,0,.2,1);animation-timing-function:cubic-bezier(.4,0,.2,1);-webkit-transform:translate(var(--mdc-ripple-fg-translate-start,0)) scale(1);transform:translate(var(--mdc-ripple-fg-translate-start,0)) scale(1)}to{-webkit-transform:translate(var(--mdc-ripple-fg-translate-end,0)) scale(var(--mdc-ripple-fg-scale,1));transform:translate(var(--mdc-ripple-fg-translate-end,0)) scale(var(--mdc-ripple-fg-scale,1))}}@-webkit-keyframes mdc-ripple-fg-opacity-in{from{-webkit-animation-timing-function:linear;animation-timing-function:linear;opacity:0}to{opacity:var(--mdc-ripple-fg-opacity,0)}}@keyframes mdc-ripple-fg-opacity-in{from{-webkit-animation-timing-function:linear;animation-timing-function:linear;opacity:0}to{opacity:var(--mdc-ripple-fg-opacity,0)}}@-webkit-keyframes mdc-ripple-fg-opacity-out{from{-webkit-animation-timing-function:linear;animation-timing-function:linear;opacity:var(--mdc-ripple-fg-opacity,0)}to{opacity:0}}@keyframes mdc-ripple-fg-opacity-out{from{-webkit-animation-timing-function:linear;animation-timing-function:linear;opacity:var(--mdc-ripple-fg-opacity,0)}to{opacity:0}}.VfPpkd-ksKsZd-XxIAqe{--mdc-ripple-fg-size:0;--mdc-ripple-left:0;--mdc-ripple-top:0;--mdc-ripple-fg-scale:1;--mdc-ripple-fg-translate-end:0;--mdc-ripple-fg-translate-start:0;-webkit-tap-highlight-color:rgba(0,0,0,0);will-change:transform,opacity;position:relative;outline:none;overflow:hidden}.VfPpkd-ksKsZd-XxIAqe::before,.VfPpkd-ksKsZd-XxIAqe::after{position:absolute;border-radius:50%;opacity:0;pointer-events:none;content:""}.VfPpkd-ksKsZd-XxIAqe::before{-webkit-transition:opacity 15ms linear,background-color 15ms linear;transition:opacity 15ms linear,background-color 15ms linear;z-index:1;z-index:var(--mdc-ripple-z-index,1)}.VfPpkd-ksKsZd-XxIAqe::after{z-index:0;z-index:var(--mdc-ripple-z-index,0)}.VfPpkd-ksKsZd-XxIAqe.VfPpkd-ksKsZd-mWPk3d::before{-webkit-transform:scale(var(--mdc-ripple-fg-scale,1));-ms-transform:scale(var(--mdc-ripple-fg-scale,1));transform:scale(var(--mdc-ripple-fg-scale,1))}.VfPpkd-ksKsZd-XxIAqe.VfPpkd-ksKsZd-mWPk3d::after{top:0;left:0;-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0);-webkit-transform-origin:center center;-ms-transform-origin:center center;transform-origin:center center}.VfPpkd-ksKsZd-XxIAqe.VfPpkd-ksKsZd-mWPk3d-OWXEXe-ZNMTqd::after{top:var(--mdc-ripple-top,0);left:var(--mdc-ripple-left,0)}.VfPpkd-ksKsZd-XxIAqe.VfPpkd-ksKsZd-mWPk3d-OWXEXe-Tv8l5d-lJfZMc::after{-webkit-animation:mdc-ripple-fg-radius-in 225ms forwards,mdc-ripple-fg-opacity-in 75ms forwards;animation:mdc-ripple-fg-radius-in 225ms forwards,mdc-ripple-fg-opacity-in 75ms forwards}.VfPpkd-ksKsZd-XxIAqe.VfPpkd-ksKsZd-mWPk3d-OWXEXe-Tv8l5d-OmS1vf::after{-webkit-animation:mdc-ripple-fg-opacity-out .15s;animation:mdc-ripple-fg-opacity-out .15s;-webkit-transform:translate(var(--mdc-ripple-fg-translate-end,0)) scale(var(--mdc-ripple-fg-scale,1));-ms-transform:translate(var(--mdc-ripple-fg-translate-end,0)) scale(var(--mdc-ripple-fg-scale,1));transform:translate(var(--mdc-ripple-fg-translate-end,0)) scale(var(--mdc-ripple-fg-scale,1))}.VfPpkd-ksKsZd-XxIAqe::before,.VfPpkd-ksKsZd-XxIAqe::after{top:-50%;left:-50%;width:200%;height:200%}.VfPpkd-ksKsZd-XxIAqe.VfPpkd-ksKsZd-mWPk3d::after{width:var(--mdc-ripple-fg-size,100%);height:var(--mdc-ripple-fg-size,100%)}.VfPpkd-ksKsZd-XxIAqe[data-mdc-ripple-is-unbounded],.VfPpkd-ksKsZd-mWPk3d-OWXEXe-ZNMTqd{overflow:visible}.VfPpkd-ksKsZd-XxIAqe[data-mdc-ripple-is-unbounded]::before,.VfPpkd-ksKsZd-XxIAqe[data-mdc-ripple-is-unbounded]::after,.VfPpkd-ksKsZd-mWPk3d-OWXEXe-ZNMTqd::before,.VfPpkd-ksKsZd-mWPk3d-OWXEXe-ZNMTqd::after{top:0;left:0;width:100%;height:100%}.VfPpkd-ksKsZd-XxIAqe[data-mdc-ripple-is-unbounded].VfPpkd-ksKsZd-mWPk3d::before,.VfPpkd-ksKsZd-XxIAqe[data-mdc-ripple-is-unbounded].VfPpkd-ksKsZd-mWPk3d::after,.VfPpkd-ksKsZd-mWPk3d-OWXEXe-ZNMTqd.VfPpkd-ksKsZd-mWPk3d::before,.VfPpkd-ksKsZd-mWPk3d-OWXEXe-ZNMTqd.VfPpkd-ksKsZd-mWPk3d::after{top:var(--mdc-ripple-top,0);left:var(--mdc-ripple-left,0);width:var(--mdc-ripple-fg-size,100%);height:var(--mdc-ripple-fg-size,100%)}.VfPpkd-ksKsZd-XxIAqe[data-mdc-ripple-is-unbounded].VfPpkd-ksKsZd-mWPk3d::after,.VfPpkd-ksKsZd-mWPk3d-OWXEXe-ZNMTqd.VfPpkd-ksKsZd-mWPk3d::after{width:var(--mdc-ripple-fg-size,100%);height:var(--mdc-ripple-fg-size,100%)}.VfPpkd-ksKsZd-XxIAqe::before,.VfPpkd-ksKsZd-XxIAqe::after{background-color:#000;background-color:var(--mdc-ripple-color,#000)}.VfPpkd-ksKsZd-XxIAqe:hover::before,.VfPpkd-ksKsZd-XxIAqe.VfPpkd-ksKsZd-XxIAqe-OWXEXe-ZmdkE::before{opacity:.04;opacity:var(--mdc-ripple-hover-opacity,.04)}.VfPpkd-ksKsZd-XxIAqe.VfPpkd-ksKsZd-mWPk3d-OWXEXe-AHe6Kc-XpnDCe::before,.VfPpkd-ksKsZd-XxIAqe:not(.VfPpkd-ksKsZd-mWPk3d):focus::before{-webkit-transition-duration:75ms;transition-duration:75ms;opacity:.12;opacity:var(--mdc-ripple-focus-opacity,.12)}.VfPpkd-ksKsZd-XxIAqe:not(.VfPpkd-ksKsZd-mWPk3d)::after{-webkit-transition:opacity .15s linear;transition:opacity .15s linear}.VfPpkd-ksKsZd-XxIAqe:not(.VfPpkd-ksKsZd-mWPk3d):active::after{-webkit-transition-duration:75ms;transition-duration:75ms;opacity:.12;opacity:var(--mdc-ripple-press-opacity,.12)}.VfPpkd-ksKsZd-XxIAqe.VfPpkd-ksKsZd-mWPk3d{--mdc-ripple-fg-opacity:var(--mdc-ripple-press-opacity,0.12)}.VfPpkd-Bz112c-LgbsSe{font-size:24px;width:48px;height:48px;padding:12px}.VfPpkd-Bz112c-LgbsSe.VfPpkd-Bz112c-LgbsSe-OWXEXe-e5LLRc-SxQuSe .VfPpkd-Bz112c-Jh9lGc{width:40px;height:40px;margin-top:4px;margin-bottom:4px;margin-right:4px;margin-left:4px}.VfPpkd-Bz112c-LgbsSe.VfPpkd-Bz112c-LgbsSe-OWXEXe-e5LLRc-SxQuSe .VfPpkd-Bz112c-J1Ukfc-LhBDec{max-height:40px;max-width:40px}.VfPpkd-Bz112c-LgbsSe:disabled{color:rgba(0,0,0,.38);color:var(--mdc-theme-text-disabled-on-light,rgba(0,0,0,.38))}.VfPpkd-Bz112c-LgbsSe svg,.VfPpkd-Bz112c-LgbsSe img{width:24px;height:24px}.VfPpkd-Bz112c-LgbsSe{display:inline-block;position:relative;-webkit-box-sizing:border-box;box-sizing:border-box;border:none;outline:none;background-color:transparent;fill:currentColor;color:inherit;text-decoration:none;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;z-index:0;overflow:visible}.VfPpkd-Bz112c-LgbsSe .VfPpkd-Bz112c-RLmnJb{position:absolute;top:50%;height:48px;left:50%;width:48px;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}@media screen and (forced-colors:active){.VfPpkd-Bz112c-LgbsSe.VfPpkd-ksKsZd-mWPk3d-OWXEXe-AHe6Kc-XpnDCe .VfPpkd-Bz112c-J1Ukfc-LhBDec,.VfPpkd-Bz112c-LgbsSe:not(.VfPpkd-ksKsZd-mWPk3d):focus .VfPpkd-Bz112c-J1Ukfc-LhBDec{display:block}}.VfPpkd-Bz112c-LgbsSe:disabled{cursor:default;pointer-events:none}.VfPpkd-Bz112c-LgbsSe[hidden]{display:none}.VfPpkd-Bz112c-LgbsSe-OWXEXe-KVuj8d-Q3DXx{-webkit-box-align:center;-webkit-align-items:center;align-items:center;display:-webkit-inline-box;display:-webkit-inline-flex;display:inline-flex;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.VfPpkd-Bz112c-J1Ukfc-LhBDec{pointer-events:none;border:2px solid transparent;border-radius:6px;-webkit-box-sizing:content-box;box-sizing:content-box;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);height:100%;width:100%;display:none}@media screen and (forced-colors:active){.VfPpkd-Bz112c-J1Ukfc-LhBDec{border-color:CanvasText}}.VfPpkd-Bz112c-J1Ukfc-LhBDec::after{content:"";border:2px solid transparent;border-radius:8px;display:block;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);height:calc(100% + 4px);width:calc(100% + 4px)}@media screen and (forced-colors:active){.VfPpkd-Bz112c-J1Ukfc-LhBDec::after{border-color:CanvasText}}.VfPpkd-Bz112c-kBDsod{display:inline-block}.VfPpkd-Bz112c-kBDsod.VfPpkd-Bz112c-kBDsod-OWXEXe-IT5dJd,.VfPpkd-Bz112c-LgbsSe-OWXEXe-IT5dJd .VfPpkd-Bz112c-kBDsod{display:none}.VfPpkd-Bz112c-LgbsSe-OWXEXe-IT5dJd .VfPpkd-Bz112c-kBDsod.VfPpkd-Bz112c-kBDsod-OWXEXe-IT5dJd{display:inline-block}.VfPpkd-Bz112c-mRLv6{height:100%;left:0;outline:none;position:absolute;top:0;width:100%}.VfPpkd-Bz112c-LgbsSe{--mdc-ripple-fg-size:0;--mdc-ripple-left:0;--mdc-ripple-top:0;--mdc-ripple-fg-scale:1;--mdc-ripple-fg-translate-end:0;--mdc-ripple-fg-translate-start:0;-webkit-tap-highlight-color:rgba(0,0,0,0);will-change:transform,opacity}.VfPpkd-Bz112c-LgbsSe .VfPpkd-Bz112c-Jh9lGc::before,.VfPpkd-Bz112c-LgbsSe .VfPpkd-Bz112c-Jh9lGc::after{position:absolute;border-radius:50%;opacity:0;pointer-events:none;content:""}.VfPpkd-Bz112c-LgbsSe .VfPpkd-Bz112c-Jh9lGc::before{-webkit-transition:opacity 15ms linear,background-color 15ms linear;transition:opacity 15ms linear,background-color 15ms linear;z-index:1;z-index:var(--mdc-ripple-z-index,1)}.VfPpkd-Bz112c-LgbsSe .VfPpkd-Bz112c-Jh9lGc::after{z-index:0;z-index:var(--mdc-ripple-z-index,0)}.VfPpkd-Bz112c-LgbsSe.VfPpkd-ksKsZd-mWPk3d .VfPpkd-Bz112c-Jh9lGc::before{-webkit-transform:scale(var(--mdc-ripple-fg-scale,1));-ms-transform:scale(var(--mdc-ripple-fg-scale,1));transform:scale(var(--mdc-ripple-fg-scale,1))}.VfPpkd-Bz112c-LgbsSe.VfPpkd-ksKsZd-mWPk3d .VfPpkd-Bz112c-Jh9lGc::after{top:0;left:0;-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0);-webkit-transform-origin:center center;-ms-transform-origin:center center;transform-origin:center center}.VfPpkd-Bz112c-LgbsSe.VfPpkd-ksKsZd-mWPk3d-OWXEXe-ZNMTqd .VfPpkd-Bz112c-Jh9lGc::after{top:var(--mdc-ripple-top,0);left:var(--mdc-ripple-left,0)}.VfPpkd-Bz112c-LgbsSe.VfPpkd-ksKsZd-mWPk3d-OWXEXe-Tv8l5d-lJfZMc .VfPpkd-Bz112c-Jh9lGc::after{-webkit-animation:mdc-ripple-fg-radius-in 225ms forwards,mdc-ripple-fg-opacity-in 75ms forwards;animation:mdc-ripple-fg-radius-in 225ms forwards,mdc-ripple-fg-opacity-in 75ms forwards}.VfPpkd-Bz112c-LgbsSe.VfPpkd-ksKsZd-mWPk3d-OWXEXe-Tv8l5d-OmS1vf .VfPpkd-Bz112c-Jh9lGc::after{-webkit-animation:mdc-ripple-fg-opacity-out .15s;animation:mdc-ripple-fg-opacity-out .15s;-webkit-transform:translate(var(--mdc-ripple-fg-translate-end,0)) scale(var(--mdc-ripple-fg-scale,1));-ms-transform:translate(var(--mdc-ripple-fg-translate-end,0)) scale(var(--mdc-ripple-fg-scale,1));transform:translate(var(--mdc-ripple-fg-translate-end,0)) scale(var(--mdc-ripple-fg-scale,1))}.VfPpkd-Bz112c-LgbsSe .VfPpkd-Bz112c-Jh9lGc::before,.VfPpkd-Bz112c-LgbsSe .VfPpkd-Bz112c-Jh9lGc::after{top:0;left:0;width:100%;height:100%}.VfPpkd-Bz112c-LgbsSe.VfPpkd-ksKsZd-mWPk3d .VfPpkd-Bz112c-Jh9lGc::before,.VfPpkd-Bz112c-LgbsSe.VfPpkd-ksKsZd-mWPk3d .VfPpkd-Bz112c-Jh9lGc::after{top:var(--mdc-ripple-top,0);left:var(--mdc-ripple-left,0);width:var(--mdc-ripple-fg-size,100%);height:var(--mdc-ripple-fg-size,100%)}.VfPpkd-Bz112c-LgbsSe.VfPpkd-ksKsZd-mWPk3d .VfPpkd-Bz112c-Jh9lGc::after{width:var(--mdc-ripple-fg-size,100%);height:var(--mdc-ripple-fg-size,100%)}.VfPpkd-Bz112c-LgbsSe .VfPpkd-Bz112c-Jh9lGc::before,.VfPpkd-Bz112c-LgbsSe .VfPpkd-Bz112c-Jh9lGc::after{background-color:#000;background-color:var(--mdc-ripple-color,#000)}.VfPpkd-Bz112c-LgbsSe:hover .VfPpkd-Bz112c-Jh9lGc::before,.VfPpkd-Bz112c-LgbsSe.VfPpkd-ksKsZd-XxIAqe-OWXEXe-ZmdkE .VfPpkd-Bz112c-Jh9lGc::before{opacity:.04;opacity:var(--mdc-ripple-hover-opacity,.04)}.VfPpkd-Bz112c-LgbsSe.VfPpkd-ksKsZd-mWPk3d-OWXEXe-AHe6Kc-XpnDCe .VfPpkd-Bz112c-Jh9lGc::before,.VfPpkd-Bz112c-LgbsSe:not(.VfPpkd-ksKsZd-mWPk3d):focus .VfPpkd-Bz112c-Jh9lGc::before{-webkit-transition-duration:75ms;transition-duration:75ms;opacity:.12;opacity:var(--mdc-ripple-focus-opacity,.12)}.VfPpkd-Bz112c-LgbsSe:not(.VfPpkd-ksKsZd-mWPk3d) .VfPpkd-Bz112c-Jh9lGc::after{-webkit-transition:opacity .15s linear;transition:opacity .15s linear}.VfPpkd-Bz112c-LgbsSe:not(.VfPpkd-ksKsZd-mWPk3d):active .VfPpkd-Bz112c-Jh9lGc::after{-webkit-transition-duration:75ms;transition-duration:75ms;opacity:.12;opacity:var(--mdc-ripple-press-opacity,.12)}.VfPpkd-Bz112c-LgbsSe.VfPpkd-ksKsZd-mWPk3d{--mdc-ripple-fg-opacity:var(--mdc-ripple-press-opacity,0.12)}.VfPpkd-Bz112c-LgbsSe:disabled:hover .VfPpkd-Bz112c-Jh9lGc::before,.VfPpkd-Bz112c-LgbsSe:disabled.VfPpkd-ksKsZd-XxIAqe-OWXEXe-ZmdkE .VfPpkd-Bz112c-Jh9lGc::before{opacity:0;opacity:var(--mdc-ripple-hover-opacity,0)}.VfPpkd-Bz112c-LgbsSe:disabled.VfPpkd-ksKsZd-mWPk3d-OWXEXe-AHe6Kc-XpnDCe .VfPpkd-Bz112c-Jh9lGc::before,.VfPpkd-Bz112c-LgbsSe:disabled:not(.VfPpkd-ksKsZd-mWPk3d):focus .VfPpkd-Bz112c-Jh9lGc::before{-webkit-transition-duration:75ms;transition-duration:75ms;opacity:0;opacity:var(--mdc-ripple-focus-opacity,0)}.VfPpkd-Bz112c-LgbsSe:disabled:not(.VfPpkd-ksKsZd-mWPk3d) .VfPpkd-Bz112c-Jh9lGc::after{-webkit-transition:opacity .15s linear;transition:opacity .15s linear}.VfPpkd-Bz112c-LgbsSe:disabled:not(.VfPpkd-ksKsZd-mWPk3d):active .VfPpkd-Bz112c-Jh9lGc::after{-webkit-transition-duration:75ms;transition-duration:75ms;opacity:0;opacity:var(--mdc-ripple-press-opacity,0)}.VfPpkd-Bz112c-LgbsSe:disabled.VfPpkd-ksKsZd-mWPk3d{--mdc-ripple-fg-opacity:var(--mdc-ripple-press-opacity,0)}.VfPpkd-Bz112c-LgbsSe .VfPpkd-Bz112c-Jh9lGc{height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%;z-index:-1}.VfPpkd-dgl2Hf-ppHlrf-sM5MNb{display:inline}.VfPpkd-LgbsSe{position:relative;display:-webkit-inline-box;display:-webkit-inline-flex;display:inline-flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-sizing:border-box;box-sizing:border-box;min-width:64px;border:none;outline:none;line-height:inherit;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-appearance:none;overflow:visible;vertical-align:middle;background:transparent}.VfPpkd-LgbsSe .VfPpkd-BFbNVe-bF1uUb{width:100%;height:100%;top:0;left:0}.VfPpkd-LgbsSe::-moz-focus-inner{padding:0;border:0}.VfPpkd-LgbsSe:active{outline:none}.VfPpkd-LgbsSe:hover{cursor:pointer}.VfPpkd-LgbsSe:disabled{cursor:default;pointer-events:none}.VfPpkd-LgbsSe[hidden]{display:none}.VfPpkd-LgbsSe .VfPpkd-kBDsod{margin-left:0;margin-right:8px;display:inline-block;position:relative;vertical-align:top}[dir=rtl] .VfPpkd-LgbsSe .VfPpkd-kBDsod,.VfPpkd-LgbsSe .VfPpkd-kBDsod[dir=rtl]{margin-left:8px;margin-right:0}.VfPpkd-LgbsSe .VfPpkd-UdE5de-uDEFge{font-size:0;position:absolute;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);top:50%;left:50%;line-height:normal}.VfPpkd-LgbsSe .VfPpkd-vQzf8d{position:relative}.VfPpkd-LgbsSe .VfPpkd-J1Ukfc-LhBDec{pointer-events:none;border:2px solid transparent;border-radius:6px;-webkit-box-sizing:content-box;box-sizing:content-box;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);height:calc(100% + 4px);width:calc(100% + 4px);display:none}@media screen and (forced-colors:active){.VfPpkd-LgbsSe .VfPpkd-J1Ukfc-LhBDec{border-color:CanvasText}}.VfPpkd-LgbsSe .VfPpkd-J1Ukfc-LhBDec::after{content:"";border:2px solid transparent;border-radius:8px;display:block;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);height:calc(100% + 4px);width:calc(100% + 4px)}@media screen and (forced-colors:active){.VfPpkd-LgbsSe .VfPpkd-J1Ukfc-LhBDec::after{border-color:CanvasText}}@media screen and (forced-colors:active){.VfPpkd-LgbsSe.VfPpkd-ksKsZd-mWPk3d-OWXEXe-AHe6Kc-XpnDCe .VfPpkd-J1Ukfc-LhBDec,.VfPpkd-LgbsSe:not(.VfPpkd-ksKsZd-mWPk3d):focus .VfPpkd-J1Ukfc-LhBDec{display:block}}.VfPpkd-LgbsSe .VfPpkd-RLmnJb{position:absolute;top:50%;height:48px;left:0;right:0;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.VfPpkd-vQzf8d+.VfPpkd-kBDsod{margin-left:8px;margin-right:0}[dir=rtl] .VfPpkd-vQzf8d+.VfPpkd-kBDsod,.VfPpkd-vQzf8d+.VfPpkd-kBDsod[dir=rtl]{margin-left:0;margin-right:8px}svg.VfPpkd-kBDsod{fill:currentColor}.VfPpkd-LgbsSe-OWXEXe-dgl2Hf{margin-top:6px;margin-bottom:6px}.VfPpkd-LgbsSe{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;text-decoration:none}.VfPpkd-LgbsSe{padding:0 8px 0 8px}.VfPpkd-LgbsSe-OWXEXe-k8QpJ{-webkit-transition:-webkit-box-shadow .28s cubic-bezier(.4,0,.2,1);transition:-webkit-box-shadow .28s cubic-bezier(.4,0,.2,1);transition:box-shadow .28s cubic-bezier(.4,0,.2,1);transition:box-shadow .28s cubic-bezier(.4,0,.2,1),-webkit-box-shadow .28s cubic-bezier(.4,0,.2,1);padding:0 16px 0 16px}.VfPpkd-LgbsSe-OWXEXe-k8QpJ.VfPpkd-LgbsSe-OWXEXe-Bz112c-UbuQg{padding:0 12px 0 16px}.VfPpkd-LgbsSe-OWXEXe-k8QpJ.VfPpkd-LgbsSe-OWXEXe-Bz112c-M1Soyc{padding:0 16px 0 12px}.VfPpkd-LgbsSe-OWXEXe-MV7yeb{-webkit-transition:-webkit-box-shadow .28s cubic-bezier(.4,0,.2,1);transition:-webkit-box-shadow .28s cubic-bezier(.4,0,.2,1);transition:box-shadow .28s cubic-bezier(.4,0,.2,1);transition:box-shadow .28s cubic-bezier(.4,0,.2,1),-webkit-box-shadow .28s cubic-bezier(.4,0,.2,1);padding:0 16px 0 16px}.VfPpkd-LgbsSe-OWXEXe-MV7yeb.VfPpkd-LgbsSe-OWXEXe-Bz112c-UbuQg{padding:0 12px 0 16px}.VfPpkd-LgbsSe-OWXEXe-MV7yeb.VfPpkd-LgbsSe-OWXEXe-Bz112c-M1Soyc{padding:0 16px 0 12px}.VfPpkd-LgbsSe-OWXEXe-INsAgc{border-style:solid;-webkit-transition:border .28s cubic-bezier(.4,0,.2,1);transition:border .28s cubic-bezier(.4,0,.2,1)}.VfPpkd-LgbsSe-OWXEXe-INsAgc .VfPpkd-Jh9lGc{border-style:solid;border-color:transparent}.VfPpkd-LgbsSe{--mdc-ripple-fg-size:0;--mdc-ripple-left:0;--mdc-ripple-top:0;--mdc-ripple-fg-scale:1;--mdc-ripple-fg-translate-end:0;--mdc-ripple-fg-translate-start:0;-webkit-tap-highlight-color:rgba(0,0,0,0);will-change:transform,opacity}.VfPpkd-LgbsSe .VfPpkd-Jh9lGc::before,.VfPpkd-LgbsSe .VfPpkd-Jh9lGc::after{position:absolute;border-radius:50%;opacity:0;pointer-events:none;content:""}.VfPpkd-LgbsSe .VfPpkd-Jh9lGc::before{-webkit-transition:opacity 15ms linear,background-color 15ms linear;transition:opacity 15ms linear,background-color 15ms linear;z-index:1}.VfPpkd-LgbsSe .VfPpkd-Jh9lGc::after{z-index:0}.VfPpkd-LgbsSe.VfPpkd-ksKsZd-mWPk3d .VfPpkd-Jh9lGc::before{-webkit-transform:scale(var(--mdc-ripple-fg-scale,1));-ms-transform:scale(var(--mdc-ripple-fg-scale,1));transform:scale(var(--mdc-ripple-fg-scale,1))}.VfPpkd-LgbsSe.VfPpkd-ksKsZd-mWPk3d .VfPpkd-Jh9lGc::after{top:0;left:0;-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0);-webkit-transform-origin:center center;-ms-transform-origin:center center;transform-origin:center center}.VfPpkd-LgbsSe.VfPpkd-ksKsZd-mWPk3d-OWXEXe-ZNMTqd .VfPpkd-Jh9lGc::after{top:var(--mdc-ripple-top,0);left:var(--mdc-ripple-left,0)}.VfPpkd-LgbsSe.VfPpkd-ksKsZd-mWPk3d-OWXEXe-Tv8l5d-lJfZMc .VfPpkd-Jh9lGc::after{-webkit-animation:mdc-ripple-fg-radius-in 225ms forwards,mdc-ripple-fg-opacity-in 75ms forwards;animation:mdc-ripple-fg-radius-in 225ms forwards,mdc-ripple-fg-opacity-in 75ms forwards}.VfPpkd-LgbsSe.VfPpkd-ksKsZd-mWPk3d-OWXEXe-Tv8l5d-OmS1vf .VfPpkd-Jh9lGc::after{-webkit-animation:mdc-ripple-fg-opacity-out .15s;animation:mdc-ripple-fg-opacity-out .15s;-webkit-transform:translate(var(--mdc-ripple-fg-translate-end,0)) scale(var(--mdc-ripple-fg-scale,1));-ms-transform:translate(var(--mdc-ripple-fg-translate-end,0)) scale(var(--mdc-ripple-fg-scale,1));transform:translate(var(--mdc-ripple-fg-translate-end,0)) scale(var(--mdc-ripple-fg-scale,1))}.VfPpkd-LgbsSe .VfPpkd-Jh9lGc::before,.VfPpkd-LgbsSe .VfPpkd-Jh9lGc::after{top:-50%;left:-50%;width:200%;height:200%}.VfPpkd-LgbsSe.VfPpkd-ksKsZd-mWPk3d .VfPpkd-Jh9lGc::after{width:var(--mdc-ripple-fg-size,100%);height:var(--mdc-ripple-fg-size,100%)}.VfPpkd-Jh9lGc{position:absolute;-webkit-box-sizing:content-box;box-sizing:content-box;overflow:hidden;z-index:0;top:0;left:0;bottom:0;right:0}.VfPpkd-LgbsSe{font-family:Roboto,sans-serif;font-size:.875rem;letter-spacing:.0892857143em;font-weight:500;text-transform:uppercase;height:36px;border-radius:4px}.VfPpkd-LgbsSe:not(:disabled){color:#6200ee}.VfPpkd-LgbsSe:disabled{color:rgba(0,0,0,.38)}.VfPpkd-LgbsSe .VfPpkd-kBDsod{font-size:1.125rem;width:1.125rem;height:1.125rem}.VfPpkd-LgbsSe .VfPpkd-Jh9lGc::before{background-color:#6200ee}.VfPpkd-LgbsSe .VfPpkd-Jh9lGc::after{background-color:#6200ee}.VfPpkd-LgbsSe:hover .VfPpkd-Jh9lGc::before,.VfPpkd-LgbsSe.VfPpkd-ksKsZd-XxIAqe-OWXEXe-ZmdkE .VfPpkd-Jh9lGc::before{opacity:.04}.VfPpkd-LgbsSe.VfPpkd-ksKsZd-mWPk3d-OWXEXe-AHe6Kc-XpnDCe .VfPpkd-Jh9lGc::before,.VfPpkd-LgbsSe:not(.VfPpkd-ksKsZd-mWPk3d):focus .VfPpkd-Jh9lGc::before{-webkit-transition-duration:75ms;transition-duration:75ms;opacity:.12}.VfPpkd-LgbsSe:not(.VfPpkd-ksKsZd-mWPk3d) .VfPpkd-Jh9lGc::after{-webkit-transition:opacity .15s linear;transition:opacity .15s linear}.VfPpkd-LgbsSe:not(.VfPpkd-ksKsZd-mWPk3d):active .VfPpkd-Jh9lGc::after{-webkit-transition-duration:75ms;transition-duration:75ms;opacity:.12}.VfPpkd-LgbsSe.VfPpkd-ksKsZd-mWPk3d{--mdc-ripple-fg-opacity:var(--mdc-text-button-pressed-state-layer-opacity,0.12)}.VfPpkd-LgbsSe .VfPpkd-Jh9lGc{border-radius:4px}.VfPpkd-LgbsSe .VfPpkd-J1Ukfc-LhBDec{border-radius:2px}.VfPpkd-LgbsSe .VfPpkd-J1Ukfc-LhBDec::after{border-radius:4px}.VfPpkd-LgbsSe-OWXEXe-k8QpJ{font-family:Roboto,sans-serif;font-size:.875rem;letter-spacing:.0892857143em;font-weight:500;text-transform:uppercase;height:36px;border-radius:4px}.VfPpkd-LgbsSe-OWXEXe-k8QpJ:not(:disabled){background-color:#6200ee}.VfPpkd-LgbsSe-OWXEXe-k8QpJ:disabled{background-color:rgba(0,0,0,.12)}.VfPpkd-LgbsSe-OWXEXe-k8QpJ:not(:disabled){color:#fff}.VfPpkd-LgbsSe-OWXEXe-k8QpJ:disabled{color:rgba(0,0,0,.38)}.VfPpkd-LgbsSe-OWXEXe-k8QpJ .VfPpkd-kBDsod{font-size:1.125rem;width:1.125rem;height:1.125rem}.VfPpkd-LgbsSe-OWXEXe-k8QpJ .VfPpkd-Jh9lGc::before{background-color:#fff}.VfPpkd-LgbsSe-OWXEXe-k8QpJ .VfPpkd-Jh9lGc::after{background-color:#fff}.VfPpkd-LgbsSe-OWXEXe-k8QpJ:hover .VfPpkd-Jh9lGc::before,.VfPpkd-LgbsSe-OWXEXe-k8QpJ.VfPpkd-ksKsZd-XxIAqe-OWXEXe-ZmdkE .VfPpkd-Jh9lGc::before{opacity:.08}.VfPpkd-LgbsSe-OWXEXe-k8QpJ.VfPpkd-ksKsZd-mWPk3d-OWXEXe-AHe6Kc-XpnDCe .VfPpkd-Jh9lGc::before,.VfPpkd-LgbsSe-OWXEXe-k8QpJ:not(.VfPpkd-ksKsZd-mWPk3d):focus .VfPpkd-Jh9lGc::before{-webkit-transition-duration:75ms;transition-duration:75ms;opacity:.24}.VfPpkd-LgbsSe-OWXEXe-k8QpJ:not(.VfPpkd-ksKsZd-mWPk3d) .VfPpkd-Jh9lGc::after{-webkit-transition:opacity .15s linear;transition:opacity .15s linear}.VfPpkd-LgbsSe-OWXEXe-k8QpJ:not(.VfPpkd-ksKsZd-mWPk3d):active .VfPpkd-Jh9lGc::after{-webkit-transition-duration:75ms;transition-duration:75ms;opacity:.24}.VfPpkd-LgbsSe-OWXEXe-k8QpJ.VfPpkd-ksKsZd-mWPk3d{--mdc-ripple-fg-opacity:var(--mdc-filled-button-pressed-state-layer-opacity,0.24)}.VfPpkd-LgbsSe-OWXEXe-k8QpJ .VfPpkd-Jh9lGc{border-radius:4px}.VfPpkd-LgbsSe-OWXEXe-k8QpJ .VfPpkd-J1Ukfc-LhBDec{border-radius:2px}.VfPpkd-LgbsSe-OWXEXe-k8QpJ .VfPpkd-J1Ukfc-LhBDec::after{border-radius:4px}.VfPpkd-LgbsSe-OWXEXe-MV7yeb{font-family:Roboto,sans-serif;font-size:.875rem;letter-spacing:.0892857143em;font-weight:500;text-transform:uppercase;height:36px;border-radius:4px;-webkit-box-shadow:0 3px 1px -2px rgba(0,0,0,.2),0 2px 2px 0 rgba(0,0,0,.14),0 1px 5px 0 rgba(0,0,0,.12);box-shadow:0 3px 1px -2px rgba(0,0,0,.2),0 2px 2px 0 rgba(0,0,0,.14),0 1px 5px 0 rgba(0,0,0,.12)}.VfPpkd-LgbsSe-OWXEXe-MV7yeb:not(:disabled){background-color:#6200ee}.VfPpkd-LgbsSe-OWXEXe-MV7yeb:disabled{background-color:rgba(0,0,0,.12)}.VfPpkd-LgbsSe-OWXEXe-MV7yeb:not(:disabled){color:#fff}.VfPpkd-LgbsSe-OWXEXe-MV7yeb:disabled{color:rgba(0,0,0,.38)}.VfPpkd-LgbsSe-OWXEXe-MV7yeb .VfPpkd-kBDsod{font-size:1.125rem;width:1.125rem;height:1.125rem}.VfPpkd-LgbsSe-OWXEXe-MV7yeb .VfPpkd-Jh9lGc::before{background-color:#fff}.VfPpkd-LgbsSe-OWXEXe-MV7yeb .VfPpkd-Jh9lGc::after{background-color:#fff}.VfPpkd-LgbsSe-OWXEXe-MV7yeb:hover .VfPpkd-Jh9lGc::before,.VfPpkd-LgbsSe-OWXEXe-MV7yeb.VfPpkd-ksKsZd-XxIAqe-OWXEXe-ZmdkE .VfPpkd-Jh9lGc::before{opacity:.08}.VfPpkd-LgbsSe-OWXEXe-MV7yeb.VfPpkd-ksKsZd-mWPk3d-OWXEXe-AHe6Kc-XpnDCe .VfPpkd-Jh9lGc::before,.VfPpkd-LgbsSe-OWXEXe-MV7yeb:not(.VfPpkd-ksKsZd-mWPk3d):focus .VfPpkd-Jh9lGc::before{-webkit-transition-duration:75ms;transition-duration:75ms;opacity:.24}.VfPpkd-LgbsSe-OWXEXe-MV7yeb:not(.VfPpkd-ksKsZd-mWPk3d) .VfPpkd-Jh9lGc::after{-webkit-transition:opacity .15s linear;transition:opacity .15s linear}.VfPpkd-LgbsSe-OWXEXe-MV7yeb:not(.VfPpkd-ksKsZd-mWPk3d):active .VfPpkd-Jh9lGc::after{-webkit-transition-duration:75ms;transition-duration:75ms;opacity:.24}.VfPpkd-LgbsSe-OWXEXe-MV7yeb.VfPpkd-ksKsZd-mWPk3d{--mdc-ripple-fg-opacity:var(--mdc-protected-button-pressed-state-layer-opacity,0.24)}.VfPpkd-LgbsSe-OWXEXe-MV7yeb .VfPpkd-Jh9lGc{border-radius:4px}.VfPpkd-LgbsSe-OWXEXe-MV7yeb .VfPpkd-J1Ukfc-LhBDec{border-radius:2px}.VfPpkd-LgbsSe-OWXEXe-MV7yeb .VfPpkd-J1Ukfc-LhBDec::after{border-radius:4px}.VfPpkd-LgbsSe-OWXEXe-MV7yeb.VfPpkd-ksKsZd-mWPk3d-OWXEXe-AHe6Kc-XpnDCe,.VfPpkd-LgbsSe-OWXEXe-MV7yeb:not(.VfPpkd-ksKsZd-mWPk3d):focus{-webkit-box-shadow:0 2px 4px -1px rgba(0,0,0,.2),0 4px 5px 0 rgba(0,0,0,.14),0 1px 10px 0 rgba(0,0,0,.12);box-shadow:0 2px 4px -1px rgba(0,0,0,.2),0 4px 5px 0 rgba(0,0,0,.14),0 1px 10px 0 rgba(0,0,0,.12)}.VfPpkd-LgbsSe-OWXEXe-MV7yeb:hover{-webkit-box-shadow:0 2px 4px -1px rgba(0,0,0,.2),0 4px 5px 0 rgba(0,0,0,.14),0 1px 10px 0 rgba(0,0,0,.12);box-shadow:0 2px 4px -1px rgba(0,0,0,.2),0 4px 5px 0 rgba(0,0,0,.14),0 1px 10px 0 rgba(0,0,0,.12)}.VfPpkd-LgbsSe-OWXEXe-MV7yeb:not(:disabled):active{-webkit-box-shadow:0 5px 5px -3px rgba(0,0,0,.2),0 8px 10px 1px rgba(0,0,0,.14),0 3px 14px 2px rgba(0,0,0,.12);box-shadow:0 5px 5px -3px rgba(0,0,0,.2),0 8px 10px 1px rgba(0,0,0,.14),0 3px 14px 2px rgba(0,0,0,.12)}.VfPpkd-LgbsSe-OWXEXe-MV7yeb:disabled{-webkit-box-shadow:0 0 0 0 rgba(0,0,0,.2),0 0 0 0 rgba(0,0,0,.14),0 0 0 0 rgba(0,0,0,.12);box-shadow:0 0 0 0 rgba(0,0,0,.2),0 0 0 0 rgba(0,0,0,.14),0 0 0 0 rgba(0,0,0,.12)}.VfPpkd-LgbsSe-OWXEXe-INsAgc{font-family:Roboto,sans-serif;font-size:.875rem;letter-spacing:.0892857143em;font-weight:500;text-transform:uppercase;height:36px;border-radius:4px;padding:0 15px 0 15px;border-width:1px}.VfPpkd-LgbsSe-OWXEXe-INsAgc:not(:disabled){color:#6200ee}.VfPpkd-LgbsSe-OWXEXe-INsAgc:disabled{color:rgba(0,0,0,.38)}.VfPpkd-LgbsSe-OWXEXe-INsAgc .VfPpkd-kBDsod{font-size:1.125rem;width:1.125rem;height:1.125rem}.VfPpkd-LgbsSe-OWXEXe-INsAgc .VfPpkd-Jh9lGc::before{background-color:#6200ee}.VfPpkd-LgbsSe-OWXEXe-INsAgc .VfPpkd-Jh9lGc::after{background-color:#6200ee}.VfPpkd-LgbsSe-OWXEXe-INsAgc:hover .VfPpkd-Jh9lGc::before,.VfPpkd-LgbsSe-OWXEXe-INsAgc.VfPpkd-ksKsZd-XxIAqe-OWXEXe-ZmdkE .VfPpkd-Jh9lGc::before{opacity:.04}.VfPpkd-LgbsSe-OWXEXe-INsAgc.VfPpkd-ksKsZd-mWPk3d-OWXEXe-AHe6Kc-XpnDCe .VfPpkd-Jh9lGc::before,.VfPpkd-LgbsSe-OWXEXe-INsAgc:not(.VfPpkd-ksKsZd-mWPk3d):focus .VfPpkd-Jh9lGc::before{-webkit-transition-duration:75ms;transition-duration:75ms;opacity:.12}.VfPpkd-LgbsSe-OWXEXe-INsAgc:not(.VfPpkd-ksKsZd-mWPk3d) .VfPpkd-Jh9lGc::after{-webkit-transition:opacity .15s linear;transition:opacity .15s linear}.VfPpkd-LgbsSe-OWXEXe-INsAgc:not(.VfPpkd-ksKsZd-mWPk3d):active .VfPpkd-Jh9lGc::after{-webkit-transition-duration:75ms;transition-duration:75ms;opacity:.12}.VfPpkd-LgbsSe-OWXEXe-INsAgc.VfPpkd-ksKsZd-mWPk3d{--mdc-ripple-fg-opacity:var(--mdc-outlined-button-pressed-state-layer-opacity,0.12)}.VfPpkd-LgbsSe-OWXEXe-INsAgc .VfPpkd-Jh9lGc{border-radius:4px}.VfPpkd-LgbsSe-OWXEXe-INsAgc .VfPpkd-J1Ukfc-LhBDec{border-radius:2px}.VfPpkd-LgbsSe-OWXEXe-INsAgc .VfPpkd-J1Ukfc-LhBDec::after{border-radius:4px}.VfPpkd-LgbsSe-OWXEXe-INsAgc:not(:disabled){border-color:rgba(0,0,0,.12)}.VfPpkd-LgbsSe-OWXEXe-INsAgc:disabled{border-color:rgba(0,0,0,.12)}.VfPpkd-LgbsSe-OWXEXe-INsAgc.VfPpkd-LgbsSe-OWXEXe-Bz112c-UbuQg{padding:0 11px 0 15px}.VfPpkd-LgbsSe-OWXEXe-INsAgc.VfPpkd-LgbsSe-OWXEXe-Bz112c-M1Soyc{padding:0 15px 0 11px}.VfPpkd-LgbsSe-OWXEXe-INsAgc .VfPpkd-Jh9lGc{top:-1px;left:-1px;bottom:-1px;right:-1px;border-width:1px}.VfPpkd-LgbsSe-OWXEXe-INsAgc .VfPpkd-RLmnJb{left:-1px;width:calc(100% + 2px)}.nCP5yc{font-family:"Google Sans",Roboto,Arial,sans-serif;font-size:.875rem;letter-spacing:.0107142857em;font-weight:500;text-transform:none;-webkit-transition:border .28s cubic-bezier(.4,0,.2,1),-webkit-box-shadow .28s cubic-bezier(.4,0,.2,1);transition:border .28s cubic-bezier(.4,0,.2,1),-webkit-box-shadow .28s cubic-bezier(.4,0,.2,1);transition:border .28s cubic-bezier(.4,0,.2,1),box-shadow .28s cubic-bezier(.4,0,.2,1);transition:border .28s cubic-bezier(.4,0,.2,1),box-shadow .28s cubic-bezier(.4,0,.2,1),-webkit-box-shadow .28s cubic-bezier(.4,0,.2,1);-webkit-box-shadow:none;box-shadow:none}.nCP5yc .VfPpkd-Jh9lGc{height:100%;position:absolute;overflow:hidden;width:100%;z-index:0}.nCP5yc:not(:disabled){background-color:rgb(26,115,232);background-color:var(--gm-fillbutton-container-color,rgb(26,115,232))}.nCP5yc:not(:disabled){color:#fff;color:var(--gm-fillbutton-ink-color,#fff)}.nCP5yc:disabled{background-color:rgba(60,64,67,.12);background-color:var(--gm-fillbutton-disabled-container-color,rgba(60,64,67,.12))}.nCP5yc:disabled{color:rgba(60,64,67,.38);color:var(--gm-fillbutton-disabled-ink-color,rgba(60,64,67,.38))}.nCP5yc .VfPpkd-Jh9lGc::before,.nCP5yc .VfPpkd-Jh9lGc::after{background-color:rgb(32,33,36);background-color:var(--gm-fillbutton-state-color,rgb(32,33,36))}.nCP5yc:hover .VfPpkd-Jh9lGc::before,.nCP5yc.VfPpkd-ksKsZd-XxIAqe-OWXEXe-ZmdkE .VfPpkd-Jh9lGc::before{opacity:.16;opacity:var(--mdc-ripple-hover-opacity,.16)}.nCP5yc.VfPpkd-ksKsZd-mWPk3d-OWXEXe-AHe6Kc-XpnDCe .VfPpkd-Jh9lGc::before,.nCP5yc:not(.VfPpkd-ksKsZd-mWPk3d):focus .VfPpkd-Jh9lGc::before{-webkit-transition-duration:75ms;transition-duration:75ms;opacity:.24;opacity:var(--mdc-ripple-focus-opacity,.24)}.nCP5yc:not(.VfPpkd-ksKsZd-mWPk3d) .VfPpkd-Jh9lGc::after{-webkit-transition:opacity .15s linear;transition:opacity .15s linear}.nCP5yc:not(.VfPpkd-ksKsZd-mWPk3d):active .VfPpkd-Jh9lGc::after{-webkit-transition-duration:75ms;transition-duration:75ms;opacity:.2;opacity:var(--mdc-ripple-press-opacity,.2)}.nCP5yc.VfPpkd-ksKsZd-mWPk3d{--mdc-ripple-fg-opacity:var(--mdc-ripple-press-opacity,0.2)}.nCP5yc .VfPpkd-BFbNVe-bF1uUb{opacity:0}.nCP5yc .VfPpkd-UdE5de-uDEFge .VfPpkd-JGcpL-uI4vCe-LkdAo,.nCP5yc .VfPpkd-UdE5de-uDEFge .VfPpkd-JGcpL-IdXvz-LkdAo-Bd00G{stroke:#fff}@media (-ms-high-contrast:active),screen and (forced-colors:active){.nCP5yc .VfPpkd-UdE5de-uDEFge .VfPpkd-JGcpL-uI4vCe-LkdAo,.nCP5yc .VfPpkd-UdE5de-uDEFge .VfPpkd-JGcpL-IdXvz-LkdAo-Bd00G{stroke:CanvasText}}.nCP5yc:hover{-webkit-box-shadow:0 1px 2px 0 rgba(60,64,67,.3),0 1px 3px 1px rgba(60,64,67,.15);box-shadow:0 1px 2px 0 rgba(60,64,67,.3),0 1px 3px 1px rgba(60,64,67,.15);-webkit-box-shadow:0 1px 2px 0 var(--gm-fillbutton-keyshadow-color,rgba(60,64,67,.3)),0 1px 3px 1px var(--gm-fillbutton-ambientshadow-color,rgba(60,64,67,.15));box-shadow:0 1px 2px 0 var(--gm-fillbutton-keyshadow-color,rgba(60,64,67,.3)),0 1px 3px 1px var(--gm-fillbutton-ambientshadow-color,rgba(60,64,67,.15))}.nCP5yc:hover .VfPpkd-BFbNVe-bF1uUb{opacity:0}.nCP5yc:active{-webkit-box-shadow:0 1px 2px 0 rgba(60,64,67,.3),0 2px 6px 2px rgba(60,64,67,.15);box-shadow:0 1px 2px 0 rgba(60,64,67,.3),0 2px 6px 2px rgba(60,64,67,.15);-webkit-box-shadow:0 1px 2px 0 var(--gm-fillbutton-keyshadow-color,rgba(60,64,67,.3)),0 2px 6px 2px var(--gm-fillbutton-ambientshadow-color,rgba(60,64,67,.15));box-shadow:0 1px 2px 0 var(--gm-fillbutton-keyshadow-color,rgba(60,64,67,.3)),0 2px 6px 2px var(--gm-fillbutton-ambientshadow-color,rgba(60,64,67,.15))}.nCP5yc:active .VfPpkd-BFbNVe-bF1uUb{opacity:0}.nCP5yc:disabled{-webkit-box-shadow:none;box-shadow:none}.nCP5yc:disabled:hover .VfPpkd-Jh9lGc::before,.nCP5yc:disabled.VfPpkd-ksKsZd-XxIAqe-OWXEXe-ZmdkE .VfPpkd-Jh9lGc::before{opacity:0;opacity:var(--mdc-ripple-hover-opacity,0)}.nCP5yc:disabled.VfPpkd-ksKsZd-mWPk3d-OWXEXe-AHe6Kc-XpnDCe .VfPpkd-Jh9lGc::before,.nCP5yc:disabled:not(.VfPpkd-ksKsZd-mWPk3d):focus .VfPpkd-Jh9lGc::before{-webkit-transition-duration:75ms;transition-duration:75ms;opacity:0;opacity:var(--mdc-ripple-focus-opacity,0)}.nCP5yc:disabled:not(.VfPpkd-ksKsZd-mWPk3d) .VfPpkd-Jh9lGc::after{-webkit-transition:opacity .15s linear;transition:opacity .15s linear}.nCP5yc:disabled:not(.VfPpkd-ksKsZd-mWPk3d):active .VfPpkd-Jh9lGc::after{-webkit-transition-duration:75ms;transition-duration:75ms;opacity:0;opacity:var(--mdc-ripple-press-opacity,0)}.nCP5yc:disabled.VfPpkd-ksKsZd-mWPk3d{--mdc-ripple-fg-opacity:var(--mdc-ripple-press-opacity,0)}.nCP5yc:disabled .VfPpkd-BFbNVe-bF1uUb{opacity:0}.Rj2Mlf{font-family:"Google Sans",Roboto,Arial,sans-serif;font-size:.875rem;letter-spacing:.0107142857em;font-weight:500;text-transform:none;-webkit-transition:border .28s cubic-bezier(.4,0,.2,1),-webkit-box-shadow .28s cubic-bezier(.4,0,.2,1);transition:border .28s cubic-bezier(.4,0,.2,1),-webkit-box-shadow .28s cubic-bezier(.4,0,.2,1);transition:border .28s cubic-bezier(.4,0,.2,1),box-shadow .28s cubic-bezier(.4,0,.2,1);transition:border .28s cubic-bezier(.4,0,.2,1),box-shadow .28s cubic-bezier(.4,0,.2,1),-webkit-box-shadow .28s cubic-bezier(.4,0,.2,1);-webkit-box-shadow:none;box-shadow:none}.Rj2Mlf .VfPpkd-Jh9lGc{height:100%;position:absolute;overflow:hidden;width:100%;z-index:0}.Rj2Mlf:not(:disabled){color:rgb(26,115,232);color:var(--gm-hairlinebutton-ink-color,rgb(26,115,232))}.Rj2Mlf:not(:disabled){border-color:rgb(218,220,224);border-color:var(--gm-hairlinebutton-outline-color,rgb(218,220,224))}.Rj2Mlf:not(:disabled):hover{border-color:rgb(218,220,224);border-color:var(--gm-hairlinebutton-outline-color,rgb(218,220,224))}.Rj2Mlf:not(:disabled).VfPpkd-ksKsZd-mWPk3d-OWXEXe-AHe6Kc-XpnDCe,.Rj2Mlf:not(:disabled):not(.VfPpkd-ksKsZd-mWPk3d):focus{border-color:rgb(23,78,166);border-color:var(--gm-hairlinebutton-outline-color--stateful,rgb(23,78,166))}.Rj2Mlf:not(:disabled):active,.Rj2Mlf:not(:disabled):focus:active{border-color:rgb(218,220,224);border-color:var(--gm-hairlinebutton-outline-color,rgb(218,220,224))}.Rj2Mlf:disabled{color:rgba(60,64,67,.38);color:var(--gm-hairlinebutton-disabled-ink-color,rgba(60,64,67,.38))}.Rj2Mlf:disabled{border-color:rgba(60,64,67,.12);border-color:var(--gm-hairlinebutton-disabled-outline-color,rgba(60,64,67,.12))}.Rj2Mlf:hover:not(:disabled),.Rj2Mlf.VfPpkd-ksKsZd-mWPk3d-OWXEXe-AHe6Kc-XpnDCe:not(:disabled),.Rj2Mlf:not(.VfPpkd-ksKsZd-mWPk3d):focus:not(:disabled),.Rj2Mlf:active:not(:disabled){color:rgb(23,78,166);color:var(--gm-hairlinebutton-ink-color--stateful,rgb(23,78,166))}.Rj2Mlf .VfPpkd-BFbNVe-bF1uUb{opacity:0}.Rj2Mlf .VfPpkd-UdE5de-uDEFge .VfPpkd-JGcpL-uI4vCe-LkdAo,.Rj2Mlf .VfPpkd-UdE5de-uDEFge .VfPpkd-JGcpL-IdXvz-LkdAo-Bd00G{stroke:rgb(26,115,232)}@media (-ms-high-contrast:active),screen and (forced-colors:active){.Rj2Mlf .VfPpkd-UdE5de-uDEFge .VfPpkd-JGcpL-uI4vCe-LkdAo,.Rj2Mlf .VfPpkd-UdE5de-uDEFge .VfPpkd-JGcpL-IdXvz-LkdAo-Bd00G{stroke:CanvasText}}.Rj2Mlf .VfPpkd-Jh9lGc::before,.Rj2Mlf .VfPpkd-Jh9lGc::after{background-color:rgb(26,115,232);background-color:var(--gm-hairlinebutton-state-color,rgb(26,115,232))}.Rj2Mlf:hover .VfPpkd-Jh9lGc::before,.Rj2Mlf.VfPpkd-ksKsZd-XxIAqe-OWXEXe-ZmdkE .VfPpkd-Jh9lGc::before{opacity:.04;opacity:var(--mdc-ripple-hover-opacity,.04)}.Rj2Mlf.VfPpkd-ksKsZd-mWPk3d-OWXEXe-AHe6Kc-XpnDCe .VfPpkd-Jh9lGc::before,.Rj2Mlf:not(.VfPpkd-ksKsZd-mWPk3d):focus .VfPpkd-Jh9lGc::before{-webkit-transition-duration:75ms;transition-duration:75ms;opacity:.12;opacity:var(--mdc-ripple-focus-opacity,.12)}.Rj2Mlf:not(.VfPpkd-ksKsZd-mWPk3d) .VfPpkd-Jh9lGc::after{-webkit-transition:opacity .15s linear;transition:opacity .15s linear}.Rj2Mlf:not(.VfPpkd-ksKsZd-mWPk3d):active .VfPpkd-Jh9lGc::after{-webkit-transition-duration:75ms;transition-duration:75ms;opacity:.12;opacity:var(--mdc-ripple-press-opacity,.12)}.Rj2Mlf.VfPpkd-ksKsZd-mWPk3d{--mdc-ripple-fg-opacity:var(--mdc-ripple-press-opacity,0.12)}.Rj2Mlf:disabled:hover .VfPpkd-Jh9lGc::before,.Rj2Mlf:disabled.VfPpkd-ksKsZd-XxIAqe-OWXEXe-ZmdkE .VfPpkd-Jh9lGc::before{opacity:0;opacity:var(--mdc-ripple-hover-opacity,0)}.Rj2Mlf:disabled.VfPpkd-ksKsZd-mWPk3d-OWXEXe-AHe6Kc-XpnDCe .VfPpkd-Jh9lGc::before,.Rj2Mlf:disabled:not(.VfPpkd-ksKsZd-mWPk3d):focus .VfPpkd-Jh9lGc::before{-webkit-transition-duration:75ms;transition-duration:75ms;opacity:0;opacity:var(--mdc-ripple-focus-opacity,0)}.Rj2Mlf:disabled:not(.VfPpkd-ksKsZd-mWPk3d) .VfPpkd-Jh9lGc::after{-webkit-transition:opacity .15s linear;transition:opacity .15s linear}.Rj2Mlf:disabled:not(.VfPpkd-ksKsZd-mWPk3d):active .VfPpkd-Jh9lGc::after{-webkit-transition-duration:75ms;transition-duration:75ms;opacity:0;opacity:var(--mdc-ripple-press-opacity,0)}.Rj2Mlf:disabled.VfPpkd-ksKsZd-mWPk3d{--mdc-ripple-fg-opacity:var(--mdc-ripple-press-opacity,0)}.b9hyVd{font-family:"Google Sans",Roboto,Arial,sans-serif;font-size:.875rem;letter-spacing:.0107142857em;font-weight:500;text-transform:none;-webkit-transition:border .28s cubic-bezier(.4,0,.2,1),-webkit-box-shadow .28s cubic-bezier(.4,0,.2,1);transition:border .28s cubic-bezier(.4,0,.2,1),-webkit-box-shadow .28s cubic-bezier(.4,0,.2,1);transition:border .28s cubic-bezier(.4,0,.2,1),box-shadow .28s cubic-bezier(.4,0,.2,1);transition:border .28s cubic-bezier(.4,0,.2,1),box-shadow .28s cubic-bezier(.4,0,.2,1),-webkit-box-shadow .28s cubic-bezier(.4,0,.2,1);border-width:0;-webkit-box-shadow:0 1px 2px 0 rgba(60,64,67,.3),0 1px 3px 1px rgba(60,64,67,.15);box-shadow:0 1px 2px 0 rgba(60,64,67,.3),0 1px 3px 1px rgba(60,64,67,.15);-webkit-box-shadow:0 1px 2px 0 var(--gm-protectedbutton-keyshadow-color,rgba(60,64,67,.3)),0 1px 3px 1px var(--gm-protectedbutton-ambientshadow-color,rgba(60,64,67,.15));box-shadow:0 1px 2px 0 var(--gm-protectedbutton-keyshadow-color,rgba(60,64,67,.3)),0 1px 3px 1px var(--gm-protectedbutton-ambientshadow-color,rgba(60,64,67,.15))}.b9hyVd .VfPpkd-Jh9lGc{height:100%;position:absolute;overflow:hidden;width:100%;z-index:0}.b9hyVd:not(:disabled){background-color:#fff;background-color:var(--gm-protectedbutton-container-color,#fff)}.b9hyVd:not(:disabled){color:rgb(26,115,232);color:var(--gm-protectedbutton-ink-color,rgb(26,115,232))}.b9hyVd:disabled{background-color:rgba(60,64,67,.12);background-color:var(--gm-protectedbutton-disabled-container-color,rgba(60,64,67,.12))}.b9hyVd:disabled{color:rgba(60,64,67,.38);color:var(--gm-protectedbutton-disabled-ink-color,rgba(60,64,67,.38))}.b9hyVd:hover:not(:disabled),.b9hyVd.VfPpkd-ksKsZd-mWPk3d-OWXEXe-AHe6Kc-XpnDCe:not(:disabled),.b9hyVd:not(.VfPpkd-ksKsZd-mWPk3d):focus:not(:disabled),.b9hyVd:active:not(:disabled){color:rgb(23,78,166);color:var(--gm-protectedbutton-ink-color--stateful,rgb(23,78,166))}.b9hyVd .VfPpkd-BFbNVe-bF1uUb{opacity:0}.b9hyVd .VfPpkd-UdE5de-uDEFge .VfPpkd-JGcpL-uI4vCe-LkdAo,.b9hyVd .VfPpkd-UdE5de-uDEFge .VfPpkd-JGcpL-IdXvz-LkdAo-Bd00G{stroke:rgb(26,115,232)}@media (-ms-high-contrast:active),screen and (forced-colors:active){.b9hyVd .VfPpkd-UdE5de-uDEFge .VfPpkd-JGcpL-uI4vCe-LkdAo,.b9hyVd .VfPpkd-UdE5de-uDEFge .VfPpkd-JGcpL-IdXvz-LkdAo-B
2026-01-13T09:30:13
https://play.google.com/store/apps/details?id=org.jitsi.meet&hl=de
Jitsi Meet - Apps on Google Play Games Apps Books Kids google_logo Play Games Apps Books Kids none search help_outline Sign in with Google play_apps Library &amp; devices payment Payments &amp; subscriptions reviews My Play activity redeem Offers Play Pass Personalization in Play settings Settings Privacy Policy • Terms of Service Games Apps Books Kids Jitsi Meet 8x8, Inc 3.6 star 52.7K reviews 10M+ Downloads Rated for 3+ info Install Share Add to wishlist About this app arrow_forward Jitsi Meet lets you stay in touch with all your teams, be they family, friends, or colleagues. Instant video conferences, efficiently adapting to your scale. * Unlimited users: There are no artificial restrictions on the number of users or conference participants. Server power and bandwidth are the only limiting factors. * No account needed. * Lock-protected rooms: Control the access to your conferences with a password. * Encrypted by default. * High quality: Audio and video are delivered with the clarity and richness of Opus and VP8. * Web browser ready: No downloads are required of your friends to join the conversation. Jitsi Meet works directly within their browsers as well. Simply share your conference URL with others to get started. * 100% open source: Powered by awesome communities from all over the world. And your friends at 8x8. * Invite by pretty URLs: You can meet at the easy to remember https://MySite.com/OurConf of your choice instead of joining the hard to remember rooms with seemingly random sequences of numbers and letters in their names. Updated on Oct 21, 2025 Communication Data safety arrow_forward Safety starts with understanding how developers collect and share your data. Data privacy and security practices may vary based on your use, region, and age. The developer provided this information and may update it over time. No data shared with third parties Learn more about how developers declare sharing This app may collect these data types Personal info, App activity, and App info and performance Data is encrypted in transit Data can’t be deleted See details Ratings and reviews Ratings and reviews are verified info_outline arrow_forward Ratings and reviews are verified info_outline phone_android Phone laptop Chromebook tablet_android Tablet 3.8 48.9K reviews 5 4 3 2 1 Rimma Tolkacheva more_vert Flag inappropriate November 26, 2025 I was kicked off the meeting if I turned my screen off. I tried all settings: system battery, the app&#39;s settings, but still if I turn my screen off, all sounds suddenly stop and then I am kicked off the meeting. It is fully unusable on the streets if you are caught outside, e.g. you are going to the office, late from a medical appointment, or smth like that. You don&#39;t want to watch your screen, you don&#39;t want to spend battery on screen uptime 16 people found this review helpful Did you find this helpful? Yes No Harrison more_vert Flag inappropriate October 19, 2025 Pretty solid video call app. Love that it&#39;s open source and that you can invite anyone from just a link. Only issue I have with it is that if I host a group call, the first person to join will turn into a black screen after another person joins. I can only hear them, the video just isn&#39;t there. Seems to only happen to the first person that joins, the other people remain unaffected 13 people found this review helpful Did you find this helpful? Yes No <img src="https://play-lh.googleusercontent.com/a-/ALV-UjXTYzHImE02MQQEzJBKixWywHJHjyES0t41LeSaz5ACYs2fQsN5DQ=s32" srcset="https://play-lh.googleusercontent.com/a-/ALV-UjXTYzHImE02MQQEzJBK
2026-01-13T09:30:13
https://play.google.com/store/apps/details?id=org.jitsi.meet&amp;hl=el
Jitsi Meet - Apps on Google Play Games Apps Books Kids google_logo Play Games Apps Books Kids none search help_outline Sign in with Google play_apps Library &amp; devices payment Payments &amp; subscriptions reviews My Play activity redeem Offers Play Pass Personalization in Play settings Settings Privacy Policy • Terms of Service Games Apps Books Kids Jitsi Meet 8x8, Inc 3.6 star 52.7K reviews 10M+ Downloads Rated for 3+ info Install Share Add to wishlist About this app arrow_forward Jitsi Meet lets you stay in touch with all your teams, be they family, friends, or colleagues. Instant video conferences, efficiently adapting to your scale. * Unlimited users: There are no artificial restrictions on the number of users or conference participants. Server power and bandwidth are the only limiting factors. * No account needed. * Lock-protected rooms: Control the access to your conferences with a password. * Encrypted by default. * High quality: Audio and video are delivered with the clarity and richness of Opus and VP8. * Web browser ready: No downloads are required of your friends to join the conversation. Jitsi Meet works directly within their browsers as well. Simply share your conference URL with others to get started. * 100% open source: Powered by awesome communities from all over the world. And your friends at 8x8. * Invite by pretty URLs: You can meet at the easy to remember https://MySite.com/OurConf of your choice instead of joining the hard to remember rooms with seemingly random sequences of numbers and letters in their names. Updated on Oct 21, 2025 Communication Data safety arrow_forward Safety starts with understanding how developers collect and share your data. Data privacy and security practices may vary based on your use, region, and age. The developer provided this information and may update it over time. No data shared with third parties Learn more about how developers declare sharing This app may collect these data types Personal info, App activity, and App info and performance Data is encrypted in transit Data can’t be deleted See details Ratings and reviews Ratings and reviews are verified info_outline arrow_forward Ratings and reviews are verified info_outline phone_android Phone laptop Chromebook tablet_android Tablet 3.8 48.9K reviews 5 4 3 2 1 Rimma Tolkacheva more_vert Flag inappropriate November 26, 2025 I was kicked off the meeting if I turned my screen off. I tried all settings: system battery, the app&#39;s settings, but still if I turn my screen off, all sounds suddenly stop and then I am kicked off the meeting. It is fully unusable on the streets if you are caught outside, e.g. you are going to the office, late from a medical appointment, or smth like that. You don&#39;t want to watch your screen, you don&#39;t want to spend battery on screen uptime 16 people found this review helpful Did you find this helpful? Yes No Harrison more_vert Flag inappropriate October 19, 2025 Pretty solid video call app. Love that it&#39;s open source and that you can invite anyone from just a link. Only issue I have with it is that if I host a group call, the first person to join will turn into a black screen after another person joins. I can only hear them, the video just isn&#39;t there. Seems to only happen to the first person that joins, the other people remain unaffected 13 people found this review helpful Did you find this helpful? Yes No <img src="https://play-lh.googleusercontent.com/a-/ALV-UjXTYzHImE02MQQEzJBKixWywHJHjyES0t41LeSaz5ACYs2fQsN5DQ=s32" srcset="https://play-lh.googleusercontent.com/a-/ALV-
2026-01-13T09:30:13
https://play.google.com/store/apps/details?id=org.jitsi.meet&amp;hl=en_SG
Jitsi Meet - Apps on Google Play Games Apps Books Kids google_logo Play Games Apps Books Kids none search help_outline Sign in with Google play_apps Library &amp; devices payment Payments &amp; subscriptions reviews My Play activity redeem Offers Play Pass Personalization in Play settings Settings Privacy Policy • Terms of Service Games Apps Books Kids Jitsi Meet 8x8, Inc 3.6 star 52.7K reviews 10M+ Downloads Rated for 3+ info Install Share Add to wishlist About this app arrow_forward Jitsi Meet lets you stay in touch with all your teams, be they family, friends, or colleagues. Instant video conferences, efficiently adapting to your scale. * Unlimited users: There are no artificial restrictions on the number of users or conference participants. Server power and bandwidth are the only limiting factors. * No account needed. * Lock-protected rooms: Control the access to your conferences with a password. * Encrypted by default. * High quality: Audio and video are delivered with the clarity and richness of Opus and VP8. * Web browser ready: No downloads are required of your friends to join the conversation. Jitsi Meet works directly within their browsers as well. Simply share your conference URL with others to get started. * 100% open source: Powered by awesome communities from all over the world. And your friends at 8x8. * Invite by pretty URLs: You can meet at the easy to remember https://MySite.com/OurConf of your choice instead of joining the hard to remember rooms with seemingly random sequences of numbers and letters in their names. Updated on Oct 21, 2025 Communication Data safety arrow_forward Safety starts with understanding how developers collect and share your data. Data privacy and security practices may vary based on your use, region, and age. The developer provided this information and may update it over time. No data shared with third parties Learn more about how developers declare sharing This app may collect these data types Personal info, App activity, and App info and performance Data is encrypted in transit Data can’t be deleted See details Ratings and reviews Ratings and reviews are verified info_outline arrow_forward Ratings and reviews are verified info_outline phone_android Phone laptop Chromebook tablet_android Tablet 3.8 48.9K reviews 5 4 3 2 1 Rimma Tolkacheva more_vert Flag inappropriate November 26, 2025 I was kicked off the meeting if I turned my screen off. I tried all settings: system battery, the app&#39;s settings, but still if I turn my screen off, all sounds suddenly stop and then I am kicked off the meeting. It is fully unusable on the streets if you are caught outside, e.g. you are going to the office, late from a medical appointment, or smth like that. You don&#39;t want to watch your screen, you don&#39;t want to spend battery on screen uptime 16 people found this review helpful Did you find this helpful? Yes No Harrison more_vert Flag inappropriate October 19, 2025 Pretty solid video call app. Love that it&#39;s open source and that you can invite anyone from just a link. Only issue I have with it is that if I host a group call, the first person to join will turn into a black screen after another person joins. I can only hear them, the video just isn&#39;t there. Seems to only happen to the first person that joins, the other people remain unaffected 13 people found this review helpful Did you find this helpful? Yes No <img src="https://play-lh.googleusercontent.com/a-/ALV-UjXTYzHImE02MQQEzJBKixWywHJHjyES0t41LeSaz5ACYs2fQsN5DQ=s32" srcset="https://play-lh.googleuser
2026-01-13T09:30:13
https://play.google.com/store/apps/details?id=org.jitsi.meet&amp;hl=en_AU
Jitsi Meet - Apps on Google Play Games Apps Books Kids google_logo Play Games Apps Books Kids none search help_outline Sign in with Google play_apps Library &amp; devices payment Payments &amp; subscriptions reviews My Play activity redeem Offers Play Pass Personalization in Play settings Settings Privacy Policy • Terms of Service Games Apps Books Kids Jitsi Meet 8x8, Inc 3.6 star 52.7K reviews 10M+ Downloads Rated for 3+ info Install Share Add to wishlist About this app arrow_forward Jitsi Meet lets you stay in touch with all your teams, be they family, friends, or colleagues. Instant video conferences, efficiently adapting to your scale. * Unlimited users: There are no artificial restrictions on the number of users or conference participants. Server power and bandwidth are the only limiting factors. * No account needed. * Lock-protected rooms: Control the access to your conferences with a password. * Encrypted by default. * High quality: Audio and video are delivered with the clarity and richness of Opus and VP8. * Web browser ready: No downloads are required of your friends to join the conversation. Jitsi Meet works directly within their browsers as well. Simply share your conference URL with others to get started. * 100% open source: Powered by awesome communities from all over the world. And your friends at 8x8. * Invite by pretty URLs: You can meet at the easy to remember https://MySite.com/OurConf of your choice instead of joining the hard to remember rooms with seemingly random sequences of numbers and letters in their names. Updated on Oct 21, 2025 Communication Data safety arrow_forward Safety starts with understanding how developers collect and share your data. Data privacy and security practices may vary based on your use, region, and age. The developer provided this information and may update it over time. No data shared with third parties Learn more about how developers declare sharing This app may collect these data types Personal info, App activity, and App info and performance Data is encrypted in transit Data can’t be deleted See details Ratings and reviews Ratings and reviews are verified info_outline arrow_forward Ratings and reviews are verified info_outline phone_android Phone laptop Chromebook tablet_android Tablet 3.8 48.9K reviews 5 4 3 2 1 Rimma Tolkacheva more_vert Flag inappropriate November 26, 2025 I was kicked off the meeting if I turned my screen off. I tried all settings: system battery, the app&#39;s settings, but still if I turn my screen off, all sounds suddenly stop and then I am kicked off the meeting. It is fully unusable on the streets if you are caught outside, e.g. you are going to the office, late from a medical appointment, or smth like that. You don&#39;t want to watch your screen, you don&#39;t want to spend battery on screen uptime 16 people found this review helpful Did you find this helpful? Yes No Harrison more_vert Flag inappropriate October 19, 2025 Pretty solid video call app. Love that it&#39;s open source and that you can invite anyone from just a link. Only issue I have with it is that if I host a group call, the first person to join will turn into a black screen after another person joins. I can only hear them, the video just isn&#39;t there. Seems to only happen to the first person that joins, the other people remain unaffected 13 people found this review helpful Did you find this helpful? Yes No <img src="https://play-lh.googleusercontent.com/a-/ALV-UjXTYzHImE02MQQEzJBKixWywHJHjyES0t41LeSaz5ACYs2fQsN5DQ=s32" srcset="https://play-lh.googleusercontent.com/a-/ALV-UjXTYzHImE02MQQEzJ
2026-01-13T09:30:13
https://docs.google.com/spreadsheets/d/1X9dmPB2uLme-g2KM8I9wpdIaArjAp_GQyg9aOJzEbEs/copy
:root{--gm3-sys-color-on-surface-rgb:31,31,31}@media screen and (prefers-color-scheme:dark){:root{--gm3-sys-color-on-surface-rgb:227,227,227}}:root{--wf-harmonize-filter-light:none;--wf-harmonize-filter-dark:none}.q4Wquf,.nfoC7c{display:block;height:25vh;position:relative}@media (min-width:600px){.q4Wquf,.nfoC7c{height:150px}}.q4Wquf.Irjbwb{height:auto}@media screen and (prefers-color-scheme:dark){.q4Wquf:not(.GtvzYd){display:none}}.nfoC7c{margin:0;overflow:hidden}.PwpMUe,.lVUmD{display:block;height:100%;margin:0 auto;width:100%}.St9mde{display:block;-webkit-filter:var(--wf-harmonize-filter-light);filter:var(--wf-harmonize-filter-light);height:100%;max-width:100%;min-height:110px;position:relative;-webkit-transform:translate(-43%,-3%);-ms-transform:translate(-43%,-3%);transform:translate(-43%,-3%);width:auto;z-index:3}@media screen and (prefers-color-scheme:dark){.St9mde{-webkit-filter:var(--wf-harmonize-filter-dark);filter:var(--wf-harmonize-filter-dark)}}.PwpMUe,.lVUmD,.St9mde{-o-object-fit:contain;object-fit:contain}.wsArZ[data-ss-mode="1"] .q4Wquf,.wsArZ[data-ss-mode="1"] .St9mde{height:auto;width:100%}.wsArZ[data-ss-mode="1"] .St9mde{max-width:400px}@media (min-width:600px) and (orientation:landscape),all and (min-width:1600px){.NQ5OL .q4Wquf,.NQ5OL .St9mde{height:auto;width:100%}.NQ5OL .St9mde{max-width:400px}}.q4Wquf.NWba7e,.q4Wquf.NWba7e .St9mde{height:auto}.q4Wquf.NWba7e .St9mde{height:auto;max-width:312px;width:100%}.q4Wquf.NWba7e.zpCp3 .St9mde{max-width:unset}.q4Wquf.IiQozc .St9mde{margin:0 auto;-webkit-transform:none;-ms-transform:none;transform:none}.q4Wquf.Irjbwb .St9mde{height:auto;width:100%}.q4Wquf.EEeaqf .St9mde{max-height:144px;max-width:144px}.SnAaEd{background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(233,233,233,0)),color-stop(62.22%,rgba(233,233,233,0)),color-stop(40.22%,rgb(233,233,233)),to(rgba(233,233,233,0)));background-image:-webkit-linear-gradient(top,rgba(233,233,233,0) 0,rgba(233,233,233,0) 62.22%,rgb(233,233,233) 40.22%,rgba(233,233,233,0) 100%);background-image:linear-gradient(to bottom,rgba(233,233,233,0) 0,rgba(233,233,233,0) 62.22%,rgb(233,233,233) 40.22%,rgba(233,233,233,0) 100%);height:100%;left:0;overflow:hidden;position:absolute;right:0;top:0;z-index:2}@media screen and (prefers-color-scheme:dark){.SnAaEd{display:none}}.SnAaEd::after,.SnAaEd::before{content:"";display:block;height:100%;min-width:110px;position:absolute;right:-10%;-webkit-transform:rotate(-104deg);-ms-transform:rotate(-104deg);transform:rotate(-104deg);width:25vh;z-index:2}@media (min-width:600px){.SnAaEd::after,.SnAaEd::before{width:150px}}.SnAaEd::before{background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(243,243,243,0)),to(rgba(243,243,243,.9)));background-image:-webkit-linear-gradient(top,rgba(243,243,243,0) 0,rgba(243,243,243,.9) 100%);background-image:linear-gradient(to bottom,rgba(243,243,243,0) 0,rgba(243,243,243,.9) 100%);bottom:-10%}.SnAaEd::after{background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(255,255,255,0)),to(rgba(255,255,255,.9)));background-image:-webkit-linear-gradient(top,rgba(255,255,255,0) 0,rgba(255,255,255,.9) 100%);background-image:linear-gradient(to bottom,rgba(255,255,255,0) 0,rgba(255,255,255,.9) 100%);bottom:-80%}.wsArZ[data-ss-mode="1"] .SnAaEd~.St9mde{width:auto}@media (min-width:600px) and (orientation:landscape),all and (min-width:1600px){.NQ5OL .SnAaEd~.St9mde{width:auto}}.RHNWk .St9mde{height:auto}@media (min-width:600px) and (orientation:landscape),all and (min-width:1600px){.NQ5OL .RHNWk .St9mde{width:115px}}.cf660d .St9mde{-webkit-transform:translate(-9%,-3%);-ms-transform:translate(-9%,-3%);transform:translate(-9%,-3%)}.tUhwwc .St9mde{margin:auto;max-height:230px;right:0;top:-3%;-webkit-transform:none;-ms-transform:none;transform:none}.Jkvqxd .St9mde{-webkit-transform:translate(9%,-3%);-ms-transform:translate(9%,-3%);transform:translate(9%,-3%)}.onc8Ic .St9mde{-webkit-transform:translate(var( --c-ps-s,24px ),0);-ms-transform:translate(var( --c-ps-s,24px ),0);transform:translate(var( --c-ps-s,24px ),0)}.WA89Yb .St9mde{-webkit-transform:translate(0,0);-ms-transform:translate(0,0);transform:translate(0,0)}.wsArZ[data-ss-mode="1"] .XEN8Yb .St9mde{max-width:115px}@media (min-width:600px) and (orientation:landscape),all and (min-width:1600px){.NQ5OL .XEN8Yb .St9mde{max-width:115px}}@media (min-width:1240px) and (orientation:landscape),all and (min-width:1600px){.KyPKed .NQ5OL .XEN8Yb .St9mde{max-width:115px}}.IsSr6b .St9mde{max-width:300px}.mmskdd .St9mde{-webkit-transform:none;-ms-transform:none;transform:none}@-webkit-keyframes quantumWizBoxInkSpread{0%{-webkit-transform:translate(-50%,-50%) scale(.2);transform:translate(-50%,-50%) scale(.2)}100%{-webkit-transform:translate(-50%,-50%) scale(2.2);transform:translate(-50%,-50%) scale(2.2)}}@keyframes quantumWizBoxInkSpread{0%{-webkit-transform:translate(-50%,-50%) scale(.2);transform:translate(-50%,-50%) scale(.2)}100%{-webkit-transform:translate(-50%,-50%) scale(2.2);transform:translate(-50%,-50%) scale(2.2)}}@-webkit-keyframes quantumWizIconFocusPulse{0%{-webkit-transform:translate(-50%,-50%) scale(1.5);transform:translate(-50%,-50%) scale(1.5);opacity:0}100%{-webkit-transform:translate(-50%,-50%) scale(2);transform:translate(-50%,-50%) scale(2);opacity:1}}@keyframes quantumWizIconFocusPulse{0%{-webkit-transform:translate(-50%,-50%) scale(1.5);transform:translate(-50%,-50%) scale(1.5);opacity:0}100%{-webkit-transform:translate(-50%,-50%) scale(2);transform:translate(-50%,-50%) scale(2);opacity:1}}@-webkit-keyframes quantumWizRadialInkSpread{0%{-webkit-transform:scale(1.5);transform:scale(1.5);opacity:0}100%{-webkit-transform:scale(2.5);transform:scale(2.5);opacity:1}}@keyframes quantumWizRadialInkSpread{0%{-webkit-transform:scale(1.5);transform:scale(1.5);opacity:0}100%{-webkit-transform:scale(2.5);transform:scale(2.5);opacity:1}}@-webkit-keyframes quantumWizRadialInkFocusPulse{0%{-webkit-transform:scale(2);transform:scale(2);opacity:0}100%{-webkit-transform:scale(2.5);transform:scale(2.5);opacity:1}}@keyframes quantumWizRadialInkFocusPulse{0%{-webkit-transform:scale(2);transform:scale(2);opacity:0}100%{-webkit-transform:scale(2.5);transform:scale(2.5);opacity:1}}:root{--wf-tfs:calc(var(--c-tfs,32)/16*1rem);--wf-tfs-bp2:calc(var(--c-tfs,36)/16*1rem);--wf-tfs-bp3:calc(var(--c-tfs,36)/16*1rem);--wf-tfs-bp5:calc(var(--c-tfs,44)/16*1rem);--wf-stfs:calc(var(--c-stfs,16)/16*1rem);--wf-stfs-bp5:calc(var(--c-stfs,16)/16*1rem)}:root{--wf-harmonize-filter-light:none;--wf-harmonize-filter-dark:none}.Dzz9Db,.GpMPBe{display:block;height:25vh;position:relative}@media (min-width:600px){.Dzz9Db,.GpMPBe{height:150px}}@media screen and (prefers-color-scheme:dark){.Dzz9Db:not(.GtvzYd){display:none}}.Dzz9Db.Irjbwb{height:auto}.GpMPBe{margin:0;overflow:hidden}.UFQPDd,.JNOvdd{display:block;height:100%;margin:0 auto;-o-object-fit:contain;object-fit:contain;width:100%}.f4ZpM{display:block;-webkit-filter:var(--wf-harmonize-filter-light);filter:var(--wf-harmonize-filter-light);height:100%;max-width:100%;min-height:110px;position:relative;-webkit-transform:translate(-43%,-3%);-ms-transform:translate(-43%,-3%);transform:translate(-43%,-3%);width:auto;z-index:3}@media screen and (prefers-color-scheme:dark){.f4ZpM{-webkit-filter:var(--wf-harmonize-filter-dark);filter:var(--wf-harmonize-filter-dark)}}.wsArZ[data-ss-mode="1"] .Dzz9Db,.wsArZ[data-ss-mode="1"] .f4ZpM{height:auto;width:100%}.wsArZ[data-ss-mode="1"] .f4ZpM{max-width:400px}@media (min-width:600px) and (orientation:landscape),all and (min-width:1600px){.NQ5OL .Dzz9Db,.NQ5OL .f4ZpM{height:auto;width:100%}.NQ5OL .f4ZpM{max-width:400px}}.Dzz9Db.utFBGf,.Dzz9Db.utFBGf .f4ZpM{height:auto}.Dzz9Db.utFBGf .f4ZpM{height:auto;max-width:312px;width:100%}.Dzz9Db.utFBGf.zpCp3 .f4ZpM{max-width:unset}.Dzz9Db.IiQozc .f4ZpM{margin:0 auto;-webkit-transform:none;-ms-transform:none;transform:none}.Dzz9Db.Irjbwb .f4ZpM{height:auto;width:100%}.Dzz9Db.EEeaqf .f4ZpM{max-height:144px;max-width:144px}.nPt1pc{background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(233,233,233,0)),color-stop(62.22%,rgba(233,233,233,0)),color-stop(40.22%,rgb(233,233,233)),to(rgba(233,233,233,0)));background-image:-webkit-linear-gradient(top,rgba(233,233,233,0) 0,rgba(233,233,233,0) 62.22%,rgb(233,233,233) 40.22%,rgba(233,233,233,0) 100%);background-image:linear-gradient(to bottom,rgba(233,233,233,0) 0,rgba(233,233,233,0) 62.22%,rgb(233,233,233) 40.22%,rgba(233,233,233,0) 100%);height:100%;left:0;overflow:hidden;position:absolute;right:0;top:0;z-index:2}@media screen and (prefers-color-scheme:dark){.nPt1pc{display:none}}.nPt1pc::after,.nPt1pc::before{content:"";display:block;height:100%;min-width:110px;position:absolute;right:-10%;-webkit-transform:rotate(-104deg);-ms-transform:rotate(-104deg);transform:rotate(-104deg);width:25vh;z-index:2}@media (min-width:600px){.nPt1pc::after,.nPt1pc::before{width:150px}}.nPt1pc::before{background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(243,243,243,0)),to(rgba(243,243,243,.9)));background-image:-webkit-linear-gradient(top,rgba(243,243,243,0) 0,rgba(243,243,243,.9) 100%);background-image:linear-gradient(to bottom,rgba(243,243,243,0) 0,rgba(243,243,243,.9) 100%);bottom:-10%}.nPt1pc::after{background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(255,255,255,0)),to(rgba(255,255,255,.9)));background-image:-webkit-linear-gradient(top,rgba(255,255,255,0) 0,rgba(255,255,255,.9) 100%);background-image:linear-gradient(to bottom,rgba(255,255,255,0) 0,rgba(255,255,255,.9) 100%);bottom:-80%}.wsArZ[data-ss-mode="1"] .nPt1pc~.f4ZpM{width:auto}@media (min-width:600px) and (orientation:landscape),all and (min-width:1600px){.NQ5OL .nPt1pc~.f4ZpM{width:auto}}.ZS7CGc .f4ZpM{height:auto}@media (min-width:600px) and (orientation:landscape),all and (min-width:1600px){.NQ5OL .ZS7CGc .f4ZpM{width:115px}}.qiRZ5e .f4ZpM{-webkit-transform:translate(-9%,-3%);-ms-transform:translate(-9%,-3%);transform:translate(-9%,-3%)}.vIv7Gf .f4ZpM{margin:auto;max-height:230px;right:0;top:-3%;-webkit-transform:none;-ms-transform:none;transform:none}.nvYXVd .f4ZpM{-webkit-transform:translate(9%,-3%);-ms-transform:translate(9%,-3%);transform:translate(9%,-3%)}.uOhnzd .f4ZpM{-webkit-transform:translate(24px,0);-ms-transform:translate(24px,0);transform:translate(24px,0)}.MsYMaf .f4ZpM{-webkit-transform:translate(0,0);-ms-transform:translate(0,0);transform:translate(0,0)}.wsArZ[data-ss-mode="1"] .YIi9qf .f4ZpM{max-width:115px}@media (min-width:600px) and (orientation:landscape),all and (min-width:1600px){.NQ5OL .YIi9qf .f4ZpM{max-width:115px}}.QG3Xbe .f4ZpM{max-width:300px}.F6gtje .f4ZpM{-webkit-transform:none;-ms-transform:none;transform:none}@-webkit-keyframes mdc-ripple-fg-radius-in{from{-webkit-animation-timing-function:cubic-bezier(.4,0,.2,1);animation-timing-function:cubic-bezier(.4,0,.2,1);-webkit-transform:translate(var(--mdc-ripple-fg-translate-start,0)) scale(1);transform:translate(var(--mdc-ripple-fg-translate-start,0)) scale(1)}to{-webkit-transform:translate(var(--mdc-ripple-fg-translate-end,0)) scale(var(--mdc-ripple-fg-scale,1));transform:translate(var(--mdc-ripple-fg-translate-end,0)) scale(var(--mdc-ripple-fg-scale,1))}}@keyframes mdc-ripple-fg-radius-in{from{-webkit-animation-timing-function:cubic-bezier(.4,0,.2,1);animation-timing-function:cubic-bezier(.4,0,.2,1);-webkit-transform:translate(var(--mdc-ripple-fg-translate-start,0)) scale(1);transform:translate(var(--mdc-ripple-fg-translate-start,0)) scale(1)}to{-webkit-transform:translate(var(--mdc-ripple-fg-translate-end,0)) scale(var(--mdc-ripple-fg-scale,1));transform:translate(var(--mdc-ripple-fg-translate-end,0)) scale(var(--mdc-ripple-fg-scale,1))}}@-webkit-keyframes mdc-ripple-fg-opacity-in{from{-webkit-animation-timing-function:linear;animation-timing-function:linear;opacity:0}to{opacity:var(--mdc-ripple-fg-opacity,0)}}@keyframes mdc-ripple-fg-opacity-in{from{-webkit-animation-timing-function:linear;animation-timing-function:linear;opacity:0}to{opacity:var(--mdc-ripple-fg-opacity,0)}}@-webkit-keyframes mdc-ripple-fg-opacity-out{from{-webkit-animation-timing-function:linear;animation-timing-function:linear;opacity:var(--mdc-ripple-fg-opacity,0)}to{opacity:0}}@keyframes mdc-ripple-fg-opacity-out{from{-webkit-animation-timing-function:linear;animation-timing-function:linear;opacity:var(--mdc-ripple-fg-opacity,0)}to{opacity:0}}.VfPpkd-ksKsZd-XxIAqe{--mdc-ripple-fg-size:0;--mdc-ripple-left:0;--mdc-ripple-top:0;--mdc-ripple-fg-scale:1;--mdc-ripple-fg-translate-end:0;--mdc-ripple-fg-translate-start:0;-webkit-tap-highlight-color:rgba(0,0,0,0);will-change:transform,opacity;position:relative;outline:none;overflow:hidden}.VfPpkd-ksKsZd-XxIAqe::before,.VfPpkd-ksKsZd-XxIAqe::after{position:absolute;border-radius:50%;opacity:0;pointer-events:none;content:""}.VfPpkd-ksKsZd-XxIAqe::before{-webkit-transition:opacity 15ms linear,background-color 15ms linear;transition:opacity 15ms linear,background-color 15ms linear;z-index:1;z-index:var(--mdc-ripple-z-index,1)}.VfPpkd-ksKsZd-XxIAqe::after{z-index:0;z-index:var(--mdc-ripple-z-index,0)}.VfPpkd-ksKsZd-XxIAqe.VfPpkd-ksKsZd-mWPk3d::before{-webkit-transform:scale(var(--mdc-ripple-fg-scale,1));-ms-transform:scale(var(--mdc-ripple-fg-scale,1));transform:scale(var(--mdc-ripple-fg-scale,1))}.VfPpkd-ksKsZd-XxIAqe.VfPpkd-ksKsZd-mWPk3d::after{top:0;left:0;-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0);-webkit-transform-origin:center center;-ms-transform-origin:center center;transform-origin:center center}.VfPpkd-ksKsZd-XxIAqe.VfPpkd-ksKsZd-mWPk3d-OWXEXe-ZNMTqd::after{top:var(--mdc-ripple-top,0);left:var(--mdc-ripple-left,0)}.VfPpkd-ksKsZd-XxIAqe.VfPpkd-ksKsZd-mWPk3d-OWXEXe-Tv8l5d-lJfZMc::after{-webkit-animation:mdc-ripple-fg-radius-in 225ms forwards,mdc-ripple-fg-opacity-in 75ms forwards;animation:mdc-ripple-fg-radius-in 225ms forwards,mdc-ripple-fg-opacity-in 75ms forwards}.VfPpkd-ksKsZd-XxIAqe.VfPpkd-ksKsZd-mWPk3d-OWXEXe-Tv8l5d-OmS1vf::after{-webkit-animation:mdc-ripple-fg-opacity-out .15s;animation:mdc-ripple-fg-opacity-out .15s;-webkit-transform:translate(var(--mdc-ripple-fg-translate-end,0)) scale(var(--mdc-ripple-fg-scale,1));-ms-transform:translate(var(--mdc-ripple-fg-translate-end,0)) scale(var(--mdc-ripple-fg-scale,1));transform:translate(var(--mdc-ripple-fg-translate-end,0)) scale(var(--mdc-ripple-fg-scale,1))}.VfPpkd-ksKsZd-XxIAqe::before,.VfPpkd-ksKsZd-XxIAqe::after{top:-50%;left:-50%;width:200%;height:200%}.VfPpkd-ksKsZd-XxIAqe.VfPpkd-ksKsZd-mWPk3d::after{width:var(--mdc-ripple-fg-size,100%);height:var(--mdc-ripple-fg-size,100%)}.VfPpkd-ksKsZd-XxIAqe[data-mdc-ripple-is-unbounded],.VfPpkd-ksKsZd-mWPk3d-OWXEXe-ZNMTqd{overflow:visible}.VfPpkd-ksKsZd-XxIAqe[data-mdc-ripple-is-unbounded]::before,.VfPpkd-ksKsZd-XxIAqe[data-mdc-ripple-is-unbounded]::after,.VfPpkd-ksKsZd-mWPk3d-OWXEXe-ZNMTqd::before,.VfPpkd-ksKsZd-mWPk3d-OWXEXe-ZNMTqd::after{top:0;left:0;width:100%;height:100%}.VfPpkd-ksKsZd-XxIAqe[data-mdc-ripple-is-unbounded].VfPpkd-ksKsZd-mWPk3d::before,.VfPpkd-ksKsZd-XxIAqe[data-mdc-ripple-is-unbounded].VfPpkd-ksKsZd-mWPk3d::after,.VfPpkd-ksKsZd-mWPk3d-OWXEXe-ZNMTqd.VfPpkd-ksKsZd-mWPk3d::before,.VfPpkd-ksKsZd-mWPk3d-OWXEXe-ZNMTqd.VfPpkd-ksKsZd-mWPk3d::after{top:var(--mdc-ripple-top,0);left:var(--mdc-ripple-left,0);width:var(--mdc-ripple-fg-size,100%);height:var(--mdc-ripple-fg-size,100%)}.VfPpkd-ksKsZd-XxIAqe[data-mdc-ripple-is-unbounded].VfPpkd-ksKsZd-mWPk3d::after,.VfPpkd-ksKsZd-mWPk3d-OWXEXe-ZNMTqd.VfPpkd-ksKsZd-mWPk3d::after{width:var(--mdc-ripple-fg-size,100%);height:var(--mdc-ripple-fg-size,100%)}.VfPpkd-ksKsZd-XxIAqe::before,.VfPpkd-ksKsZd-XxIAqe::after{background-color:#000;background-color:var(--mdc-ripple-color,#000)}.VfPpkd-ksKsZd-XxIAqe:hover::before,.VfPpkd-ksKsZd-XxIAqe.VfPpkd-ksKsZd-XxIAqe-OWXEXe-ZmdkE::before{opacity:.04;opacity:var(--mdc-ripple-hover-opacity,.04)}.VfPpkd-ksKsZd-XxIAqe.VfPpkd-ksKsZd-mWPk3d-OWXEXe-AHe6Kc-XpnDCe::before,.VfPpkd-ksKsZd-XxIAqe:not(.VfPpkd-ksKsZd-mWPk3d):focus::before{-webkit-transition-duration:75ms;transition-duration:75ms;opacity:.12;opacity:var(--mdc-ripple-focus-opacity,.12)}.VfPpkd-ksKsZd-XxIAqe:not(.VfPpkd-ksKsZd-mWPk3d)::after{-webkit-transition:opacity .15s linear;transition:opacity .15s linear}.VfPpkd-ksKsZd-XxIAqe:not(.VfPpkd-ksKsZd-mWPk3d):active::after{-webkit-transition-duration:75ms;transition-duration:75ms;opacity:.12;opacity:var(--mdc-ripple-press-opacity,.12)}.VfPpkd-ksKsZd-XxIAqe.VfPpkd-ksKsZd-mWPk3d{--mdc-ripple-fg-opacity:var(--mdc-ripple-press-opacity,0.12)}.VfPpkd-Bz112c-LgbsSe{font-size:24px;width:48px;height:48px;padding:12px}.VfPpkd-Bz112c-LgbsSe.VfPpkd-Bz112c-LgbsSe-OWXEXe-e5LLRc-SxQuSe .VfPpkd-Bz112c-Jh9lGc{width:40px;height:40px;margin-top:4px;margin-bottom:4px;margin-right:4px;margin-left:4px}.VfPpkd-Bz112c-LgbsSe.VfPpkd-Bz112c-LgbsSe-OWXEXe-e5LLRc-SxQuSe .VfPpkd-Bz112c-J1Ukfc-LhBDec{max-height:40px;max-width:40px}.VfPpkd-Bz112c-LgbsSe:disabled{color:rgba(0,0,0,.38);color:var(--mdc-theme-text-disabled-on-light,rgba(0,0,0,.38))}.VfPpkd-Bz112c-LgbsSe svg,.VfPpkd-Bz112c-LgbsSe img{width:24px;height:24px}.VfPpkd-Bz112c-LgbsSe{display:inline-block;position:relative;-webkit-box-sizing:border-box;box-sizing:border-box;border:none;outline:none;background-color:transparent;fill:currentColor;color:inherit;text-decoration:none;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;z-index:0;overflow:visible}.VfPpkd-Bz112c-LgbsSe .VfPpkd-Bz112c-RLmnJb{position:absolute;top:50%;height:48px;left:50%;width:48px;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}@media screen and (forced-colors:active){.VfPpkd-Bz112c-LgbsSe.VfPpkd-ksKsZd-mWPk3d-OWXEXe-AHe6Kc-XpnDCe .VfPpkd-Bz112c-J1Ukfc-LhBDec,.VfPpkd-Bz112c-LgbsSe:not(.VfPpkd-ksKsZd-mWPk3d):focus .VfPpkd-Bz112c-J1Ukfc-LhBDec{display:block}}.VfPpkd-Bz112c-LgbsSe:disabled{cursor:default;pointer-events:none}.VfPpkd-Bz112c-LgbsSe[hidden]{display:none}.VfPpkd-Bz112c-LgbsSe-OWXEXe-KVuj8d-Q3DXx{-webkit-box-align:center;-webkit-align-items:center;align-items:center;display:-webkit-inline-box;display:-webkit-inline-flex;display:inline-flex;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.VfPpkd-Bz112c-J1Ukfc-LhBDec{pointer-events:none;border:2px solid transparent;border-radius:6px;-webkit-box-sizing:content-box;box-sizing:content-box;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);height:100%;width:100%;display:none}@media screen and (forced-colors:active){.VfPpkd-Bz112c-J1Ukfc-LhBDec{border-color:CanvasText}}.VfPpkd-Bz112c-J1Ukfc-LhBDec::after{content:"";border:2px solid transparent;border-radius:8px;display:block;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);height:calc(100% + 4px);width:calc(100% + 4px)}@media screen and (forced-colors:active){.VfPpkd-Bz112c-J1Ukfc-LhBDec::after{border-color:CanvasText}}.VfPpkd-Bz112c-kBDsod{display:inline-block}.VfPpkd-Bz112c-kBDsod.VfPpkd-Bz112c-kBDsod-OWXEXe-IT5dJd,.VfPpkd-Bz112c-LgbsSe-OWXEXe-IT5dJd .VfPpkd-Bz112c-kBDsod{display:none}.VfPpkd-Bz112c-LgbsSe-OWXEXe-IT5dJd .VfPpkd-Bz112c-kBDsod.VfPpkd-Bz112c-kBDsod-OWXEXe-IT5dJd{display:inline-block}.VfPpkd-Bz112c-mRLv6{height:100%;left:0;outline:none;position:absolute;top:0;width:100%}.VfPpkd-Bz112c-LgbsSe{--mdc-ripple-fg-size:0;--mdc-ripple-left:0;--mdc-ripple-top:0;--mdc-ripple-fg-scale:1;--mdc-ripple-fg-translate-end:0;--mdc-ripple-fg-translate-start:0;-webkit-tap-highlight-color:rgba(0,0,0,0);will-change:transform,opacity}.VfPpkd-Bz112c-LgbsSe .VfPpkd-Bz112c-Jh9lGc::before,.VfPpkd-Bz112c-LgbsSe .VfPpkd-Bz112c-Jh9lGc::after{position:absolute;border-radius:50%;opacity:0;pointer-events:none;content:""}.VfPpkd-Bz112c-LgbsSe .VfPpkd-Bz112c-Jh9lGc::before{-webkit-transition:opacity 15ms linear,background-color 15ms linear;transition:opacity 15ms linear,background-color 15ms linear;z-index:1;z-index:var(--mdc-ripple-z-index,1)}.VfPpkd-Bz112c-LgbsSe .VfPpkd-Bz112c-Jh9lGc::after{z-index:0;z-index:var(--mdc-ripple-z-index,0)}.VfPpkd-Bz112c-LgbsSe.VfPpkd-ksKsZd-mWPk3d .VfPpkd-Bz112c-Jh9lGc::before{-webkit-transform:scale(var(--mdc-ripple-fg-scale,1));-ms-transform:scale(var(--mdc-ripple-fg-scale,1));transform:scale(var(--mdc-ripple-fg-scale,1))}.VfPpkd-Bz112c-LgbsSe.VfPpkd-ksKsZd-mWPk3d .VfPpkd-Bz112c-Jh9lGc::after{top:0;left:0;-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0);-webkit-transform-origin:center center;-ms-transform-origin:center center;transform-origin:center center}.VfPpkd-Bz112c-LgbsSe.VfPpkd-ksKsZd-mWPk3d-OWXEXe-ZNMTqd .VfPpkd-Bz112c-Jh9lGc::after{top:var(--mdc-ripple-top,0);left:var(--mdc-ripple-left,0)}.VfPpkd-Bz112c-LgbsSe.VfPpkd-ksKsZd-mWPk3d-OWXEXe-Tv8l5d-lJfZMc .VfPpkd-Bz112c-Jh9lGc::after{-webkit-animation:mdc-ripple-fg-radius-in 225ms forwards,mdc-ripple-fg-opacity-in 75ms forwards;animation:mdc-ripple-fg-radius-in 225ms forwards,mdc-ripple-fg-opacity-in 75ms forwards}.VfPpkd-Bz112c-LgbsSe.VfPpkd-ksKsZd-mWPk3d-OWXEXe-Tv8l5d-OmS1vf .VfPpkd-Bz112c-Jh9lGc::after{-webkit-animation:mdc-ripple-fg-opacity-out .15s;animation:mdc-ripple-fg-opacity-out .15s;-webkit-transform:translate(var(--mdc-ripple-fg-translate-end,0)) scale(var(--mdc-ripple-fg-scale,1));-ms-transform:translate(var(--mdc-ripple-fg-translate-end,0)) scale(var(--mdc-ripple-fg-scale,1));transform:translate(var(--mdc-ripple-fg-translate-end,0)) scale(var(--mdc-ripple-fg-scale,1))}.VfPpkd-Bz112c-LgbsSe .VfPpkd-Bz112c-Jh9lGc::before,.VfPpkd-Bz112c-LgbsSe .VfPpkd-Bz112c-Jh9lGc::after{top:0;left:0;width:100%;height:100%}.VfPpkd-Bz112c-LgbsSe.VfPpkd-ksKsZd-mWPk3d .VfPpkd-Bz112c-Jh9lGc::before,.VfPpkd-Bz112c-LgbsSe.VfPpkd-ksKsZd-mWPk3d .VfPpkd-Bz112c-Jh9lGc::after{top:var(--mdc-ripple-top,0);left:var(--mdc-ripple-left,0);width:var(--mdc-ripple-fg-size,100%);height:var(--mdc-ripple-fg-size,100%)}.VfPpkd-Bz112c-LgbsSe.VfPpkd-ksKsZd-mWPk3d .VfPpkd-Bz112c-Jh9lGc::after{width:var(--mdc-ripple-fg-size,100%);height:var(--mdc-ripple-fg-size,100%)}.VfPpkd-Bz112c-LgbsSe .VfPpkd-Bz112c-Jh9lGc::before,.VfPpkd-Bz112c-LgbsSe .VfPpkd-Bz112c-Jh9lGc::after{background-color:#000;background-color:var(--mdc-ripple-color,#000)}.VfPpkd-Bz112c-LgbsSe:hover .VfPpkd-Bz112c-Jh9lGc::before,.VfPpkd-Bz112c-LgbsSe.VfPpkd-ksKsZd-XxIAqe-OWXEXe-ZmdkE .VfPpkd-Bz112c-Jh9lGc::before{opacity:.04;opacity:var(--mdc-ripple-hover-opacity,.04)}.VfPpkd-Bz112c-LgbsSe.VfPpkd-ksKsZd-mWPk3d-OWXEXe-AHe6Kc-XpnDCe .VfPpkd-Bz112c-Jh9lGc::before,.VfPpkd-Bz112c-LgbsSe:not(.VfPpkd-ksKsZd-mWPk3d):focus .VfPpkd-Bz112c-Jh9lGc::before{-webkit-transition-duration:75ms;transition-duration:75ms;opacity:.12;opacity:var(--mdc-ripple-focus-opacity,.12)}.VfPpkd-Bz112c-LgbsSe:not(.VfPpkd-ksKsZd-mWPk3d) .VfPpkd-Bz112c-Jh9lGc::after{-webkit-transition:opacity .15s linear;transition:opacity .15s linear}.VfPpkd-Bz112c-LgbsSe:not(.VfPpkd-ksKsZd-mWPk3d):active .VfPpkd-Bz112c-Jh9lGc::after{-webkit-transition-duration:75ms;transition-duration:75ms;opacity:.12;opacity:var(--mdc-ripple-press-opacity,.12)}.VfPpkd-Bz112c-LgbsSe.VfPpkd-ksKsZd-mWPk3d{--mdc-ripple-fg-opacity:var(--mdc-ripple-press-opacity,0.12)}.VfPpkd-Bz112c-LgbsSe:disabled:hover .VfPpkd-Bz112c-Jh9lGc::before,.VfPpkd-Bz112c-LgbsSe:disabled.VfPpkd-ksKsZd-XxIAqe-OWXEXe-ZmdkE .VfPpkd-Bz112c-Jh9lGc::before{opacity:0;opacity:var(--mdc-ripple-hover-opacity,0)}.VfPpkd-Bz112c-LgbsSe:disabled.VfPpkd-ksKsZd-mWPk3d-OWXEXe-AHe6Kc-XpnDCe .VfPpkd-Bz112c-Jh9lGc::before,.VfPpkd-Bz112c-LgbsSe:disabled:not(.VfPpkd-ksKsZd-mWPk3d):focus .VfPpkd-Bz112c-Jh9lGc::before{-webkit-transition-duration:75ms;transition-duration:75ms;opacity:0;opacity:var(--mdc-ripple-focus-opacity,0)}.VfPpkd-Bz112c-LgbsSe:disabled:not(.VfPpkd-ksKsZd-mWPk3d) .VfPpkd-Bz112c-Jh9lGc::after{-webkit-transition:opacity .15s linear;transition:opacity .15s linear}.VfPpkd-Bz112c-LgbsSe:disabled:not(.VfPpkd-ksKsZd-mWPk3d):active .VfPpkd-Bz112c-Jh9lGc::after{-webkit-transition-duration:75ms;transition-duration:75ms;opacity:0;opacity:var(--mdc-ripple-press-opacity,0)}.VfPpkd-Bz112c-LgbsSe:disabled.VfPpkd-ksKsZd-mWPk3d{--mdc-ripple-fg-opacity:var(--mdc-ripple-press-opacity,0)}.VfPpkd-Bz112c-LgbsSe .VfPpkd-Bz112c-Jh9lGc{height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%;z-index:-1}.VfPpkd-dgl2Hf-ppHlrf-sM5MNb{display:inline}.VfPpkd-LgbsSe{position:relative;display:-webkit-inline-box;display:-webkit-inline-flex;display:inline-flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-sizing:border-box;box-sizing:border-box;min-width:64px;border:none;outline:none;line-height:inherit;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-appearance:none;overflow:visible;vertical-align:middle;background:transparent}.VfPpkd-LgbsSe .VfPpkd-BFbNVe-bF1uUb{width:100%;height:100%;top:0;left:0}.VfPpkd-LgbsSe::-moz-focus-inner{padding:0;border:0}.VfPpkd-LgbsSe:active{outline:none}.VfPpkd-LgbsSe:hover{cursor:pointer}.VfPpkd-LgbsSe:disabled{cursor:default;pointer-events:none}.VfPpkd-LgbsSe[hidden]{display:none}.VfPpkd-LgbsSe .VfPpkd-kBDsod{margin-left:0;margin-right:8px;display:inline-block;position:relative;vertical-align:top}[dir=rtl] .VfPpkd-LgbsSe .VfPpkd-kBDsod,.VfPpkd-LgbsSe .VfPpkd-kBDsod[dir=rtl]{margin-left:8px;margin-right:0}.VfPpkd-LgbsSe .VfPpkd-UdE5de-uDEFge{font-size:0;position:absolute;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);top:50%;left:50%;line-height:normal}.VfPpkd-LgbsSe .VfPpkd-vQzf8d{position:relative}.VfPpkd-LgbsSe .VfPpkd-J1Ukfc-LhBDec{pointer-events:none;border:2px solid transparent;border-radius:6px;-webkit-box-sizing:content-box;box-sizing:content-box;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);height:calc(100% + 4px);width:calc(100% + 4px);display:none}@media screen and (forced-colors:active){.VfPpkd-LgbsSe .VfPpkd-J1Ukfc-LhBDec{border-color:CanvasText}}.VfPpkd-LgbsSe .VfPpkd-J1Ukfc-LhBDec::after{content:"";border:2px solid transparent;border-radius:8px;display:block;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);height:calc(100% + 4px);width:calc(100% + 4px)}@media screen and (forced-colors:active){.VfPpkd-LgbsSe .VfPpkd-J1Ukfc-LhBDec::after{border-color:CanvasText}}@media screen and (forced-colors:active){.VfPpkd-LgbsSe.VfPpkd-ksKsZd-mWPk3d-OWXEXe-AHe6Kc-XpnDCe .VfPpkd-J1Ukfc-LhBDec,.VfPpkd-LgbsSe:not(.VfPpkd-ksKsZd-mWPk3d):focus .VfPpkd-J1Ukfc-LhBDec{display:block}}.VfPpkd-LgbsSe .VfPpkd-RLmnJb{position:absolute;top:50%;height:48px;left:0;right:0;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.VfPpkd-vQzf8d+.VfPpkd-kBDsod{margin-left:8px;margin-right:0}[dir=rtl] .VfPpkd-vQzf8d+.VfPpkd-kBDsod,.VfPpkd-vQzf8d+.VfPpkd-kBDsod[dir=rtl]{margin-left:0;margin-right:8px}svg.VfPpkd-kBDsod{fill:currentColor}.VfPpkd-LgbsSe-OWXEXe-dgl2Hf{margin-top:6px;margin-bottom:6px}.VfPpkd-LgbsSe{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;text-decoration:none}.VfPpkd-LgbsSe{padding:0 8px 0 8px}.VfPpkd-LgbsSe-OWXEXe-k8QpJ{-webkit-transition:-webkit-box-shadow .28s cubic-bezier(.4,0,.2,1);transition:-webkit-box-shadow .28s cubic-bezier(.4,0,.2,1);transition:box-shadow .28s cubic-bezier(.4,0,.2,1);transition:box-shadow .28s cubic-bezier(.4,0,.2,1),-webkit-box-shadow .28s cubic-bezier(.4,0,.2,1);padding:0 16px 0 16px}.VfPpkd-LgbsSe-OWXEXe-k8QpJ.VfPpkd-LgbsSe-OWXEXe-Bz112c-UbuQg{padding:0 12px 0 16px}.VfPpkd-LgbsSe-OWXEXe-k8QpJ.VfPpkd-LgbsSe-OWXEXe-Bz112c-M1Soyc{padding:0 16px 0 12px}.VfPpkd-LgbsSe-OWXEXe-MV7yeb{-webkit-transition:-webkit-box-shadow .28s cubic-bezier(.4,0,.2,1);transition:-webkit-box-shadow .28s cubic-bezier(.4,0,.2,1);transition:box-shadow .28s cubic-bezier(.4,0,.2,1);transition:box-shadow .28s cubic-bezier(.4,0,.2,1),-webkit-box-shadow .28s cubic-bezier(.4,0,.2,1);padding:0 16px 0 16px}.VfPpkd-LgbsSe-OWXEXe-MV7yeb.VfPpkd-LgbsSe-OWXEXe-Bz112c-UbuQg{padding:0 12px 0 16px}.VfPpkd-LgbsSe-OWXEXe-MV7yeb.VfPpkd-LgbsSe-OWXEXe-Bz112c-M1Soyc{padding:0 16px 0 12px}.VfPpkd-LgbsSe-OWXEXe-INsAgc{border-style:solid;-webkit-transition:border .28s cubic-bezier(.4,0,.2,1);transition:border .28s cubic-bezier(.4,0,.2,1)}.VfPpkd-LgbsSe-OWXEXe-INsAgc .VfPpkd-Jh9lGc{border-style:solid;border-color:transparent}.VfPpkd-LgbsSe{--mdc-ripple-fg-size:0;--mdc-ripple-left:0;--mdc-ripple-top:0;--mdc-ripple-fg-scale:1;--mdc-ripple-fg-translate-end:0;--mdc-ripple-fg-translate-start:0;-webkit-tap-highlight-color:rgba(0,0,0,0);will-change:transform,opacity}.VfPpkd-LgbsSe .VfPpkd-Jh9lGc::before,.VfPpkd-LgbsSe .VfPpkd-Jh9lGc::after{position:absolute;border-radius:50%;opacity:0;pointer-events:none;content:""}.VfPpkd-LgbsSe .VfPpkd-Jh9lGc::before{-webkit-transition:opacity 15ms linear,background-color 15ms linear;transition:opacity 15ms linear,background-color 15ms linear;z-index:1}.VfPpkd-LgbsSe .VfPpkd-Jh9lGc::after{z-index:0}.VfPpkd-LgbsSe.VfPpkd-ksKsZd-mWPk3d .VfPpkd-Jh9lGc::before{-webkit-transform:scale(var(--mdc-ripple-fg-scale,1));-ms-transform:scale(var(--mdc-ripple-fg-scale,1));transform:scale(var(--mdc-ripple-fg-scale,1))}.VfPpkd-LgbsSe.VfPpkd-ksKsZd-mWPk3d .VfPpkd-Jh9lGc::after{top:0;left:0;-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0);-webkit-transform-origin:center center;-ms-transform-origin:center center;transform-origin:center center}.VfPpkd-LgbsSe.VfPpkd-ksKsZd-mWPk3d-OWXEXe-ZNMTqd .VfPpkd-Jh9lGc::after{top:var(--mdc-ripple-top,0);left:var(--mdc-ripple-left,0)}.VfPpkd-LgbsSe.VfPpkd-ksKsZd-mWPk3d-OWXEXe-Tv8l5d-lJfZMc .VfPpkd-Jh9lGc::after{-webkit-animation:mdc-ripple-fg-radius-in 225ms forwards,mdc-ripple-fg-opacity-in 75ms forwards;animation:mdc-ripple-fg-radius-in 225ms forwards,mdc-ripple-fg-opacity-in 75ms forwards}.VfPpkd-LgbsSe.VfPpkd-ksKsZd-mWPk3d-OWXEXe-Tv8l5d-OmS1vf .VfPpkd-Jh9lGc::after{-webkit-animation:mdc-ripple-fg-opacity-out .15s;animation:mdc-ripple-fg-opacity-out .15s;-webkit-transform:translate(var(--mdc-ripple-fg-translate-end,0)) scale(var(--mdc-ripple-fg-scale,1));-ms-transform:translate(var(--mdc-ripple-fg-translate-end,0)) scale(var(--mdc-ripple-fg-scale,1));transform:translate(var(--mdc-ripple-fg-translate-end,0)) scale(var(--mdc-ripple-fg-scale,1))}.VfPpkd-LgbsSe .VfPpkd-Jh9lGc::before,.VfPpkd-LgbsSe .VfPpkd-Jh9lGc::after{top:-50%;left:-50%;width:200%;height:200%}.VfPpkd-LgbsSe.VfPpkd-ksKsZd-mWPk3d .VfPpkd-Jh9lGc::after{width:var(--mdc-ripple-fg-size,100%);height:var(--mdc-ripple-fg-size,100%)}.VfPpkd-Jh9lGc{position:absolute;-webkit-box-sizing:content-box;box-sizing:content-box;overflow:hidden;z-index:0;top:0;left:0;bottom:0;right:0}.VfPpkd-LgbsSe{font-family:Roboto,sans-serif;font-size:.875rem;letter-spacing:.0892857143em;font-weight:500;text-transform:uppercase;height:36px;border-radius:4px}.VfPpkd-LgbsSe:not(:disabled){color:#6200ee}.VfPpkd-LgbsSe:disabled{color:rgba(0,0,0,.38)}.VfPpkd-LgbsSe .VfPpkd-kBDsod{font-size:1.125rem;width:1.125rem;height:1.125rem}.VfPpkd-LgbsSe .VfPpkd-Jh9lGc::before{background-color:#6200ee}.VfPpkd-LgbsSe .VfPpkd-Jh9lGc::after{background-color:#6200ee}.VfPpkd-LgbsSe:hover .VfPpkd-Jh9lGc::before,.VfPpkd-LgbsSe.VfPpkd-ksKsZd-XxIAqe-OWXEXe-ZmdkE .VfPpkd-Jh9lGc::before{opacity:.04}.VfPpkd-LgbsSe.VfPpkd-ksKsZd-mWPk3d-OWXEXe-AHe6Kc-XpnDCe .VfPpkd-Jh9lGc::before,.VfPpkd-LgbsSe:not(.VfPpkd-ksKsZd-mWPk3d):focus .VfPpkd-Jh9lGc::before{-webkit-transition-duration:75ms;transition-duration:75ms;opacity:.12}.VfPpkd-LgbsSe:not(.VfPpkd-ksKsZd-mWPk3d) .VfPpkd-Jh9lGc::after{-webkit-transition:opacity .15s linear;transition:opacity .15s linear}.VfPpkd-LgbsSe:not(.VfPpkd-ksKsZd-mWPk3d):active .VfPpkd-Jh9lGc::after{-webkit-transition-duration:75ms;transition-duration:75ms;opacity:.12}.VfPpkd-LgbsSe.VfPpkd-ksKsZd-mWPk3d{--mdc-ripple-fg-opacity:var(--mdc-text-button-pressed-state-layer-opacity,0.12)}.VfPpkd-LgbsSe .VfPpkd-Jh9lGc{border-radius:4px}.VfPpkd-LgbsSe .VfPpkd-J1Ukfc-LhBDec{border-radius:2px}.VfPpkd-LgbsSe .VfPpkd-J1Ukfc-LhBDec::after{border-radius:4px}.VfPpkd-LgbsSe-OWXEXe-k8QpJ{font-family:Roboto,sans-serif;font-size:.875rem;letter-spacing:.0892857143em;font-weight:500;text-transform:uppercase;height:36px;border-radius:4px}.VfPpkd-LgbsSe-OWXEXe-k8QpJ:not(:disabled){background-color:#6200ee}.VfPpkd-LgbsSe-OWXEXe-k8QpJ:disabled{background-color:rgba(0,0,0,.12)}.VfPpkd-LgbsSe-OWXEXe-k8QpJ:not(:disabled){color:#fff}.VfPpkd-LgbsSe-OWXEXe-k8QpJ:disabled{color:rgba(0,0,0,.38)}.VfPpkd-LgbsSe-OWXEXe-k8QpJ .VfPpkd-kBDsod{font-size:1.125rem;width:1.125rem;height:1.125rem}.VfPpkd-LgbsSe-OWXEXe-k8QpJ .VfPpkd-Jh9lGc::before{background-color:#fff}.VfPpkd-LgbsSe-OWXEXe-k8QpJ .VfPpkd-Jh9lGc::after{background-color:#fff}.VfPpkd-LgbsSe-OWXEXe-k8QpJ:hover .VfPpkd-Jh9lGc::before,.VfPpkd-LgbsSe-OWXEXe-k8QpJ.VfPpkd-ksKsZd-XxIAqe-OWXEXe-ZmdkE .VfPpkd-Jh9lGc::before{opacity:.08}.VfPpkd-LgbsSe-OWXEXe-k8QpJ.VfPpkd-ksKsZd-mWPk3d-OWXEXe-AHe6Kc-XpnDCe .VfPpkd-Jh9lGc::before,.VfPpkd-LgbsSe-OWXEXe-k8QpJ:not(.VfPpkd-ksKsZd-mWPk3d):focus .VfPpkd-Jh9lGc::before{-webkit-transition-duration:75ms;transition-duration:75ms;opacity:.24}.VfPpkd-LgbsSe-OWXEXe-k8QpJ:not(.VfPpkd-ksKsZd-mWPk3d) .VfPpkd-Jh9lGc::after{-webkit-transition:opacity .15s linear;transition:opacity .15s linear}.VfPpkd-LgbsSe-OWXEXe-k8QpJ:not(.VfPpkd-ksKsZd-mWPk3d):active .VfPpkd-Jh9lGc::after{-webkit-transition-duration:75ms;transition-duration:75ms;opacity:.24}.VfPpkd-LgbsSe-OWXEXe-k8QpJ.VfPpkd-ksKsZd-mWPk3d{--mdc-ripple-fg-opacity:var(--mdc-filled-button-pressed-state-layer-opacity,0.24)}.VfPpkd-LgbsSe-OWXEXe-k8QpJ .VfPpkd-Jh9lGc{border-radius:4px}.VfPpkd-LgbsSe-OWXEXe-k8QpJ .VfPpkd-J1Ukfc-LhBDec{border-radius:2px}.VfPpkd-LgbsSe-OWXEXe-k8QpJ .VfPpkd-J1Ukfc-LhBDec::after{border-radius:4px}.VfPpkd-LgbsSe-OWXEXe-MV7yeb{font-family:Roboto,sans-serif;font-size:.875rem;letter-spacing:.0892857143em;font-weight:500;text-transform:uppercase;height:36px;border-radius:4px;-webkit-box-shadow:0 3px 1px -2px rgba(0,0,0,.2),0 2px 2px 0 rgba(0,0,0,.14),0 1px 5px 0 rgba(0,0,0,.12);box-shadow:0 3px 1px -2px rgba(0,0,0,.2),0 2px 2px 0 rgba(0,0,0,.14),0 1px 5px 0 rgba(0,0,0,.12)}.VfPpkd-LgbsSe-OWXEXe-MV7yeb:not(:disabled){background-color:#6200ee}.VfPpkd-LgbsSe-OWXEXe-MV7yeb:disabled{background-color:rgba(0,0,0,.12)}.VfPpkd-LgbsSe-OWXEXe-MV7yeb:not(:disabled){color:#fff}.VfPpkd-LgbsSe-OWXEXe-MV7yeb:disabled{color:rgba(0,0,0,.38)}.VfPpkd-LgbsSe-OWXEXe-MV7yeb .VfPpkd-kBDsod{font-size:1.125rem;width:1.125rem;height:1.125rem}.VfPpkd-LgbsSe-OWXEXe-MV7yeb .VfPpkd-Jh9lGc::before{background-color:#fff}.VfPpkd-LgbsSe-OWXEXe-MV7yeb .VfPpkd-Jh9lGc::after{background-color:#fff}.VfPpkd-LgbsSe-OWXEXe-MV7yeb:hover .VfPpkd-Jh9lGc::before,.VfPpkd-LgbsSe-OWXEXe-MV7yeb.VfPpkd-ksKsZd-XxIAqe-OWXEXe-ZmdkE .VfPpkd-Jh9lGc::before{opacity:.08}.VfPpkd-LgbsSe-OWXEXe-MV7yeb.VfPpkd-ksKsZd-mWPk3d-OWXEXe-AHe6Kc-XpnDCe .VfPpkd-Jh9lGc::before,.VfPpkd-LgbsSe-OWXEXe-MV7yeb:not(.VfPpkd-ksKsZd-mWPk3d):focus .VfPpkd-Jh9lGc::before{-webkit-transition-duration:75ms;transition-duration:75ms;opacity:.24}.VfPpkd-LgbsSe-OWXEXe-MV7yeb:not(.VfPpkd-ksKsZd-mWPk3d) .VfPpkd-Jh9lGc::after{-webkit-transition:opacity .15s linear;transition:opacity .15s linear}.VfPpkd-LgbsSe-OWXEXe-MV7yeb:not(.VfPpkd-ksKsZd-mWPk3d):active .VfPpkd-Jh9lGc::after{-webkit-transition-duration:75ms;transition-duration:75ms;opacity:.24}.VfPpkd-LgbsSe-OWXEXe-MV7yeb.VfPpkd-ksKsZd-mWPk3d{--mdc-ripple-fg-opacity:var(--mdc-protected-button-pressed-state-layer-opacity,0.24)}.VfPpkd-LgbsSe-OWXEXe-MV7yeb .VfPpkd-Jh9lGc{border-radius:4px}.VfPpkd-LgbsSe-OWXEXe-MV7yeb .VfPpkd-J1Ukfc-LhBDec{border-radius:2px}.VfPpkd-LgbsSe-OWXEXe-MV7yeb .VfPpkd-J1Ukfc-LhBDec::after{border-radius:4px}.VfPpkd-LgbsSe-OWXEXe-MV7yeb.VfPpkd-ksKsZd-mWPk3d-OWXEXe-AHe6Kc-XpnDCe,.VfPpkd-LgbsSe-OWXEXe-MV7yeb:not(.VfPpkd-ksKsZd-mWPk3d):focus{-webkit-box-shadow:0 2px 4px -1px rgba(0,0,0,.2),0 4px 5px 0 rgba(0,0,0,.14),0 1px 10px 0 rgba(0,0,0,.12);box-shadow:0 2px 4px -1px rgba(0,0,0,.2),0 4px 5px 0 rgba(0,0,0,.14),0 1px 10px 0 rgba(0,0,0,.12)}.VfPpkd-LgbsSe-OWXEXe-MV7yeb:hover{-webkit-box-shadow:0 2px 4px -1px rgba(0,0,0,.2),0 4px 5px 0 rgba(0,0,0,.14),0 1px 10px 0 rgba(0,0,0,.12);box-shadow:0 2px 4px -1px rgba(0,0,0,.2),0 4px 5px 0 rgba(0,0,0,.14),0 1px 10px 0 rgba(0,0,0,.12)}.VfPpkd-LgbsSe-OWXEXe-MV7yeb:not(:disabled):active{-webkit-box-shadow:0 5px 5px -3px rgba(0,0,0,.2),0 8px 10px 1px rgba(0,0,0,.14),0 3px 14px 2px rgba(0,0,0,.12);box-shadow:0 5px 5px -3px rgba(0,0,0,.2),0 8px 10px 1px rgba(0,0,0,.14),0 3px 14px 2px rgba(0,0,0,.12)}.VfPpkd-LgbsSe-OWXEXe-MV7yeb:disabled{-webkit-box-shadow:0 0 0 0 rgba(0,0,0,.2),0 0 0 0 rgba(0,0,0,.14),0 0 0 0 rgba(0,0,0,.12);box-shadow:0 0 0 0 rgba(0,0,0,.2),0 0 0 0 rgba(0,0,0,.14),0 0 0 0 rgba(0,0,0,.12)}.VfPpkd-LgbsSe-OWXEXe-INsAgc{font-family:Roboto,sans-serif;font-size:.875rem;letter-spacing:.0892857143em;font-weight:500;text-transform:uppercase;height:36px;border-radius:4px;padding:0 15px 0 15px;border-width:1px}.VfPpkd-LgbsSe-OWXEXe-INsAgc:not(:disabled){color:#6200ee}.VfPpkd-LgbsSe-OWXEXe-INsAgc:disabled{color:rgba(0,0,0,.38)}.VfPpkd-LgbsSe-OWXEXe-INsAgc .VfPpkd-kBDsod{font-size:1.125rem;width:1.125rem;height:1.125rem}.VfPpkd-LgbsSe-OWXEXe-INsAgc .VfPpkd-Jh9lGc::before{background-color:#6200ee}.VfPpkd-LgbsSe-OWXEXe-INsAgc .VfPpkd-Jh9lGc::after{background-color:#6200ee}.VfPpkd-LgbsSe-OWXEXe-INsAgc:hover .VfPpkd-Jh9lGc::before,.VfPpkd-LgbsSe-OWXEXe-INsAgc.VfPpkd-ksKsZd-XxIAqe-OWXEXe-ZmdkE .VfPpkd-Jh9lGc::before{opacity:.04}.VfPpkd-LgbsSe-OWXEXe-INsAgc.VfPpkd-ksKsZd-mWPk3d-OWXEXe-AHe6Kc-XpnDCe .VfPpkd-Jh9lGc::before,.VfPpkd-LgbsSe-OWXEXe-INsAgc:not(.VfPpkd-ksKsZd-mWPk3d):focus .VfPpkd-Jh9lGc::before{-webkit-transition-duration:75ms;transition-duration:75ms;opacity:.12}.VfPpkd-LgbsSe-OWXEXe-INsAgc:not(.VfPpkd-ksKsZd-mWPk3d) .VfPpkd-Jh9lGc::after{-webkit-transition:opacity .15s linear;transition:opacity .15s linear}.VfPpkd-LgbsSe-OWXEXe-INsAgc:not(.VfPpkd-ksKsZd-mWPk3d):active .VfPpkd-Jh9lGc::after{-webkit-transition-duration:75ms;transition-duration:75ms;opacity:.12}.VfPpkd-LgbsSe-OWXEXe-INsAgc.VfPpkd-ksKsZd-mWPk3d{--mdc-ripple-fg-opacity:var(--mdc-outlined-button-pressed-state-layer-opacity,0.12)}.VfPpkd-LgbsSe-OWXEXe-INsAgc .VfPpkd-Jh9lGc{border-radius:4px}.VfPpkd-LgbsSe-OWXEXe-INsAgc .VfPpkd-J1Ukfc-LhBDec{border-radius:2px}.VfPpkd-LgbsSe-OWXEXe-INsAgc .VfPpkd-J1Ukfc-LhBDec::after{border-radius:4px}.VfPpkd-LgbsSe-OWXEXe-INsAgc:not(:disabled){border-color:rgba(0,0,0,.12)}.VfPpkd-LgbsSe-OWXEXe-INsAgc:disabled{border-color:rgba(0,0,0,.12)}.VfPpkd-LgbsSe-OWXEXe-INsAgc.VfPpkd-LgbsSe-OWXEXe-Bz112c-UbuQg{padding:0 11px 0 15px}.VfPpkd-LgbsSe-OWXEXe-INsAgc.VfPpkd-LgbsSe-OWXEXe-Bz112c-M1Soyc{padding:0 15px 0 11px}.VfPpkd-LgbsSe-OWXEXe-INsAgc .VfPpkd-Jh9lGc{top:-1px;left:-1px;bottom:-1px;right:-1px;border-width:1px}.VfPpkd-LgbsSe-OWXEXe-INsAgc .VfPpkd-RLmnJb{left:-1px;width:calc(100% + 2px)}.nCP5yc{font-family:"Google Sans",Roboto,Arial,sans-serif;font-size:.875rem;letter-spacing:.0107142857em;font-weight:500;text-transform:none;-webkit-transition:border .28s cubic-bezier(.4,0,.2,1),-webkit-box-shadow .28s cubic-bezier(.4,0,.2,1);transition:border .28s cubic-bezier(.4,0,.2,1),-webkit-box-shadow .28s cubic-bezier(.4,0,.2,1);transition:border .28s cubic-bezier(.4,0,.2,1),box-shadow .28s cubic-bezier(.4,0,.2,1);transition:border .28s cubic-bezier(.4,0,.2,1),box-shadow .28s cubic-bezier(.4,0,.2,1),-webkit-box-shadow .28s cubic-bezier(.4,0,.2,1);-webkit-box-shadow:none;box-shadow:none}.nCP5yc .VfPpkd-Jh9lGc{height:100%;position:absolute;overflow:hidden;width:100%;z-index:0}.nCP5yc:not(:disabled){background-color:rgb(26,115,232);background-color:var(--gm-fillbutton-container-color,rgb(26,115,232))}.nCP5yc:not(:disabled){color:#fff;color:var(--gm-fillbutton-ink-color,#fff)}.nCP5yc:disabled{background-color:rgba(60,64,67,.12);background-color:var(--gm-fillbutton-disabled-container-color,rgba(60,64,67,.12))}.nCP5yc:disabled{color:rgba(60,64,67,.38);color:var(--gm-fillbutton-disabled-ink-color,rgba(60,64,67,.38))}.nCP5yc .VfPpkd-Jh9lGc::before,.nCP5yc .VfPpkd-Jh9lGc::after{background-color:rgb(32,33,36);background-color:var(--gm-fillbutton-state-color,rgb(32,33,36))}.nCP5yc:hover .VfPpkd-Jh9lGc::before,.nCP5yc.VfPpkd-ksKsZd-XxIAqe-OWXEXe-ZmdkE .VfPpkd-Jh9lGc::before{opacity:.16;opacity:var(--mdc-ripple-hover-opacity,.16)}.nCP5yc.VfPpkd-ksKsZd-mWPk3d-OWXEXe-AHe6Kc-XpnDCe .VfPpkd-Jh9lGc::before,.nCP5yc:not(.VfPpkd-ksKsZd-mWPk3d):focus .VfPpkd-Jh9lGc::before{-webkit-transition-duration:75ms;transition-duration:75ms;opacity:.24;opacity:var(--mdc-ripple-focus-opacity,.24)}.nCP5yc:not(.VfPpkd-ksKsZd-mWPk3d) .VfPpkd-Jh9lGc::after{-webkit-transition:opacity .15s linear;transition:opacity .15s linear}.nCP5yc:not(.VfPpkd-ksKsZd-mWPk3d):active .VfPpkd-Jh9lGc::after{-webkit-transition-duration:75ms;transition-duration:75ms;opacity:.2;opacity:var(--mdc-ripple-press-opacity,.2)}.nCP5yc.VfPpkd-ksKsZd-mWPk3d{--mdc-ripple-fg-opacity:var(--mdc-ripple-press-opacity,0.2)}.nCP5yc .VfPpkd-BFbNVe-bF1uUb{opacity:0}.nCP5yc .VfPpkd-UdE5de-uDEFge .VfPpkd-JGcpL-uI4vCe-LkdAo,.nCP5yc .VfPpkd-UdE5de-uDEFge .VfPpkd-JGcpL-IdXvz-LkdAo-Bd00G{stroke:#fff}@media (-ms-high-contrast:active),screen and (forced-colors:active){.nCP5yc .VfPpkd-UdE5de-uDEFge .VfPpkd-JGcpL-uI4vCe-LkdAo,.nCP5yc .VfPpkd-UdE5de-uDEFge .VfPpkd-JGcpL-IdXvz-LkdAo-Bd00G{stroke:CanvasText}}.nCP5yc:hover{-webkit-box-shadow:0 1px 2px 0 rgba(60,64,67,.3),0 1px 3px 1px rgba(60,64,67,.15);box-shadow:0 1px 2px 0 rgba(60,64,67,.3),0 1px 3px 1px rgba(60,64,67,.15);-webkit-box-shadow:0 1px 2px 0 var(--gm-fillbutton-keyshadow-color,rgba(60,64,67,.3)),0 1px 3px 1px var(--gm-fillbutton-ambientshadow-color,rgba(60,64,67,.15));box-shadow:0 1px 2px 0 var(--gm-fillbutton-keyshadow-color,rgba(60,64,67,.3)),0 1px 3px 1px var(--gm-fillbutton-ambientshadow-color,rgba(60,64,67,.15))}.nCP5yc:hover .VfPpkd-BFbNVe-bF1uUb{opacity:0}.nCP5yc:active{-webkit-box-shadow:0 1px 2px 0 rgba(60,64,67,.3),0 2px 6px 2px rgba(60,64,67,.15);box-shadow:0 1px 2px 0 rgba(60,64,67,.3),0 2px 6px 2px rgba(60,64,67,.15);-webkit-box-shadow:0 1px 2px 0 var(--gm-fillbutton-keyshadow-color,rgba(60,64,67,.3)),0 2px 6px 2px var(--gm-fillbutton-ambientshadow-color,rgba(60,64,67,.15));box-shadow:0 1px 2px 0 var(--gm-fillbutton-keyshadow-color,rgba(60,64,67,.3)),0 2px 6px 2px var(--gm-fillbutton-ambientshadow-color,rgba(60,64,67,.15))}.nCP5yc:active .VfPpkd-BFbNVe-bF1uUb{opacity:0}.nCP5yc:disabled{-webkit-box-shadow:none;box-shadow:none}.nCP5yc:disabled:hover .VfPpkd-Jh9lGc::before,.nCP5yc:disabled.VfPpkd-ksKsZd-XxIAqe-OWXEXe-ZmdkE .VfPpkd-Jh9lGc::before{opacity:0;opacity:var(--mdc-ripple-hover-opacity,0)}.nCP5yc:disabled.VfPpkd-ksKsZd-mWPk3d-OWXEXe-AHe6Kc-XpnDCe .VfPpkd-Jh9lGc::before,.nCP5yc:disabled:not(.VfPpkd-ksKsZd-mWPk3d):focus .VfPpkd-Jh9lGc::before{-webkit-transition-duration:75ms;transition-duration:75ms;opacity:0;opacity:var(--mdc-ripple-focus-opacity,0)}.nCP5yc:disabled:not(.VfPpkd-ksKsZd-mWPk3d) .VfPpkd-Jh9lGc::after{-webkit-transition:opacity .15s linear;transition:opacity .15s linear}.nCP5yc:disabled:not(.VfPpkd-ksKsZd-mWPk3d):active .VfPpkd-Jh9lGc::after{-webkit-transition-duration:75ms;transition-duration:75ms;opacity:0;opacity:var(--mdc-ripple-press-opacity,0)}.nCP5yc:disabled.VfPpkd-ksKsZd-mWPk3d{--mdc-ripple-fg-opacity:var(--mdc-ripple-press-opacity,0)}.nCP5yc:disabled .VfPpkd-BFbNVe-bF1uUb{opacity:0}.Rj2Mlf{font-family:"Google Sans",Roboto,Arial,sans-serif;font-size:.875rem;letter-spacing:.0107142857em;font-weight:500;text-transform:none;-webkit-transition:border .28s cubic-bezier(.4,0,.2,1),-webkit-box-shadow .28s cubic-bezier(.4,0,.2,1);transition:border .28s cubic-bezier(.4,0,.2,1),-webkit-box-shadow .28s cubic-bezier(.4,0,.2,1);transition:border .28s cubic-bezier(.4,0,.2,1),box-shadow .28s cubic-bezier(.4,0,.2,1);transition:border .28s cubic-bezier(.4,0,.2,1),box-shadow .28s cubic-bezier(.4,0,.2,1),-webkit-box-shadow .28s cubic-bezier(.4,0,.2,1);-webkit-box-shadow:none;box-shadow:none}.Rj2Mlf .VfPpkd-Jh9lGc{height:100%;position:absolute;overflow:hidden;width:100%;z-index:0}.Rj2Mlf:not(:disabled){color:rgb(26,115,232);color:var(--gm-hairlinebutton-ink-color,rgb(26,115,232))}.Rj2Mlf:not(:disabled){border-color:rgb(218,220,224);border-color:var(--gm-hairlinebutton-outline-color,rgb(218,220,224))}.Rj2Mlf:not(:disabled):hover{border-color:rgb(218,220,224);border-color:var(--gm-hairlinebutton-outline-color,rgb(218,220,224))}.Rj2Mlf:not(:disabled).VfPpkd-ksKsZd-mWPk3d-OWXEXe-AHe6Kc-XpnDCe,.Rj2Mlf:not(:disabled):not(.VfPpkd-ksKsZd-mWPk3d):focus{border-color:rgb(23,78,166);border-color:var(--gm-hairlinebutton-outline-color--stateful,rgb(23,78,166))}.Rj2Mlf:not(:disabled):active,.Rj2Mlf:not(:disabled):focus:active{border-color:rgb(218,220,224);border-color:var(--gm-hairlinebutton-outline-color,rgb(218,220,224))}.Rj2Mlf:disabled{color:rgba(60,64,67,.38);color:var(--gm-hairlinebutton-disabled-ink-color,rgba(60,64,67,.38))}.Rj2Mlf:disabled{border-color:rgba(60,64,67,.12);border-color:var(--gm-hairlinebutton-disabled-outline-color,rgba(60,64,67,.12))}.Rj2Mlf:hover:not(:disabled),.Rj2Mlf.VfPpkd-ksKsZd-mWPk3d-OWXEXe-AHe6Kc-XpnDCe:not(:disabled),.Rj2Mlf:not(.VfPpkd-ksKsZd-mWPk3d):focus:not(:disabled),.Rj2Mlf:active:not(:disabled){color:rgb(23,78,166);color:var(--gm-hairlinebutton-ink-color--stateful,rgb(23,78,166))}.Rj2Mlf .VfPpkd-BFbNVe-bF1uUb{opacity:0}.Rj2Mlf .VfPpkd-UdE5de-uDEFge .VfPpkd-JGcpL-uI4vCe-LkdAo,.Rj2Mlf .VfPpkd-UdE5de-uDEFge .VfPpkd-JGcpL-IdXvz-LkdAo-Bd00G{stroke:rgb(26,115,232)}@media (-ms-high-contrast:active),screen and (forced-colors:active){.Rj2Mlf .VfPpkd-UdE5de-uDEFge .VfPpkd-JGcpL-uI4vCe-LkdAo,.Rj2Mlf .VfPpkd-UdE5de-uDEFge .VfPpkd-JGcpL-IdXvz-LkdAo-Bd00G{stroke:CanvasText}}.Rj2Mlf .VfPpkd-Jh9lGc::before,.Rj2Mlf .VfPpkd-Jh9lGc::after{background-color:rgb(26,115,232);background-color:var(--gm-hairlinebutton-state-color,rgb(26,115,232))}.Rj2Mlf:hover .VfPpkd-Jh9lGc::before,.Rj2Mlf.VfPpkd-ksKsZd-XxIAqe-OWXEXe-ZmdkE .VfPpkd-Jh9lGc::before{opacity:.04;opacity:var(--mdc-ripple-hover-opacity,.04)}.Rj2Mlf.VfPpkd-ksKsZd-mWPk3d-OWXEXe-AHe6Kc-XpnDCe .VfPpkd-Jh9lGc::before,.Rj2Mlf:not(.VfPpkd-ksKsZd-mWPk3d):focus .VfPpkd-Jh9lGc::before{-webkit-transition-duration:75ms;transition-duration:75ms;opacity:.12;opacity:var(--mdc-ripple-focus-opacity,.12)}.Rj2Mlf:not(.VfPpkd-ksKsZd-mWPk3d) .VfPpkd-Jh9lGc::after{-webkit-transition:opacity .15s linear;transition:opacity .15s linear}.Rj2Mlf:not(.VfPpkd-ksKsZd-mWPk3d):active .VfPpkd-Jh9lGc::after{-webkit-transition-duration:75ms;transition-duration:75ms;opacity:.12;opacity:var(--mdc-ripple-press-opacity,.12)}.Rj2Mlf.VfPpkd-ksKsZd-mWPk3d{--mdc-ripple-fg-opacity:var(--mdc-ripple-press-opacity,0.12)}.Rj2Mlf:disabled:hover .VfPpkd-Jh9lGc::before,.Rj2Mlf:disabled.VfPpkd-ksKsZd-XxIAqe-OWXEXe-ZmdkE .VfPpkd-Jh9lGc::before{opacity:0;opacity:var(--mdc-ripple-hover-opacity,0)}.Rj2Mlf:disabled.VfPpkd-ksKsZd-mWPk3d-OWXEXe-AHe6Kc-XpnDCe .VfPpkd-Jh9lGc::before,.Rj2Mlf:disabled:not(.VfPpkd-ksKsZd-mWPk3d):focus .VfPpkd-Jh9lGc::before{-webkit-transition-duration:75ms;transition-duration:75ms;opacity:0;opacity:var(--mdc-ripple-focus-opacity,0)}.Rj2Mlf:disabled:not(.VfPpkd-ksKsZd-mWPk3d) .VfPpkd-Jh9lGc::after{-webkit-transition:opacity .15s linear;transition:opacity .15s linear}.Rj2Mlf:disabled:not(.VfPpkd-ksKsZd-mWPk3d):active .VfPpkd-Jh9lGc::after{-webkit-transition-duration:75ms;transition-duration:75ms;opacity:0;opacity:var(--mdc-ripple-press-opacity,0)}.Rj2Mlf:disabled.VfPpkd-ksKsZd-mWPk3d{--mdc-ripple-fg-opacity:var(--mdc-ripple-press-opacity,0)}.b9hyVd{font-family:"Google Sans",Roboto,Arial,sans-serif;font-size:.875rem;letter-spacing:.0107142857em;font-weight:500;text-transform:none;-webkit-transition:border .28s cubic-bezier(.4,0,.2,1),-webkit-box-shadow .28s cubic-bezier(.4,0,.2,1);transition:border .28s cubic-bezier(.4,0,.2,1),-webkit-box-shadow .28s cubic-bezier(.4,0,.2,1);transition:border .28s cubic-bezier(.4,0,.2,1),box-shadow .28s cubic-bezier(.4,0,.2,1);transition:border .28s cubic-bezier(.4,0,.2,1),box-shadow .28s cubic-bezier(.4,0,.2,1),-webkit-box-shadow .28s cubic-bezier(.4,0,.2,1);border-width:0;-webkit-box-shadow:0 1px 2px 0 rgba(60,64,67,.3),0 1px 3px 1px rgba(60,64,67,.15);box-shadow:0 1px 2px 0 rgba(60,64,67,.3),0 1px 3px 1px rgba(60,64,67,.15);-webkit-box-shadow:0 1px 2px 0 var(--gm-protectedbutton-keyshadow-color,rgba(60,64,67,.3)),0 1px 3px 1px var(--gm-protectedbutton-ambientshadow-color,rgba(60,64,67,.15));box-shadow:0 1px 2px 0 var(--gm-protectedbutton-keyshadow-color,rgba(60,64,67,.3)),0 1px 3px 1px var(--gm-protectedbutton-ambientshadow-color,rgba(60,64,67,.15))}.b9hyVd .VfPpkd-Jh9lGc{height:100%;position:absolute;overflow:hidden;width:100%;z-index:0}.b9hyVd:not(:disabled){background-color:#fff;background-color:var(--gm-protectedbutton-container-color,#fff)}.b9hyVd:not(:disabled){color:rgb(26,115,232);color:var(--gm-protectedbutton-ink-color,rgb(26,115,232))}.b9hyVd:disabled{background-color:rgba(60,64,67,.12);background-color:var(--gm-protectedbutton-disabled-container-color,rgba(60,64,67,.12))}.b9hyVd:disabled{color:rgba(60,64,67,.38);color:var(--gm-protectedbutton-disabled-ink-color,rgba(60,64,67,.38))}.b9hyVd:hover:not(:disabled),.b9hyVd.VfPpkd-ksKsZd-mWPk3d-OWXEXe-AHe6Kc-XpnDCe:not(:disabled),.b9hyVd:not(.VfPpkd-ksKsZd-mWPk3d):focus:not(:disabled),.b9hyVd:active:not(:disabled){color:rgb(23,78,166);color:var(--gm-protectedbutton-ink-color--stateful,rgb(23,78,166))}.b9hyVd .VfPpkd-BFbNVe-bF1uUb{opacity:0}.b9hyVd .VfPpkd-UdE5de-uDEFge .VfPpkd-JGcpL-uI4vCe-LkdAo,.b9hyVd .VfPpkd-UdE5de-uDEFge .VfPpkd-JGcpL-IdXvz-LkdAo-Bd00G{stroke:rgb(26,115,232)}@media (-ms-high-contrast:active),screen and (forced-colors:active){.b9hyVd .VfPpkd-UdE5de-uDEFge .VfPpkd-JGcpL-uI4vCe-LkdAo,.b9hyVd .VfPpkd-UdE5de-uDEFge .VfPpkd-JGcpL-IdXvz-LkdAo-B
2026-01-13T09:30:13
https://docs.google.com/document/d/1BBzWU-EKVpOYi-KUwH0iRC4O1OrTtRJPQglvN5qVfL0/copy
:root{--gm3-sys-color-on-surface-rgb:31,31,31}@media screen and (prefers-color-scheme:dark){:root{--gm3-sys-color-on-surface-rgb:227,227,227}}:root{--wf-harmonize-filter-light:none;--wf-harmonize-filter-dark:none}.q4Wquf,.nfoC7c{display:block;height:25vh;position:relative}@media (min-width:600px){.q4Wquf,.nfoC7c{height:150px}}.q4Wquf.Irjbwb{height:auto}@media screen and (prefers-color-scheme:dark){.q4Wquf:not(.GtvzYd){display:none}}.nfoC7c{margin:0;overflow:hidden}.PwpMUe,.lVUmD{display:block;height:100%;margin:0 auto;width:100%}.St9mde{display:block;-webkit-filter:var(--wf-harmonize-filter-light);filter:var(--wf-harmonize-filter-light);height:100%;max-width:100%;min-height:110px;position:relative;-webkit-transform:translate(-43%,-3%);-ms-transform:translate(-43%,-3%);transform:translate(-43%,-3%);width:auto;z-index:3}@media screen and (prefers-color-scheme:dark){.St9mde{-webkit-filter:var(--wf-harmonize-filter-dark);filter:var(--wf-harmonize-filter-dark)}}.PwpMUe,.lVUmD,.St9mde{-o-object-fit:contain;object-fit:contain}.wsArZ[data-ss-mode="1"] .q4Wquf,.wsArZ[data-ss-mode="1"] .St9mde{height:auto;width:100%}.wsArZ[data-ss-mode="1"] .St9mde{max-width:400px}@media (min-width:600px) and (orientation:landscape),all and (min-width:1600px){.NQ5OL .q4Wquf,.NQ5OL .St9mde{height:auto;width:100%}.NQ5OL .St9mde{max-width:400px}}.q4Wquf.NWba7e,.q4Wquf.NWba7e .St9mde{height:auto}.q4Wquf.NWba7e .St9mde{height:auto;max-width:312px;width:100%}.q4Wquf.NWba7e.zpCp3 .St9mde{max-width:unset}.q4Wquf.IiQozc .St9mde{margin:0 auto;-webkit-transform:none;-ms-transform:none;transform:none}.q4Wquf.Irjbwb .St9mde{height:auto;width:100%}.q4Wquf.EEeaqf .St9mde{max-height:144px;max-width:144px}.SnAaEd{background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(233,233,233,0)),color-stop(62.22%,rgba(233,233,233,0)),color-stop(40.22%,rgb(233,233,233)),to(rgba(233,233,233,0)));background-image:-webkit-linear-gradient(top,rgba(233,233,233,0) 0,rgba(233,233,233,0) 62.22%,rgb(233,233,233) 40.22%,rgba(233,233,233,0) 100%);background-image:linear-gradient(to bottom,rgba(233,233,233,0) 0,rgba(233,233,233,0) 62.22%,rgb(233,233,233) 40.22%,rgba(233,233,233,0) 100%);height:100%;left:0;overflow:hidden;position:absolute;right:0;top:0;z-index:2}@media screen and (prefers-color-scheme:dark){.SnAaEd{display:none}}.SnAaEd::after,.SnAaEd::before{content:"";display:block;height:100%;min-width:110px;position:absolute;right:-10%;-webkit-transform:rotate(-104deg);-ms-transform:rotate(-104deg);transform:rotate(-104deg);width:25vh;z-index:2}@media (min-width:600px){.SnAaEd::after,.SnAaEd::before{width:150px}}.SnAaEd::before{background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(243,243,243,0)),to(rgba(243,243,243,.9)));background-image:-webkit-linear-gradient(top,rgba(243,243,243,0) 0,rgba(243,243,243,.9) 100%);background-image:linear-gradient(to bottom,rgba(243,243,243,0) 0,rgba(243,243,243,.9) 100%);bottom:-10%}.SnAaEd::after{background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(255,255,255,0)),to(rgba(255,255,255,.9)));background-image:-webkit-linear-gradient(top,rgba(255,255,255,0) 0,rgba(255,255,255,.9) 100%);background-image:linear-gradient(to bottom,rgba(255,255,255,0) 0,rgba(255,255,255,.9) 100%);bottom:-80%}.wsArZ[data-ss-mode="1"] .SnAaEd~.St9mde{width:auto}@media (min-width:600px) and (orientation:landscape),all and (min-width:1600px){.NQ5OL .SnAaEd~.St9mde{width:auto}}.RHNWk .St9mde{height:auto}@media (min-width:600px) and (orientation:landscape),all and (min-width:1600px){.NQ5OL .RHNWk .St9mde{width:115px}}.cf660d .St9mde{-webkit-transform:translate(-9%,-3%);-ms-transform:translate(-9%,-3%);transform:translate(-9%,-3%)}.tUhwwc .St9mde{margin:auto;max-height:230px;right:0;top:-3%;-webkit-transform:none;-ms-transform:none;transform:none}.Jkvqxd .St9mde{-webkit-transform:translate(9%,-3%);-ms-transform:translate(9%,-3%);transform:translate(9%,-3%)}.onc8Ic .St9mde{-webkit-transform:translate(var( --c-ps-s,24px ),0);-ms-transform:translate(var( --c-ps-s,24px ),0);transform:translate(var( --c-ps-s,24px ),0)}.WA89Yb .St9mde{-webkit-transform:translate(0,0);-ms-transform:translate(0,0);transform:translate(0,0)}.wsArZ[data-ss-mode="1"] .XEN8Yb .St9mde{max-width:115px}@media (min-width:600px) and (orientation:landscape),all and (min-width:1600px){.NQ5OL .XEN8Yb .St9mde{max-width:115px}}@media (min-width:1240px) and (orientation:landscape),all and (min-width:1600px){.KyPKed .NQ5OL .XEN8Yb .St9mde{max-width:115px}}.IsSr6b .St9mde{max-width:300px}.mmskdd .St9mde{-webkit-transform:none;-ms-transform:none;transform:none}@-webkit-keyframes quantumWizBoxInkSpread{0%{-webkit-transform:translate(-50%,-50%) scale(.2);transform:translate(-50%,-50%) scale(.2)}100%{-webkit-transform:translate(-50%,-50%) scale(2.2);transform:translate(-50%,-50%) scale(2.2)}}@keyframes quantumWizBoxInkSpread{0%{-webkit-transform:translate(-50%,-50%) scale(.2);transform:translate(-50%,-50%) scale(.2)}100%{-webkit-transform:translate(-50%,-50%) scale(2.2);transform:translate(-50%,-50%) scale(2.2)}}@-webkit-keyframes quantumWizIconFocusPulse{0%{-webkit-transform:translate(-50%,-50%) scale(1.5);transform:translate(-50%,-50%) scale(1.5);opacity:0}100%{-webkit-transform:translate(-50%,-50%) scale(2);transform:translate(-50%,-50%) scale(2);opacity:1}}@keyframes quantumWizIconFocusPulse{0%{-webkit-transform:translate(-50%,-50%) scale(1.5);transform:translate(-50%,-50%) scale(1.5);opacity:0}100%{-webkit-transform:translate(-50%,-50%) scale(2);transform:translate(-50%,-50%) scale(2);opacity:1}}@-webkit-keyframes quantumWizRadialInkSpread{0%{-webkit-transform:scale(1.5);transform:scale(1.5);opacity:0}100%{-webkit-transform:scale(2.5);transform:scale(2.5);opacity:1}}@keyframes quantumWizRadialInkSpread{0%{-webkit-transform:scale(1.5);transform:scale(1.5);opacity:0}100%{-webkit-transform:scale(2.5);transform:scale(2.5);opacity:1}}@-webkit-keyframes quantumWizRadialInkFocusPulse{0%{-webkit-transform:scale(2);transform:scale(2);opacity:0}100%{-webkit-transform:scale(2.5);transform:scale(2.5);opacity:1}}@keyframes quantumWizRadialInkFocusPulse{0%{-webkit-transform:scale(2);transform:scale(2);opacity:0}100%{-webkit-transform:scale(2.5);transform:scale(2.5);opacity:1}}:root{--wf-tfs:calc(var(--c-tfs,32)/16*1rem);--wf-tfs-bp2:calc(var(--c-tfs,36)/16*1rem);--wf-tfs-bp3:calc(var(--c-tfs,36)/16*1rem);--wf-tfs-bp5:calc(var(--c-tfs,44)/16*1rem);--wf-stfs:calc(var(--c-stfs,16)/16*1rem);--wf-stfs-bp5:calc(var(--c-stfs,16)/16*1rem)}:root{--wf-harmonize-filter-light:none;--wf-harmonize-filter-dark:none}.Dzz9Db,.GpMPBe{display:block;height:25vh;position:relative}@media (min-width:600px){.Dzz9Db,.GpMPBe{height:150px}}@media screen and (prefers-color-scheme:dark){.Dzz9Db:not(.GtvzYd){display:none}}.Dzz9Db.Irjbwb{height:auto}.GpMPBe{margin:0;overflow:hidden}.UFQPDd,.JNOvdd{display:block;height:100%;margin:0 auto;-o-object-fit:contain;object-fit:contain;width:100%}.f4ZpM{display:block;-webkit-filter:var(--wf-harmonize-filter-light);filter:var(--wf-harmonize-filter-light);height:100%;max-width:100%;min-height:110px;position:relative;-webkit-transform:translate(-43%,-3%);-ms-transform:translate(-43%,-3%);transform:translate(-43%,-3%);width:auto;z-index:3}@media screen and (prefers-color-scheme:dark){.f4ZpM{-webkit-filter:var(--wf-harmonize-filter-dark);filter:var(--wf-harmonize-filter-dark)}}.wsArZ[data-ss-mode="1"] .Dzz9Db,.wsArZ[data-ss-mode="1"] .f4ZpM{height:auto;width:100%}.wsArZ[data-ss-mode="1"] .f4ZpM{max-width:400px}@media (min-width:600px) and (orientation:landscape),all and (min-width:1600px){.NQ5OL .Dzz9Db,.NQ5OL .f4ZpM{height:auto;width:100%}.NQ5OL .f4ZpM{max-width:400px}}.Dzz9Db.utFBGf,.Dzz9Db.utFBGf .f4ZpM{height:auto}.Dzz9Db.utFBGf .f4ZpM{height:auto;max-width:312px;width:100%}.Dzz9Db.utFBGf.zpCp3 .f4ZpM{max-width:unset}.Dzz9Db.IiQozc .f4ZpM{margin:0 auto;-webkit-transform:none;-ms-transform:none;transform:none}.Dzz9Db.Irjbwb .f4ZpM{height:auto;width:100%}.Dzz9Db.EEeaqf .f4ZpM{max-height:144px;max-width:144px}.nPt1pc{background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(233,233,233,0)),color-stop(62.22%,rgba(233,233,233,0)),color-stop(40.22%,rgb(233,233,233)),to(rgba(233,233,233,0)));background-image:-webkit-linear-gradient(top,rgba(233,233,233,0) 0,rgba(233,233,233,0) 62.22%,rgb(233,233,233) 40.22%,rgba(233,233,233,0) 100%);background-image:linear-gradient(to bottom,rgba(233,233,233,0) 0,rgba(233,233,233,0) 62.22%,rgb(233,233,233) 40.22%,rgba(233,233,233,0) 100%);height:100%;left:0;overflow:hidden;position:absolute;right:0;top:0;z-index:2}@media screen and (prefers-color-scheme:dark){.nPt1pc{display:none}}.nPt1pc::after,.nPt1pc::before{content:"";display:block;height:100%;min-width:110px;position:absolute;right:-10%;-webkit-transform:rotate(-104deg);-ms-transform:rotate(-104deg);transform:rotate(-104deg);width:25vh;z-index:2}@media (min-width:600px){.nPt1pc::after,.nPt1pc::before{width:150px}}.nPt1pc::before{background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(243,243,243,0)),to(rgba(243,243,243,.9)));background-image:-webkit-linear-gradient(top,rgba(243,243,243,0) 0,rgba(243,243,243,.9) 100%);background-image:linear-gradient(to bottom,rgba(243,243,243,0) 0,rgba(243,243,243,.9) 100%);bottom:-10%}.nPt1pc::after{background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(255,255,255,0)),to(rgba(255,255,255,.9)));background-image:-webkit-linear-gradient(top,rgba(255,255,255,0) 0,rgba(255,255,255,.9) 100%);background-image:linear-gradient(to bottom,rgba(255,255,255,0) 0,rgba(255,255,255,.9) 100%);bottom:-80%}.wsArZ[data-ss-mode="1"] .nPt1pc~.f4ZpM{width:auto}@media (min-width:600px) and (orientation:landscape),all and (min-width:1600px){.NQ5OL .nPt1pc~.f4ZpM{width:auto}}.ZS7CGc .f4ZpM{height:auto}@media (min-width:600px) and (orientation:landscape),all and (min-width:1600px){.NQ5OL .ZS7CGc .f4ZpM{width:115px}}.qiRZ5e .f4ZpM{-webkit-transform:translate(-9%,-3%);-ms-transform:translate(-9%,-3%);transform:translate(-9%,-3%)}.vIv7Gf .f4ZpM{margin:auto;max-height:230px;right:0;top:-3%;-webkit-transform:none;-ms-transform:none;transform:none}.nvYXVd .f4ZpM{-webkit-transform:translate(9%,-3%);-ms-transform:translate(9%,-3%);transform:translate(9%,-3%)}.uOhnzd .f4ZpM{-webkit-transform:translate(24px,0);-ms-transform:translate(24px,0);transform:translate(24px,0)}.MsYMaf .f4ZpM{-webkit-transform:translate(0,0);-ms-transform:translate(0,0);transform:translate(0,0)}.wsArZ[data-ss-mode="1"] .YIi9qf .f4ZpM{max-width:115px}@media (min-width:600px) and (orientation:landscape),all and (min-width:1600px){.NQ5OL .YIi9qf .f4ZpM{max-width:115px}}.QG3Xbe .f4ZpM{max-width:300px}.F6gtje .f4ZpM{-webkit-transform:none;-ms-transform:none;transform:none}@-webkit-keyframes mdc-ripple-fg-radius-in{from{-webkit-animation-timing-function:cubic-bezier(.4,0,.2,1);animation-timing-function:cubic-bezier(.4,0,.2,1);-webkit-transform:translate(var(--mdc-ripple-fg-translate-start,0)) scale(1);transform:translate(var(--mdc-ripple-fg-translate-start,0)) scale(1)}to{-webkit-transform:translate(var(--mdc-ripple-fg-translate-end,0)) scale(var(--mdc-ripple-fg-scale,1));transform:translate(var(--mdc-ripple-fg-translate-end,0)) scale(var(--mdc-ripple-fg-scale,1))}}@keyframes mdc-ripple-fg-radius-in{from{-webkit-animation-timing-function:cubic-bezier(.4,0,.2,1);animation-timing-function:cubic-bezier(.4,0,.2,1);-webkit-transform:translate(var(--mdc-ripple-fg-translate-start,0)) scale(1);transform:translate(var(--mdc-ripple-fg-translate-start,0)) scale(1)}to{-webkit-transform:translate(var(--mdc-ripple-fg-translate-end,0)) scale(var(--mdc-ripple-fg-scale,1));transform:translate(var(--mdc-ripple-fg-translate-end,0)) scale(var(--mdc-ripple-fg-scale,1))}}@-webkit-keyframes mdc-ripple-fg-opacity-in{from{-webkit-animation-timing-function:linear;animation-timing-function:linear;opacity:0}to{opacity:var(--mdc-ripple-fg-opacity,0)}}@keyframes mdc-ripple-fg-opacity-in{from{-webkit-animation-timing-function:linear;animation-timing-function:linear;opacity:0}to{opacity:var(--mdc-ripple-fg-opacity,0)}}@-webkit-keyframes mdc-ripple-fg-opacity-out{from{-webkit-animation-timing-function:linear;animation-timing-function:linear;opacity:var(--mdc-ripple-fg-opacity,0)}to{opacity:0}}@keyframes mdc-ripple-fg-opacity-out{from{-webkit-animation-timing-function:linear;animation-timing-function:linear;opacity:var(--mdc-ripple-fg-opacity,0)}to{opacity:0}}.VfPpkd-ksKsZd-XxIAqe{--mdc-ripple-fg-size:0;--mdc-ripple-left:0;--mdc-ripple-top:0;--mdc-ripple-fg-scale:1;--mdc-ripple-fg-translate-end:0;--mdc-ripple-fg-translate-start:0;-webkit-tap-highlight-color:rgba(0,0,0,0);will-change:transform,opacity;position:relative;outline:none;overflow:hidden}.VfPpkd-ksKsZd-XxIAqe::before,.VfPpkd-ksKsZd-XxIAqe::after{position:absolute;border-radius:50%;opacity:0;pointer-events:none;content:""}.VfPpkd-ksKsZd-XxIAqe::before{-webkit-transition:opacity 15ms linear,background-color 15ms linear;transition:opacity 15ms linear,background-color 15ms linear;z-index:1;z-index:var(--mdc-ripple-z-index,1)}.VfPpkd-ksKsZd-XxIAqe::after{z-index:0;z-index:var(--mdc-ripple-z-index,0)}.VfPpkd-ksKsZd-XxIAqe.VfPpkd-ksKsZd-mWPk3d::before{-webkit-transform:scale(var(--mdc-ripple-fg-scale,1));-ms-transform:scale(var(--mdc-ripple-fg-scale,1));transform:scale(var(--mdc-ripple-fg-scale,1))}.VfPpkd-ksKsZd-XxIAqe.VfPpkd-ksKsZd-mWPk3d::after{top:0;left:0;-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0);-webkit-transform-origin:center center;-ms-transform-origin:center center;transform-origin:center center}.VfPpkd-ksKsZd-XxIAqe.VfPpkd-ksKsZd-mWPk3d-OWXEXe-ZNMTqd::after{top:var(--mdc-ripple-top,0);left:var(--mdc-ripple-left,0)}.VfPpkd-ksKsZd-XxIAqe.VfPpkd-ksKsZd-mWPk3d-OWXEXe-Tv8l5d-lJfZMc::after{-webkit-animation:mdc-ripple-fg-radius-in 225ms forwards,mdc-ripple-fg-opacity-in 75ms forwards;animation:mdc-ripple-fg-radius-in 225ms forwards,mdc-ripple-fg-opacity-in 75ms forwards}.VfPpkd-ksKsZd-XxIAqe.VfPpkd-ksKsZd-mWPk3d-OWXEXe-Tv8l5d-OmS1vf::after{-webkit-animation:mdc-ripple-fg-opacity-out .15s;animation:mdc-ripple-fg-opacity-out .15s;-webkit-transform:translate(var(--mdc-ripple-fg-translate-end,0)) scale(var(--mdc-ripple-fg-scale,1));-ms-transform:translate(var(--mdc-ripple-fg-translate-end,0)) scale(var(--mdc-ripple-fg-scale,1));transform:translate(var(--mdc-ripple-fg-translate-end,0)) scale(var(--mdc-ripple-fg-scale,1))}.VfPpkd-ksKsZd-XxIAqe::before,.VfPpkd-ksKsZd-XxIAqe::after{top:-50%;left:-50%;width:200%;height:200%}.VfPpkd-ksKsZd-XxIAqe.VfPpkd-ksKsZd-mWPk3d::after{width:var(--mdc-ripple-fg-size,100%);height:var(--mdc-ripple-fg-size,100%)}.VfPpkd-ksKsZd-XxIAqe[data-mdc-ripple-is-unbounded],.VfPpkd-ksKsZd-mWPk3d-OWXEXe-ZNMTqd{overflow:visible}.VfPpkd-ksKsZd-XxIAqe[data-mdc-ripple-is-unbounded]::before,.VfPpkd-ksKsZd-XxIAqe[data-mdc-ripple-is-unbounded]::after,.VfPpkd-ksKsZd-mWPk3d-OWXEXe-ZNMTqd::before,.VfPpkd-ksKsZd-mWPk3d-OWXEXe-ZNMTqd::after{top:0;left:0;width:100%;height:100%}.VfPpkd-ksKsZd-XxIAqe[data-mdc-ripple-is-unbounded].VfPpkd-ksKsZd-mWPk3d::before,.VfPpkd-ksKsZd-XxIAqe[data-mdc-ripple-is-unbounded].VfPpkd-ksKsZd-mWPk3d::after,.VfPpkd-ksKsZd-mWPk3d-OWXEXe-ZNMTqd.VfPpkd-ksKsZd-mWPk3d::before,.VfPpkd-ksKsZd-mWPk3d-OWXEXe-ZNMTqd.VfPpkd-ksKsZd-mWPk3d::after{top:var(--mdc-ripple-top,0);left:var(--mdc-ripple-left,0);width:var(--mdc-ripple-fg-size,100%);height:var(--mdc-ripple-fg-size,100%)}.VfPpkd-ksKsZd-XxIAqe[data-mdc-ripple-is-unbounded].VfPpkd-ksKsZd-mWPk3d::after,.VfPpkd-ksKsZd-mWPk3d-OWXEXe-ZNMTqd.VfPpkd-ksKsZd-mWPk3d::after{width:var(--mdc-ripple-fg-size,100%);height:var(--mdc-ripple-fg-size,100%)}.VfPpkd-ksKsZd-XxIAqe::before,.VfPpkd-ksKsZd-XxIAqe::after{background-color:#000;background-color:var(--mdc-ripple-color,#000)}.VfPpkd-ksKsZd-XxIAqe:hover::before,.VfPpkd-ksKsZd-XxIAqe.VfPpkd-ksKsZd-XxIAqe-OWXEXe-ZmdkE::before{opacity:.04;opacity:var(--mdc-ripple-hover-opacity,.04)}.VfPpkd-ksKsZd-XxIAqe.VfPpkd-ksKsZd-mWPk3d-OWXEXe-AHe6Kc-XpnDCe::before,.VfPpkd-ksKsZd-XxIAqe:not(.VfPpkd-ksKsZd-mWPk3d):focus::before{-webkit-transition-duration:75ms;transition-duration:75ms;opacity:.12;opacity:var(--mdc-ripple-focus-opacity,.12)}.VfPpkd-ksKsZd-XxIAqe:not(.VfPpkd-ksKsZd-mWPk3d)::after{-webkit-transition:opacity .15s linear;transition:opacity .15s linear}.VfPpkd-ksKsZd-XxIAqe:not(.VfPpkd-ksKsZd-mWPk3d):active::after{-webkit-transition-duration:75ms;transition-duration:75ms;opacity:.12;opacity:var(--mdc-ripple-press-opacity,.12)}.VfPpkd-ksKsZd-XxIAqe.VfPpkd-ksKsZd-mWPk3d{--mdc-ripple-fg-opacity:var(--mdc-ripple-press-opacity,0.12)}.VfPpkd-Bz112c-LgbsSe{font-size:24px;width:48px;height:48px;padding:12px}.VfPpkd-Bz112c-LgbsSe.VfPpkd-Bz112c-LgbsSe-OWXEXe-e5LLRc-SxQuSe .VfPpkd-Bz112c-Jh9lGc{width:40px;height:40px;margin-top:4px;margin-bottom:4px;margin-right:4px;margin-left:4px}.VfPpkd-Bz112c-LgbsSe.VfPpkd-Bz112c-LgbsSe-OWXEXe-e5LLRc-SxQuSe .VfPpkd-Bz112c-J1Ukfc-LhBDec{max-height:40px;max-width:40px}.VfPpkd-Bz112c-LgbsSe:disabled{color:rgba(0,0,0,.38);color:var(--mdc-theme-text-disabled-on-light,rgba(0,0,0,.38))}.VfPpkd-Bz112c-LgbsSe svg,.VfPpkd-Bz112c-LgbsSe img{width:24px;height:24px}.VfPpkd-Bz112c-LgbsSe{display:inline-block;position:relative;-webkit-box-sizing:border-box;box-sizing:border-box;border:none;outline:none;background-color:transparent;fill:currentColor;color:inherit;text-decoration:none;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;z-index:0;overflow:visible}.VfPpkd-Bz112c-LgbsSe .VfPpkd-Bz112c-RLmnJb{position:absolute;top:50%;height:48px;left:50%;width:48px;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}@media screen and (forced-colors:active){.VfPpkd-Bz112c-LgbsSe.VfPpkd-ksKsZd-mWPk3d-OWXEXe-AHe6Kc-XpnDCe .VfPpkd-Bz112c-J1Ukfc-LhBDec,.VfPpkd-Bz112c-LgbsSe:not(.VfPpkd-ksKsZd-mWPk3d):focus .VfPpkd-Bz112c-J1Ukfc-LhBDec{display:block}}.VfPpkd-Bz112c-LgbsSe:disabled{cursor:default;pointer-events:none}.VfPpkd-Bz112c-LgbsSe[hidden]{display:none}.VfPpkd-Bz112c-LgbsSe-OWXEXe-KVuj8d-Q3DXx{-webkit-box-align:center;-webkit-align-items:center;align-items:center;display:-webkit-inline-box;display:-webkit-inline-flex;display:inline-flex;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.VfPpkd-Bz112c-J1Ukfc-LhBDec{pointer-events:none;border:2px solid transparent;border-radius:6px;-webkit-box-sizing:content-box;box-sizing:content-box;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);height:100%;width:100%;display:none}@media screen and (forced-colors:active){.VfPpkd-Bz112c-J1Ukfc-LhBDec{border-color:CanvasText}}.VfPpkd-Bz112c-J1Ukfc-LhBDec::after{content:"";border:2px solid transparent;border-radius:8px;display:block;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);height:calc(100% + 4px);width:calc(100% + 4px)}@media screen and (forced-colors:active){.VfPpkd-Bz112c-J1Ukfc-LhBDec::after{border-color:CanvasText}}.VfPpkd-Bz112c-kBDsod{display:inline-block}.VfPpkd-Bz112c-kBDsod.VfPpkd-Bz112c-kBDsod-OWXEXe-IT5dJd,.VfPpkd-Bz112c-LgbsSe-OWXEXe-IT5dJd .VfPpkd-Bz112c-kBDsod{display:none}.VfPpkd-Bz112c-LgbsSe-OWXEXe-IT5dJd .VfPpkd-Bz112c-kBDsod.VfPpkd-Bz112c-kBDsod-OWXEXe-IT5dJd{display:inline-block}.VfPpkd-Bz112c-mRLv6{height:100%;left:0;outline:none;position:absolute;top:0;width:100%}.VfPpkd-Bz112c-LgbsSe{--mdc-ripple-fg-size:0;--mdc-ripple-left:0;--mdc-ripple-top:0;--mdc-ripple-fg-scale:1;--mdc-ripple-fg-translate-end:0;--mdc-ripple-fg-translate-start:0;-webkit-tap-highlight-color:rgba(0,0,0,0);will-change:transform,opacity}.VfPpkd-Bz112c-LgbsSe .VfPpkd-Bz112c-Jh9lGc::before,.VfPpkd-Bz112c-LgbsSe .VfPpkd-Bz112c-Jh9lGc::after{position:absolute;border-radius:50%;opacity:0;pointer-events:none;content:""}.VfPpkd-Bz112c-LgbsSe .VfPpkd-Bz112c-Jh9lGc::before{-webkit-transition:opacity 15ms linear,background-color 15ms linear;transition:opacity 15ms linear,background-color 15ms linear;z-index:1;z-index:var(--mdc-ripple-z-index,1)}.VfPpkd-Bz112c-LgbsSe .VfPpkd-Bz112c-Jh9lGc::after{z-index:0;z-index:var(--mdc-ripple-z-index,0)}.VfPpkd-Bz112c-LgbsSe.VfPpkd-ksKsZd-mWPk3d .VfPpkd-Bz112c-Jh9lGc::before{-webkit-transform:scale(var(--mdc-ripple-fg-scale,1));-ms-transform:scale(var(--mdc-ripple-fg-scale,1));transform:scale(var(--mdc-ripple-fg-scale,1))}.VfPpkd-Bz112c-LgbsSe.VfPpkd-ksKsZd-mWPk3d .VfPpkd-Bz112c-Jh9lGc::after{top:0;left:0;-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0);-webkit-transform-origin:center center;-ms-transform-origin:center center;transform-origin:center center}.VfPpkd-Bz112c-LgbsSe.VfPpkd-ksKsZd-mWPk3d-OWXEXe-ZNMTqd .VfPpkd-Bz112c-Jh9lGc::after{top:var(--mdc-ripple-top,0);left:var(--mdc-ripple-left,0)}.VfPpkd-Bz112c-LgbsSe.VfPpkd-ksKsZd-mWPk3d-OWXEXe-Tv8l5d-lJfZMc .VfPpkd-Bz112c-Jh9lGc::after{-webkit-animation:mdc-ripple-fg-radius-in 225ms forwards,mdc-ripple-fg-opacity-in 75ms forwards;animation:mdc-ripple-fg-radius-in 225ms forwards,mdc-ripple-fg-opacity-in 75ms forwards}.VfPpkd-Bz112c-LgbsSe.VfPpkd-ksKsZd-mWPk3d-OWXEXe-Tv8l5d-OmS1vf .VfPpkd-Bz112c-Jh9lGc::after{-webkit-animation:mdc-ripple-fg-opacity-out .15s;animation:mdc-ripple-fg-opacity-out .15s;-webkit-transform:translate(var(--mdc-ripple-fg-translate-end,0)) scale(var(--mdc-ripple-fg-scale,1));-ms-transform:translate(var(--mdc-ripple-fg-translate-end,0)) scale(var(--mdc-ripple-fg-scale,1));transform:translate(var(--mdc-ripple-fg-translate-end,0)) scale(var(--mdc-ripple-fg-scale,1))}.VfPpkd-Bz112c-LgbsSe .VfPpkd-Bz112c-Jh9lGc::before,.VfPpkd-Bz112c-LgbsSe .VfPpkd-Bz112c-Jh9lGc::after{top:0;left:0;width:100%;height:100%}.VfPpkd-Bz112c-LgbsSe.VfPpkd-ksKsZd-mWPk3d .VfPpkd-Bz112c-Jh9lGc::before,.VfPpkd-Bz112c-LgbsSe.VfPpkd-ksKsZd-mWPk3d .VfPpkd-Bz112c-Jh9lGc::after{top:var(--mdc-ripple-top,0);left:var(--mdc-ripple-left,0);width:var(--mdc-ripple-fg-size,100%);height:var(--mdc-ripple-fg-size,100%)}.VfPpkd-Bz112c-LgbsSe.VfPpkd-ksKsZd-mWPk3d .VfPpkd-Bz112c-Jh9lGc::after{width:var(--mdc-ripple-fg-size,100%);height:var(--mdc-ripple-fg-size,100%)}.VfPpkd-Bz112c-LgbsSe .VfPpkd-Bz112c-Jh9lGc::before,.VfPpkd-Bz112c-LgbsSe .VfPpkd-Bz112c-Jh9lGc::after{background-color:#000;background-color:var(--mdc-ripple-color,#000)}.VfPpkd-Bz112c-LgbsSe:hover .VfPpkd-Bz112c-Jh9lGc::before,.VfPpkd-Bz112c-LgbsSe.VfPpkd-ksKsZd-XxIAqe-OWXEXe-ZmdkE .VfPpkd-Bz112c-Jh9lGc::before{opacity:.04;opacity:var(--mdc-ripple-hover-opacity,.04)}.VfPpkd-Bz112c-LgbsSe.VfPpkd-ksKsZd-mWPk3d-OWXEXe-AHe6Kc-XpnDCe .VfPpkd-Bz112c-Jh9lGc::before,.VfPpkd-Bz112c-LgbsSe:not(.VfPpkd-ksKsZd-mWPk3d):focus .VfPpkd-Bz112c-Jh9lGc::before{-webkit-transition-duration:75ms;transition-duration:75ms;opacity:.12;opacity:var(--mdc-ripple-focus-opacity,.12)}.VfPpkd-Bz112c-LgbsSe:not(.VfPpkd-ksKsZd-mWPk3d) .VfPpkd-Bz112c-Jh9lGc::after{-webkit-transition:opacity .15s linear;transition:opacity .15s linear}.VfPpkd-Bz112c-LgbsSe:not(.VfPpkd-ksKsZd-mWPk3d):active .VfPpkd-Bz112c-Jh9lGc::after{-webkit-transition-duration:75ms;transition-duration:75ms;opacity:.12;opacity:var(--mdc-ripple-press-opacity,.12)}.VfPpkd-Bz112c-LgbsSe.VfPpkd-ksKsZd-mWPk3d{--mdc-ripple-fg-opacity:var(--mdc-ripple-press-opacity,0.12)}.VfPpkd-Bz112c-LgbsSe:disabled:hover .VfPpkd-Bz112c-Jh9lGc::before,.VfPpkd-Bz112c-LgbsSe:disabled.VfPpkd-ksKsZd-XxIAqe-OWXEXe-ZmdkE .VfPpkd-Bz112c-Jh9lGc::before{opacity:0;opacity:var(--mdc-ripple-hover-opacity,0)}.VfPpkd-Bz112c-LgbsSe:disabled.VfPpkd-ksKsZd-mWPk3d-OWXEXe-AHe6Kc-XpnDCe .VfPpkd-Bz112c-Jh9lGc::before,.VfPpkd-Bz112c-LgbsSe:disabled:not(.VfPpkd-ksKsZd-mWPk3d):focus .VfPpkd-Bz112c-Jh9lGc::before{-webkit-transition-duration:75ms;transition-duration:75ms;opacity:0;opacity:var(--mdc-ripple-focus-opacity,0)}.VfPpkd-Bz112c-LgbsSe:disabled:not(.VfPpkd-ksKsZd-mWPk3d) .VfPpkd-Bz112c-Jh9lGc::after{-webkit-transition:opacity .15s linear;transition:opacity .15s linear}.VfPpkd-Bz112c-LgbsSe:disabled:not(.VfPpkd-ksKsZd-mWPk3d):active .VfPpkd-Bz112c-Jh9lGc::after{-webkit-transition-duration:75ms;transition-duration:75ms;opacity:0;opacity:var(--mdc-ripple-press-opacity,0)}.VfPpkd-Bz112c-LgbsSe:disabled.VfPpkd-ksKsZd-mWPk3d{--mdc-ripple-fg-opacity:var(--mdc-ripple-press-opacity,0)}.VfPpkd-Bz112c-LgbsSe .VfPpkd-Bz112c-Jh9lGc{height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%;z-index:-1}.VfPpkd-dgl2Hf-ppHlrf-sM5MNb{display:inline}.VfPpkd-LgbsSe{position:relative;display:-webkit-inline-box;display:-webkit-inline-flex;display:inline-flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-sizing:border-box;box-sizing:border-box;min-width:64px;border:none;outline:none;line-height:inherit;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-appearance:none;overflow:visible;vertical-align:middle;background:transparent}.VfPpkd-LgbsSe .VfPpkd-BFbNVe-bF1uUb{width:100%;height:100%;top:0;left:0}.VfPpkd-LgbsSe::-moz-focus-inner{padding:0;border:0}.VfPpkd-LgbsSe:active{outline:none}.VfPpkd-LgbsSe:hover{cursor:pointer}.VfPpkd-LgbsSe:disabled{cursor:default;pointer-events:none}.VfPpkd-LgbsSe[hidden]{display:none}.VfPpkd-LgbsSe .VfPpkd-kBDsod{margin-left:0;margin-right:8px;display:inline-block;position:relative;vertical-align:top}[dir=rtl] .VfPpkd-LgbsSe .VfPpkd-kBDsod,.VfPpkd-LgbsSe .VfPpkd-kBDsod[dir=rtl]{margin-left:8px;margin-right:0}.VfPpkd-LgbsSe .VfPpkd-UdE5de-uDEFge{font-size:0;position:absolute;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);top:50%;left:50%;line-height:normal}.VfPpkd-LgbsSe .VfPpkd-vQzf8d{position:relative}.VfPpkd-LgbsSe .VfPpkd-J1Ukfc-LhBDec{pointer-events:none;border:2px solid transparent;border-radius:6px;-webkit-box-sizing:content-box;box-sizing:content-box;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);height:calc(100% + 4px);width:calc(100% + 4px);display:none}@media screen and (forced-colors:active){.VfPpkd-LgbsSe .VfPpkd-J1Ukfc-LhBDec{border-color:CanvasText}}.VfPpkd-LgbsSe .VfPpkd-J1Ukfc-LhBDec::after{content:"";border:2px solid transparent;border-radius:8px;display:block;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);height:calc(100% + 4px);width:calc(100% + 4px)}@media screen and (forced-colors:active){.VfPpkd-LgbsSe .VfPpkd-J1Ukfc-LhBDec::after{border-color:CanvasText}}@media screen and (forced-colors:active){.VfPpkd-LgbsSe.VfPpkd-ksKsZd-mWPk3d-OWXEXe-AHe6Kc-XpnDCe .VfPpkd-J1Ukfc-LhBDec,.VfPpkd-LgbsSe:not(.VfPpkd-ksKsZd-mWPk3d):focus .VfPpkd-J1Ukfc-LhBDec{display:block}}.VfPpkd-LgbsSe .VfPpkd-RLmnJb{position:absolute;top:50%;height:48px;left:0;right:0;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.VfPpkd-vQzf8d+.VfPpkd-kBDsod{margin-left:8px;margin-right:0}[dir=rtl] .VfPpkd-vQzf8d+.VfPpkd-kBDsod,.VfPpkd-vQzf8d+.VfPpkd-kBDsod[dir=rtl]{margin-left:0;margin-right:8px}svg.VfPpkd-kBDsod{fill:currentColor}.VfPpkd-LgbsSe-OWXEXe-dgl2Hf{margin-top:6px;margin-bottom:6px}.VfPpkd-LgbsSe{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;text-decoration:none}.VfPpkd-LgbsSe{padding:0 8px 0 8px}.VfPpkd-LgbsSe-OWXEXe-k8QpJ{-webkit-transition:-webkit-box-shadow .28s cubic-bezier(.4,0,.2,1);transition:-webkit-box-shadow .28s cubic-bezier(.4,0,.2,1);transition:box-shadow .28s cubic-bezier(.4,0,.2,1);transition:box-shadow .28s cubic-bezier(.4,0,.2,1),-webkit-box-shadow .28s cubic-bezier(.4,0,.2,1);padding:0 16px 0 16px}.VfPpkd-LgbsSe-OWXEXe-k8QpJ.VfPpkd-LgbsSe-OWXEXe-Bz112c-UbuQg{padding:0 12px 0 16px}.VfPpkd-LgbsSe-OWXEXe-k8QpJ.VfPpkd-LgbsSe-OWXEXe-Bz112c-M1Soyc{padding:0 16px 0 12px}.VfPpkd-LgbsSe-OWXEXe-MV7yeb{-webkit-transition:-webkit-box-shadow .28s cubic-bezier(.4,0,.2,1);transition:-webkit-box-shadow .28s cubic-bezier(.4,0,.2,1);transition:box-shadow .28s cubic-bezier(.4,0,.2,1);transition:box-shadow .28s cubic-bezier(.4,0,.2,1),-webkit-box-shadow .28s cubic-bezier(.4,0,.2,1);padding:0 16px 0 16px}.VfPpkd-LgbsSe-OWXEXe-MV7yeb.VfPpkd-LgbsSe-OWXEXe-Bz112c-UbuQg{padding:0 12px 0 16px}.VfPpkd-LgbsSe-OWXEXe-MV7yeb.VfPpkd-LgbsSe-OWXEXe-Bz112c-M1Soyc{padding:0 16px 0 12px}.VfPpkd-LgbsSe-OWXEXe-INsAgc{border-style:solid;-webkit-transition:border .28s cubic-bezier(.4,0,.2,1);transition:border .28s cubic-bezier(.4,0,.2,1)}.VfPpkd-LgbsSe-OWXEXe-INsAgc .VfPpkd-Jh9lGc{border-style:solid;border-color:transparent}.VfPpkd-LgbsSe{--mdc-ripple-fg-size:0;--mdc-ripple-left:0;--mdc-ripple-top:0;--mdc-ripple-fg-scale:1;--mdc-ripple-fg-translate-end:0;--mdc-ripple-fg-translate-start:0;-webkit-tap-highlight-color:rgba(0,0,0,0);will-change:transform,opacity}.VfPpkd-LgbsSe .VfPpkd-Jh9lGc::before,.VfPpkd-LgbsSe .VfPpkd-Jh9lGc::after{position:absolute;border-radius:50%;opacity:0;pointer-events:none;content:""}.VfPpkd-LgbsSe .VfPpkd-Jh9lGc::before{-webkit-transition:opacity 15ms linear,background-color 15ms linear;transition:opacity 15ms linear,background-color 15ms linear;z-index:1}.VfPpkd-LgbsSe .VfPpkd-Jh9lGc::after{z-index:0}.VfPpkd-LgbsSe.VfPpkd-ksKsZd-mWPk3d .VfPpkd-Jh9lGc::before{-webkit-transform:scale(var(--mdc-ripple-fg-scale,1));-ms-transform:scale(var(--mdc-ripple-fg-scale,1));transform:scale(var(--mdc-ripple-fg-scale,1))}.VfPpkd-LgbsSe.VfPpkd-ksKsZd-mWPk3d .VfPpkd-Jh9lGc::after{top:0;left:0;-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0);-webkit-transform-origin:center center;-ms-transform-origin:center center;transform-origin:center center}.VfPpkd-LgbsSe.VfPpkd-ksKsZd-mWPk3d-OWXEXe-ZNMTqd .VfPpkd-Jh9lGc::after{top:var(--mdc-ripple-top,0);left:var(--mdc-ripple-left,0)}.VfPpkd-LgbsSe.VfPpkd-ksKsZd-mWPk3d-OWXEXe-Tv8l5d-lJfZMc .VfPpkd-Jh9lGc::after{-webkit-animation:mdc-ripple-fg-radius-in 225ms forwards,mdc-ripple-fg-opacity-in 75ms forwards;animation:mdc-ripple-fg-radius-in 225ms forwards,mdc-ripple-fg-opacity-in 75ms forwards}.VfPpkd-LgbsSe.VfPpkd-ksKsZd-mWPk3d-OWXEXe-Tv8l5d-OmS1vf .VfPpkd-Jh9lGc::after{-webkit-animation:mdc-ripple-fg-opacity-out .15s;animation:mdc-ripple-fg-opacity-out .15s;-webkit-transform:translate(var(--mdc-ripple-fg-translate-end,0)) scale(var(--mdc-ripple-fg-scale,1));-ms-transform:translate(var(--mdc-ripple-fg-translate-end,0)) scale(var(--mdc-ripple-fg-scale,1));transform:translate(var(--mdc-ripple-fg-translate-end,0)) scale(var(--mdc-ripple-fg-scale,1))}.VfPpkd-LgbsSe .VfPpkd-Jh9lGc::before,.VfPpkd-LgbsSe .VfPpkd-Jh9lGc::after{top:-50%;left:-50%;width:200%;height:200%}.VfPpkd-LgbsSe.VfPpkd-ksKsZd-mWPk3d .VfPpkd-Jh9lGc::after{width:var(--mdc-ripple-fg-size,100%);height:var(--mdc-ripple-fg-size,100%)}.VfPpkd-Jh9lGc{position:absolute;-webkit-box-sizing:content-box;box-sizing:content-box;overflow:hidden;z-index:0;top:0;left:0;bottom:0;right:0}.VfPpkd-LgbsSe{font-family:Roboto,sans-serif;font-size:.875rem;letter-spacing:.0892857143em;font-weight:500;text-transform:uppercase;height:36px;border-radius:4px}.VfPpkd-LgbsSe:not(:disabled){color:#6200ee}.VfPpkd-LgbsSe:disabled{color:rgba(0,0,0,.38)}.VfPpkd-LgbsSe .VfPpkd-kBDsod{font-size:1.125rem;width:1.125rem;height:1.125rem}.VfPpkd-LgbsSe .VfPpkd-Jh9lGc::before{background-color:#6200ee}.VfPpkd-LgbsSe .VfPpkd-Jh9lGc::after{background-color:#6200ee}.VfPpkd-LgbsSe:hover .VfPpkd-Jh9lGc::before,.VfPpkd-LgbsSe.VfPpkd-ksKsZd-XxIAqe-OWXEXe-ZmdkE .VfPpkd-Jh9lGc::before{opacity:.04}.VfPpkd-LgbsSe.VfPpkd-ksKsZd-mWPk3d-OWXEXe-AHe6Kc-XpnDCe .VfPpkd-Jh9lGc::before,.VfPpkd-LgbsSe:not(.VfPpkd-ksKsZd-mWPk3d):focus .VfPpkd-Jh9lGc::before{-webkit-transition-duration:75ms;transition-duration:75ms;opacity:.12}.VfPpkd-LgbsSe:not(.VfPpkd-ksKsZd-mWPk3d) .VfPpkd-Jh9lGc::after{-webkit-transition:opacity .15s linear;transition:opacity .15s linear}.VfPpkd-LgbsSe:not(.VfPpkd-ksKsZd-mWPk3d):active .VfPpkd-Jh9lGc::after{-webkit-transition-duration:75ms;transition-duration:75ms;opacity:.12}.VfPpkd-LgbsSe.VfPpkd-ksKsZd-mWPk3d{--mdc-ripple-fg-opacity:var(--mdc-text-button-pressed-state-layer-opacity,0.12)}.VfPpkd-LgbsSe .VfPpkd-Jh9lGc{border-radius:4px}.VfPpkd-LgbsSe .VfPpkd-J1Ukfc-LhBDec{border-radius:2px}.VfPpkd-LgbsSe .VfPpkd-J1Ukfc-LhBDec::after{border-radius:4px}.VfPpkd-LgbsSe-OWXEXe-k8QpJ{font-family:Roboto,sans-serif;font-size:.875rem;letter-spacing:.0892857143em;font-weight:500;text-transform:uppercase;height:36px;border-radius:4px}.VfPpkd-LgbsSe-OWXEXe-k8QpJ:not(:disabled){background-color:#6200ee}.VfPpkd-LgbsSe-OWXEXe-k8QpJ:disabled{background-color:rgba(0,0,0,.12)}.VfPpkd-LgbsSe-OWXEXe-k8QpJ:not(:disabled){color:#fff}.VfPpkd-LgbsSe-OWXEXe-k8QpJ:disabled{color:rgba(0,0,0,.38)}.VfPpkd-LgbsSe-OWXEXe-k8QpJ .VfPpkd-kBDsod{font-size:1.125rem;width:1.125rem;height:1.125rem}.VfPpkd-LgbsSe-OWXEXe-k8QpJ .VfPpkd-Jh9lGc::before{background-color:#fff}.VfPpkd-LgbsSe-OWXEXe-k8QpJ .VfPpkd-Jh9lGc::after{background-color:#fff}.VfPpkd-LgbsSe-OWXEXe-k8QpJ:hover .VfPpkd-Jh9lGc::before,.VfPpkd-LgbsSe-OWXEXe-k8QpJ.VfPpkd-ksKsZd-XxIAqe-OWXEXe-ZmdkE .VfPpkd-Jh9lGc::before{opacity:.08}.VfPpkd-LgbsSe-OWXEXe-k8QpJ.VfPpkd-ksKsZd-mWPk3d-OWXEXe-AHe6Kc-XpnDCe .VfPpkd-Jh9lGc::before,.VfPpkd-LgbsSe-OWXEXe-k8QpJ:not(.VfPpkd-ksKsZd-mWPk3d):focus .VfPpkd-Jh9lGc::before{-webkit-transition-duration:75ms;transition-duration:75ms;opacity:.24}.VfPpkd-LgbsSe-OWXEXe-k8QpJ:not(.VfPpkd-ksKsZd-mWPk3d) .VfPpkd-Jh9lGc::after{-webkit-transition:opacity .15s linear;transition:opacity .15s linear}.VfPpkd-LgbsSe-OWXEXe-k8QpJ:not(.VfPpkd-ksKsZd-mWPk3d):active .VfPpkd-Jh9lGc::after{-webkit-transition-duration:75ms;transition-duration:75ms;opacity:.24}.VfPpkd-LgbsSe-OWXEXe-k8QpJ.VfPpkd-ksKsZd-mWPk3d{--mdc-ripple-fg-opacity:var(--mdc-filled-button-pressed-state-layer-opacity,0.24)}.VfPpkd-LgbsSe-OWXEXe-k8QpJ .VfPpkd-Jh9lGc{border-radius:4px}.VfPpkd-LgbsSe-OWXEXe-k8QpJ .VfPpkd-J1Ukfc-LhBDec{border-radius:2px}.VfPpkd-LgbsSe-OWXEXe-k8QpJ .VfPpkd-J1Ukfc-LhBDec::after{border-radius:4px}.VfPpkd-LgbsSe-OWXEXe-MV7yeb{font-family:Roboto,sans-serif;font-size:.875rem;letter-spacing:.0892857143em;font-weight:500;text-transform:uppercase;height:36px;border-radius:4px;-webkit-box-shadow:0 3px 1px -2px rgba(0,0,0,.2),0 2px 2px 0 rgba(0,0,0,.14),0 1px 5px 0 rgba(0,0,0,.12);box-shadow:0 3px 1px -2px rgba(0,0,0,.2),0 2px 2px 0 rgba(0,0,0,.14),0 1px 5px 0 rgba(0,0,0,.12)}.VfPpkd-LgbsSe-OWXEXe-MV7yeb:not(:disabled){background-color:#6200ee}.VfPpkd-LgbsSe-OWXEXe-MV7yeb:disabled{background-color:rgba(0,0,0,.12)}.VfPpkd-LgbsSe-OWXEXe-MV7yeb:not(:disabled){color:#fff}.VfPpkd-LgbsSe-OWXEXe-MV7yeb:disabled{color:rgba(0,0,0,.38)}.VfPpkd-LgbsSe-OWXEXe-MV7yeb .VfPpkd-kBDsod{font-size:1.125rem;width:1.125rem;height:1.125rem}.VfPpkd-LgbsSe-OWXEXe-MV7yeb .VfPpkd-Jh9lGc::before{background-color:#fff}.VfPpkd-LgbsSe-OWXEXe-MV7yeb .VfPpkd-Jh9lGc::after{background-color:#fff}.VfPpkd-LgbsSe-OWXEXe-MV7yeb:hover .VfPpkd-Jh9lGc::before,.VfPpkd-LgbsSe-OWXEXe-MV7yeb.VfPpkd-ksKsZd-XxIAqe-OWXEXe-ZmdkE .VfPpkd-Jh9lGc::before{opacity:.08}.VfPpkd-LgbsSe-OWXEXe-MV7yeb.VfPpkd-ksKsZd-mWPk3d-OWXEXe-AHe6Kc-XpnDCe .VfPpkd-Jh9lGc::before,.VfPpkd-LgbsSe-OWXEXe-MV7yeb:not(.VfPpkd-ksKsZd-mWPk3d):focus .VfPpkd-Jh9lGc::before{-webkit-transition-duration:75ms;transition-duration:75ms;opacity:.24}.VfPpkd-LgbsSe-OWXEXe-MV7yeb:not(.VfPpkd-ksKsZd-mWPk3d) .VfPpkd-Jh9lGc::after{-webkit-transition:opacity .15s linear;transition:opacity .15s linear}.VfPpkd-LgbsSe-OWXEXe-MV7yeb:not(.VfPpkd-ksKsZd-mWPk3d):active .VfPpkd-Jh9lGc::after{-webkit-transition-duration:75ms;transition-duration:75ms;opacity:.24}.VfPpkd-LgbsSe-OWXEXe-MV7yeb.VfPpkd-ksKsZd-mWPk3d{--mdc-ripple-fg-opacity:var(--mdc-protected-button-pressed-state-layer-opacity,0.24)}.VfPpkd-LgbsSe-OWXEXe-MV7yeb .VfPpkd-Jh9lGc{border-radius:4px}.VfPpkd-LgbsSe-OWXEXe-MV7yeb .VfPpkd-J1Ukfc-LhBDec{border-radius:2px}.VfPpkd-LgbsSe-OWXEXe-MV7yeb .VfPpkd-J1Ukfc-LhBDec::after{border-radius:4px}.VfPpkd-LgbsSe-OWXEXe-MV7yeb.VfPpkd-ksKsZd-mWPk3d-OWXEXe-AHe6Kc-XpnDCe,.VfPpkd-LgbsSe-OWXEXe-MV7yeb:not(.VfPpkd-ksKsZd-mWPk3d):focus{-webkit-box-shadow:0 2px 4px -1px rgba(0,0,0,.2),0 4px 5px 0 rgba(0,0,0,.14),0 1px 10px 0 rgba(0,0,0,.12);box-shadow:0 2px 4px -1px rgba(0,0,0,.2),0 4px 5px 0 rgba(0,0,0,.14),0 1px 10px 0 rgba(0,0,0,.12)}.VfPpkd-LgbsSe-OWXEXe-MV7yeb:hover{-webkit-box-shadow:0 2px 4px -1px rgba(0,0,0,.2),0 4px 5px 0 rgba(0,0,0,.14),0 1px 10px 0 rgba(0,0,0,.12);box-shadow:0 2px 4px -1px rgba(0,0,0,.2),0 4px 5px 0 rgba(0,0,0,.14),0 1px 10px 0 rgba(0,0,0,.12)}.VfPpkd-LgbsSe-OWXEXe-MV7yeb:not(:disabled):active{-webkit-box-shadow:0 5px 5px -3px rgba(0,0,0,.2),0 8px 10px 1px rgba(0,0,0,.14),0 3px 14px 2px rgba(0,0,0,.12);box-shadow:0 5px 5px -3px rgba(0,0,0,.2),0 8px 10px 1px rgba(0,0,0,.14),0 3px 14px 2px rgba(0,0,0,.12)}.VfPpkd-LgbsSe-OWXEXe-MV7yeb:disabled{-webkit-box-shadow:0 0 0 0 rgba(0,0,0,.2),0 0 0 0 rgba(0,0,0,.14),0 0 0 0 rgba(0,0,0,.12);box-shadow:0 0 0 0 rgba(0,0,0,.2),0 0 0 0 rgba(0,0,0,.14),0 0 0 0 rgba(0,0,0,.12)}.VfPpkd-LgbsSe-OWXEXe-INsAgc{font-family:Roboto,sans-serif;font-size:.875rem;letter-spacing:.0892857143em;font-weight:500;text-transform:uppercase;height:36px;border-radius:4px;padding:0 15px 0 15px;border-width:1px}.VfPpkd-LgbsSe-OWXEXe-INsAgc:not(:disabled){color:#6200ee}.VfPpkd-LgbsSe-OWXEXe-INsAgc:disabled{color:rgba(0,0,0,.38)}.VfPpkd-LgbsSe-OWXEXe-INsAgc .VfPpkd-kBDsod{font-size:1.125rem;width:1.125rem;height:1.125rem}.VfPpkd-LgbsSe-OWXEXe-INsAgc .VfPpkd-Jh9lGc::before{background-color:#6200ee}.VfPpkd-LgbsSe-OWXEXe-INsAgc .VfPpkd-Jh9lGc::after{background-color:#6200ee}.VfPpkd-LgbsSe-OWXEXe-INsAgc:hover .VfPpkd-Jh9lGc::before,.VfPpkd-LgbsSe-OWXEXe-INsAgc.VfPpkd-ksKsZd-XxIAqe-OWXEXe-ZmdkE .VfPpkd-Jh9lGc::before{opacity:.04}.VfPpkd-LgbsSe-OWXEXe-INsAgc.VfPpkd-ksKsZd-mWPk3d-OWXEXe-AHe6Kc-XpnDCe .VfPpkd-Jh9lGc::before,.VfPpkd-LgbsSe-OWXEXe-INsAgc:not(.VfPpkd-ksKsZd-mWPk3d):focus .VfPpkd-Jh9lGc::before{-webkit-transition-duration:75ms;transition-duration:75ms;opacity:.12}.VfPpkd-LgbsSe-OWXEXe-INsAgc:not(.VfPpkd-ksKsZd-mWPk3d) .VfPpkd-Jh9lGc::after{-webkit-transition:opacity .15s linear;transition:opacity .15s linear}.VfPpkd-LgbsSe-OWXEXe-INsAgc:not(.VfPpkd-ksKsZd-mWPk3d):active .VfPpkd-Jh9lGc::after{-webkit-transition-duration:75ms;transition-duration:75ms;opacity:.12}.VfPpkd-LgbsSe-OWXEXe-INsAgc.VfPpkd-ksKsZd-mWPk3d{--mdc-ripple-fg-opacity:var(--mdc-outlined-button-pressed-state-layer-opacity,0.12)}.VfPpkd-LgbsSe-OWXEXe-INsAgc .VfPpkd-Jh9lGc{border-radius:4px}.VfPpkd-LgbsSe-OWXEXe-INsAgc .VfPpkd-J1Ukfc-LhBDec{border-radius:2px}.VfPpkd-LgbsSe-OWXEXe-INsAgc .VfPpkd-J1Ukfc-LhBDec::after{border-radius:4px}.VfPpkd-LgbsSe-OWXEXe-INsAgc:not(:disabled){border-color:rgba(0,0,0,.12)}.VfPpkd-LgbsSe-OWXEXe-INsAgc:disabled{border-color:rgba(0,0,0,.12)}.VfPpkd-LgbsSe-OWXEXe-INsAgc.VfPpkd-LgbsSe-OWXEXe-Bz112c-UbuQg{padding:0 11px 0 15px}.VfPpkd-LgbsSe-OWXEXe-INsAgc.VfPpkd-LgbsSe-OWXEXe-Bz112c-M1Soyc{padding:0 15px 0 11px}.VfPpkd-LgbsSe-OWXEXe-INsAgc .VfPpkd-Jh9lGc{top:-1px;left:-1px;bottom:-1px;right:-1px;border-width:1px}.VfPpkd-LgbsSe-OWXEXe-INsAgc .VfPpkd-RLmnJb{left:-1px;width:calc(100% + 2px)}.nCP5yc{font-family:"Google Sans",Roboto,Arial,sans-serif;font-size:.875rem;letter-spacing:.0107142857em;font-weight:500;text-transform:none;-webkit-transition:border .28s cubic-bezier(.4,0,.2,1),-webkit-box-shadow .28s cubic-bezier(.4,0,.2,1);transition:border .28s cubic-bezier(.4,0,.2,1),-webkit-box-shadow .28s cubic-bezier(.4,0,.2,1);transition:border .28s cubic-bezier(.4,0,.2,1),box-shadow .28s cubic-bezier(.4,0,.2,1);transition:border .28s cubic-bezier(.4,0,.2,1),box-shadow .28s cubic-bezier(.4,0,.2,1),-webkit-box-shadow .28s cubic-bezier(.4,0,.2,1);-webkit-box-shadow:none;box-shadow:none}.nCP5yc .VfPpkd-Jh9lGc{height:100%;position:absolute;overflow:hidden;width:100%;z-index:0}.nCP5yc:not(:disabled){background-color:rgb(26,115,232);background-color:var(--gm-fillbutton-container-color,rgb(26,115,232))}.nCP5yc:not(:disabled){color:#fff;color:var(--gm-fillbutton-ink-color,#fff)}.nCP5yc:disabled{background-color:rgba(60,64,67,.12);background-color:var(--gm-fillbutton-disabled-container-color,rgba(60,64,67,.12))}.nCP5yc:disabled{color:rgba(60,64,67,.38);color:var(--gm-fillbutton-disabled-ink-color,rgba(60,64,67,.38))}.nCP5yc .VfPpkd-Jh9lGc::before,.nCP5yc .VfPpkd-Jh9lGc::after{background-color:rgb(32,33,36);background-color:var(--gm-fillbutton-state-color,rgb(32,33,36))}.nCP5yc:hover .VfPpkd-Jh9lGc::before,.nCP5yc.VfPpkd-ksKsZd-XxIAqe-OWXEXe-ZmdkE .VfPpkd-Jh9lGc::before{opacity:.16;opacity:var(--mdc-ripple-hover-opacity,.16)}.nCP5yc.VfPpkd-ksKsZd-mWPk3d-OWXEXe-AHe6Kc-XpnDCe .VfPpkd-Jh9lGc::before,.nCP5yc:not(.VfPpkd-ksKsZd-mWPk3d):focus .VfPpkd-Jh9lGc::before{-webkit-transition-duration:75ms;transition-duration:75ms;opacity:.24;opacity:var(--mdc-ripple-focus-opacity,.24)}.nCP5yc:not(.VfPpkd-ksKsZd-mWPk3d) .VfPpkd-Jh9lGc::after{-webkit-transition:opacity .15s linear;transition:opacity .15s linear}.nCP5yc:not(.VfPpkd-ksKsZd-mWPk3d):active .VfPpkd-Jh9lGc::after{-webkit-transition-duration:75ms;transition-duration:75ms;opacity:.2;opacity:var(--mdc-ripple-press-opacity,.2)}.nCP5yc.VfPpkd-ksKsZd-mWPk3d{--mdc-ripple-fg-opacity:var(--mdc-ripple-press-opacity,0.2)}.nCP5yc .VfPpkd-BFbNVe-bF1uUb{opacity:0}.nCP5yc .VfPpkd-UdE5de-uDEFge .VfPpkd-JGcpL-uI4vCe-LkdAo,.nCP5yc .VfPpkd-UdE5de-uDEFge .VfPpkd-JGcpL-IdXvz-LkdAo-Bd00G{stroke:#fff}@media (-ms-high-contrast:active),screen and (forced-colors:active){.nCP5yc .VfPpkd-UdE5de-uDEFge .VfPpkd-JGcpL-uI4vCe-LkdAo,.nCP5yc .VfPpkd-UdE5de-uDEFge .VfPpkd-JGcpL-IdXvz-LkdAo-Bd00G{stroke:CanvasText}}.nCP5yc:hover{-webkit-box-shadow:0 1px 2px 0 rgba(60,64,67,.3),0 1px 3px 1px rgba(60,64,67,.15);box-shadow:0 1px 2px 0 rgba(60,64,67,.3),0 1px 3px 1px rgba(60,64,67,.15);-webkit-box-shadow:0 1px 2px 0 var(--gm-fillbutton-keyshadow-color,rgba(60,64,67,.3)),0 1px 3px 1px var(--gm-fillbutton-ambientshadow-color,rgba(60,64,67,.15));box-shadow:0 1px 2px 0 var(--gm-fillbutton-keyshadow-color,rgba(60,64,67,.3)),0 1px 3px 1px var(--gm-fillbutton-ambientshadow-color,rgba(60,64,67,.15))}.nCP5yc:hover .VfPpkd-BFbNVe-bF1uUb{opacity:0}.nCP5yc:active{-webkit-box-shadow:0 1px 2px 0 rgba(60,64,67,.3),0 2px 6px 2px rgba(60,64,67,.15);box-shadow:0 1px 2px 0 rgba(60,64,67,.3),0 2px 6px 2px rgba(60,64,67,.15);-webkit-box-shadow:0 1px 2px 0 var(--gm-fillbutton-keyshadow-color,rgba(60,64,67,.3)),0 2px 6px 2px var(--gm-fillbutton-ambientshadow-color,rgba(60,64,67,.15));box-shadow:0 1px 2px 0 var(--gm-fillbutton-keyshadow-color,rgba(60,64,67,.3)),0 2px 6px 2px var(--gm-fillbutton-ambientshadow-color,rgba(60,64,67,.15))}.nCP5yc:active .VfPpkd-BFbNVe-bF1uUb{opacity:0}.nCP5yc:disabled{-webkit-box-shadow:none;box-shadow:none}.nCP5yc:disabled:hover .VfPpkd-Jh9lGc::before,.nCP5yc:disabled.VfPpkd-ksKsZd-XxIAqe-OWXEXe-ZmdkE .VfPpkd-Jh9lGc::before{opacity:0;opacity:var(--mdc-ripple-hover-opacity,0)}.nCP5yc:disabled.VfPpkd-ksKsZd-mWPk3d-OWXEXe-AHe6Kc-XpnDCe .VfPpkd-Jh9lGc::before,.nCP5yc:disabled:not(.VfPpkd-ksKsZd-mWPk3d):focus .VfPpkd-Jh9lGc::before{-webkit-transition-duration:75ms;transition-duration:75ms;opacity:0;opacity:var(--mdc-ripple-focus-opacity,0)}.nCP5yc:disabled:not(.VfPpkd-ksKsZd-mWPk3d) .VfPpkd-Jh9lGc::after{-webkit-transition:opacity .15s linear;transition:opacity .15s linear}.nCP5yc:disabled:not(.VfPpkd-ksKsZd-mWPk3d):active .VfPpkd-Jh9lGc::after{-webkit-transition-duration:75ms;transition-duration:75ms;opacity:0;opacity:var(--mdc-ripple-press-opacity,0)}.nCP5yc:disabled.VfPpkd-ksKsZd-mWPk3d{--mdc-ripple-fg-opacity:var(--mdc-ripple-press-opacity,0)}.nCP5yc:disabled .VfPpkd-BFbNVe-bF1uUb{opacity:0}.Rj2Mlf{font-family:"Google Sans",Roboto,Arial,sans-serif;font-size:.875rem;letter-spacing:.0107142857em;font-weight:500;text-transform:none;-webkit-transition:border .28s cubic-bezier(.4,0,.2,1),-webkit-box-shadow .28s cubic-bezier(.4,0,.2,1);transition:border .28s cubic-bezier(.4,0,.2,1),-webkit-box-shadow .28s cubic-bezier(.4,0,.2,1);transition:border .28s cubic-bezier(.4,0,.2,1),box-shadow .28s cubic-bezier(.4,0,.2,1);transition:border .28s cubic-bezier(.4,0,.2,1),box-shadow .28s cubic-bezier(.4,0,.2,1),-webkit-box-shadow .28s cubic-bezier(.4,0,.2,1);-webkit-box-shadow:none;box-shadow:none}.Rj2Mlf .VfPpkd-Jh9lGc{height:100%;position:absolute;overflow:hidden;width:100%;z-index:0}.Rj2Mlf:not(:disabled){color:rgb(26,115,232);color:var(--gm-hairlinebutton-ink-color,rgb(26,115,232))}.Rj2Mlf:not(:disabled){border-color:rgb(218,220,224);border-color:var(--gm-hairlinebutton-outline-color,rgb(218,220,224))}.Rj2Mlf:not(:disabled):hover{border-color:rgb(218,220,224);border-color:var(--gm-hairlinebutton-outline-color,rgb(218,220,224))}.Rj2Mlf:not(:disabled).VfPpkd-ksKsZd-mWPk3d-OWXEXe-AHe6Kc-XpnDCe,.Rj2Mlf:not(:disabled):not(.VfPpkd-ksKsZd-mWPk3d):focus{border-color:rgb(23,78,166);border-color:var(--gm-hairlinebutton-outline-color--stateful,rgb(23,78,166))}.Rj2Mlf:not(:disabled):active,.Rj2Mlf:not(:disabled):focus:active{border-color:rgb(218,220,224);border-color:var(--gm-hairlinebutton-outline-color,rgb(218,220,224))}.Rj2Mlf:disabled{color:rgba(60,64,67,.38);color:var(--gm-hairlinebutton-disabled-ink-color,rgba(60,64,67,.38))}.Rj2Mlf:disabled{border-color:rgba(60,64,67,.12);border-color:var(--gm-hairlinebutton-disabled-outline-color,rgba(60,64,67,.12))}.Rj2Mlf:hover:not(:disabled),.Rj2Mlf.VfPpkd-ksKsZd-mWPk3d-OWXEXe-AHe6Kc-XpnDCe:not(:disabled),.Rj2Mlf:not(.VfPpkd-ksKsZd-mWPk3d):focus:not(:disabled),.Rj2Mlf:active:not(:disabled){color:rgb(23,78,166);color:var(--gm-hairlinebutton-ink-color--stateful,rgb(23,78,166))}.Rj2Mlf .VfPpkd-BFbNVe-bF1uUb{opacity:0}.Rj2Mlf .VfPpkd-UdE5de-uDEFge .VfPpkd-JGcpL-uI4vCe-LkdAo,.Rj2Mlf .VfPpkd-UdE5de-uDEFge .VfPpkd-JGcpL-IdXvz-LkdAo-Bd00G{stroke:rgb(26,115,232)}@media (-ms-high-contrast:active),screen and (forced-colors:active){.Rj2Mlf .VfPpkd-UdE5de-uDEFge .VfPpkd-JGcpL-uI4vCe-LkdAo,.Rj2Mlf .VfPpkd-UdE5de-uDEFge .VfPpkd-JGcpL-IdXvz-LkdAo-Bd00G{stroke:CanvasText}}.Rj2Mlf .VfPpkd-Jh9lGc::before,.Rj2Mlf .VfPpkd-Jh9lGc::after{background-color:rgb(26,115,232);background-color:var(--gm-hairlinebutton-state-color,rgb(26,115,232))}.Rj2Mlf:hover .VfPpkd-Jh9lGc::before,.Rj2Mlf.VfPpkd-ksKsZd-XxIAqe-OWXEXe-ZmdkE .VfPpkd-Jh9lGc::before{opacity:.04;opacity:var(--mdc-ripple-hover-opacity,.04)}.Rj2Mlf.VfPpkd-ksKsZd-mWPk3d-OWXEXe-AHe6Kc-XpnDCe .VfPpkd-Jh9lGc::before,.Rj2Mlf:not(.VfPpkd-ksKsZd-mWPk3d):focus .VfPpkd-Jh9lGc::before{-webkit-transition-duration:75ms;transition-duration:75ms;opacity:.12;opacity:var(--mdc-ripple-focus-opacity,.12)}.Rj2Mlf:not(.VfPpkd-ksKsZd-mWPk3d) .VfPpkd-Jh9lGc::after{-webkit-transition:opacity .15s linear;transition:opacity .15s linear}.Rj2Mlf:not(.VfPpkd-ksKsZd-mWPk3d):active .VfPpkd-Jh9lGc::after{-webkit-transition-duration:75ms;transition-duration:75ms;opacity:.12;opacity:var(--mdc-ripple-press-opacity,.12)}.Rj2Mlf.VfPpkd-ksKsZd-mWPk3d{--mdc-ripple-fg-opacity:var(--mdc-ripple-press-opacity,0.12)}.Rj2Mlf:disabled:hover .VfPpkd-Jh9lGc::before,.Rj2Mlf:disabled.VfPpkd-ksKsZd-XxIAqe-OWXEXe-ZmdkE .VfPpkd-Jh9lGc::before{opacity:0;opacity:var(--mdc-ripple-hover-opacity,0)}.Rj2Mlf:disabled.VfPpkd-ksKsZd-mWPk3d-OWXEXe-AHe6Kc-XpnDCe .VfPpkd-Jh9lGc::before,.Rj2Mlf:disabled:not(.VfPpkd-ksKsZd-mWPk3d):focus .VfPpkd-Jh9lGc::before{-webkit-transition-duration:75ms;transition-duration:75ms;opacity:0;opacity:var(--mdc-ripple-focus-opacity,0)}.Rj2Mlf:disabled:not(.VfPpkd-ksKsZd-mWPk3d) .VfPpkd-Jh9lGc::after{-webkit-transition:opacity .15s linear;transition:opacity .15s linear}.Rj2Mlf:disabled:not(.VfPpkd-ksKsZd-mWPk3d):active .VfPpkd-Jh9lGc::after{-webkit-transition-duration:75ms;transition-duration:75ms;opacity:0;opacity:var(--mdc-ripple-press-opacity,0)}.Rj2Mlf:disabled.VfPpkd-ksKsZd-mWPk3d{--mdc-ripple-fg-opacity:var(--mdc-ripple-press-opacity,0)}.b9hyVd{font-family:"Google Sans",Roboto,Arial,sans-serif;font-size:.875rem;letter-spacing:.0107142857em;font-weight:500;text-transform:none;-webkit-transition:border .28s cubic-bezier(.4,0,.2,1),-webkit-box-shadow .28s cubic-bezier(.4,0,.2,1);transition:border .28s cubic-bezier(.4,0,.2,1),-webkit-box-shadow .28s cubic-bezier(.4,0,.2,1);transition:border .28s cubic-bezier(.4,0,.2,1),box-shadow .28s cubic-bezier(.4,0,.2,1);transition:border .28s cubic-bezier(.4,0,.2,1),box-shadow .28s cubic-bezier(.4,0,.2,1),-webkit-box-shadow .28s cubic-bezier(.4,0,.2,1);border-width:0;-webkit-box-shadow:0 1px 2px 0 rgba(60,64,67,.3),0 1px 3px 1px rgba(60,64,67,.15);box-shadow:0 1px 2px 0 rgba(60,64,67,.3),0 1px 3px 1px rgba(60,64,67,.15);-webkit-box-shadow:0 1px 2px 0 var(--gm-protectedbutton-keyshadow-color,rgba(60,64,67,.3)),0 1px 3px 1px var(--gm-protectedbutton-ambientshadow-color,rgba(60,64,67,.15));box-shadow:0 1px 2px 0 var(--gm-protectedbutton-keyshadow-color,rgba(60,64,67,.3)),0 1px 3px 1px var(--gm-protectedbutton-ambientshadow-color,rgba(60,64,67,.15))}.b9hyVd .VfPpkd-Jh9lGc{height:100%;position:absolute;overflow:hidden;width:100%;z-index:0}.b9hyVd:not(:disabled){background-color:#fff;background-color:var(--gm-protectedbutton-container-color,#fff)}.b9hyVd:not(:disabled){color:rgb(26,115,232);color:var(--gm-protectedbutton-ink-color,rgb(26,115,232))}.b9hyVd:disabled{background-color:rgba(60,64,67,.12);background-color:var(--gm-protectedbutton-disabled-container-color,rgba(60,64,67,.12))}.b9hyVd:disabled{color:rgba(60,64,67,.38);color:var(--gm-protectedbutton-disabled-ink-color,rgba(60,64,67,.38))}.b9hyVd:hover:not(:disabled),.b9hyVd.VfPpkd-ksKsZd-mWPk3d-OWXEXe-AHe6Kc-XpnDCe:not(:disabled),.b9hyVd:not(.VfPpkd-ksKsZd-mWPk3d):focus:not(:disabled),.b9hyVd:active:not(:disabled){color:rgb(23,78,166);color:var(--gm-protectedbutton-ink-color--stateful,rgb(23,78,166))}.b9hyVd .VfPpkd-BFbNVe-bF1uUb{opacity:0}.b9hyVd .VfPpkd-UdE5de-uDEFge .VfPpkd-JGcpL-uI4vCe-LkdAo,.b9hyVd .VfPpkd-UdE5de-uDEFge .VfPpkd-JGcpL-IdXvz-LkdAo-Bd00G{stroke:rgb(26,115,232)}@media (-ms-high-contrast:active),screen and (forced-colors:active){.b9hyVd .VfPpkd-UdE5de-uDEFge .VfPpkd-JGcpL-uI4vCe-LkdAo,.b9hyVd .VfPpkd-UdE5de-uDEFge .VfPpkd-JGcpL-IdXvz-LkdAo-B
2026-01-13T09:30:13
https://play.google.com/store/apps/details?id=org.jitsi.meet&amp;hl=en_CA
Jitsi Meet - Apps on Google Play Games Apps Books Kids google_logo Play Games Apps Books Kids none search help_outline Sign in with Google play_apps Library &amp; devices payment Payments &amp; subscriptions reviews My Play activity redeem Offers Play Pass Personalization in Play settings Settings Privacy Policy • Terms of Service Games Apps Books Kids Jitsi Meet 8x8, Inc 3.6 star 52.7K reviews 10M+ Downloads Rated for 3+ info Install Share Add to wishlist About this app arrow_forward Jitsi Meet lets you stay in touch with all your teams, be they family, friends, or colleagues. Instant video conferences, efficiently adapting to your scale. * Unlimited users: There are no artificial restrictions on the number of users or conference participants. Server power and bandwidth are the only limiting factors. * No account needed. * Lock-protected rooms: Control the access to your conferences with a password. * Encrypted by default. * High quality: Audio and video are delivered with the clarity and richness of Opus and VP8. * Web browser ready: No downloads are required of your friends to join the conversation. Jitsi Meet works directly within their browsers as well. Simply share your conference URL with others to get started. * 100% open source: Powered by awesome communities from all over the world. And your friends at 8x8. * Invite by pretty URLs: You can meet at the easy to remember https://MySite.com/OurConf of your choice instead of joining the hard to remember rooms with seemingly random sequences of numbers and letters in their names. Updated on Oct 21, 2025 Communication Data safety arrow_forward Safety starts with understanding how developers collect and share your data. Data privacy and security practices may vary based on your use, region, and age. The developer provided this information and may update it over time. No data shared with third parties Learn more about how developers declare sharing This app may collect these data types Personal info, App activity, and App info and performance Data is encrypted in transit Data can’t be deleted See details Ratings and reviews Ratings and reviews are verified info_outline arrow_forward Ratings and reviews are verified info_outline phone_android Phone laptop Chromebook tablet_android Tablet 3.8 48.9K reviews 5 4 3 2 1 Rimma Tolkacheva more_vert Flag inappropriate November 26, 2025 I was kicked off the meeting if I turned my screen off. I tried all settings: system battery, the app&#39;s settings, but still if I turn my screen off, all sounds suddenly stop and then I am kicked off the meeting. It is fully unusable on the streets if you are caught outside, e.g. you are going to the office, late from a medical appointment, or smth like that. You don&#39;t want to watch your screen, you don&#39;t want to spend battery on screen uptime 16 people found this review helpful Did you find this helpful? Yes No Harrison more_vert Flag inappropriate October 19, 2025 Pretty solid video call app. Love that it&#39;s open source and that you can invite anyone from just a link. Only issue I have with it is that if I host a group call, the first person to join will turn into a black screen after another person joins. I can only hear them, the video just isn&#39;t there. Seems to only happen to the first person that joins, the other people remain unaffected 13 people found this review helpful Did you find this helpful? Yes No <img src="https://play-lh.googleusercontent.com/a-/ALV-UjXTYzHImE02MQQEzJBKixWywHJHjyES0t41LeSaz5ACYs2fQsN5DQ=s32" srcset="https://play-lh.googleusercontent.com/a-/ALV-Uj
2026-01-13T09:30:13
https://play.google.com/store/apps/details?id=org.jitsi.meet&amp;hl=de_CH
Jitsi Meet - Apps on Google Play Games Apps Books Kids google_logo Play Games Apps Books Kids none search help_outline Sign in with Google play_apps Library &amp; devices payment Payments &amp; subscriptions reviews My Play activity redeem Offers Play Pass Personalization in Play settings Settings Privacy Policy • Terms of Service Games Apps Books Kids Jitsi Meet 8x8, Inc 3.6 star 52.7K reviews 10M+ Downloads Rated for 3+ info Install Share Add to wishlist About this app arrow_forward Jitsi Meet lets you stay in touch with all your teams, be they family, friends, or colleagues. Instant video conferences, efficiently adapting to your scale. * Unlimited users: There are no artificial restrictions on the number of users or conference participants. Server power and bandwidth are the only limiting factors. * No account needed. * Lock-protected rooms: Control the access to your conferences with a password. * Encrypted by default. * High quality: Audio and video are delivered with the clarity and richness of Opus and VP8. * Web browser ready: No downloads are required of your friends to join the conversation. Jitsi Meet works directly within their browsers as well. Simply share your conference URL with others to get started. * 100% open source: Powered by awesome communities from all over the world. And your friends at 8x8. * Invite by pretty URLs: You can meet at the easy to remember https://MySite.com/OurConf of your choice instead of joining the hard to remember rooms with seemingly random sequences of numbers and letters in their names. Updated on Oct 21, 2025 Communication Data safety arrow_forward Safety starts with understanding how developers collect and share your data. Data privacy and security practices may vary based on your use, region, and age. The developer provided this information and may update it over time. No data shared with third parties Learn more about how developers declare sharing This app may collect these data types Personal info, App activity, and App info and performance Data is encrypted in transit Data can’t be deleted See details Ratings and reviews Ratings and reviews are verified info_outline arrow_forward Ratings and reviews are verified info_outline phone_android Phone laptop Chromebook tablet_android Tablet 3.8 48.9K reviews 5 4 3 2 1 Rimma Tolkacheva more_vert Flag inappropriate November 26, 2025 I was kicked off the meeting if I turned my screen off. I tried all settings: system battery, the app&#39;s settings, but still if I turn my screen off, all sounds suddenly stop and then I am kicked off the meeting. It is fully unusable on the streets if you are caught outside, e.g. you are going to the office, late from a medical appointment, or smth like that. You don&#39;t want to watch your screen, you don&#39;t want to spend battery on screen uptime 16 people found this review helpful Did you find this helpful? Yes No Harrison more_vert Flag inappropriate October 19, 2025 Pretty solid video call app. Love that it&#39;s open source and that you can invite anyone from just a link. Only issue I have with it is that if I host a group call, the first person to join will turn into a black screen after another person joins. I can only hear them, the video just isn&#39;t there. Seems to only happen to the first person that joins, the other people remain unaffected 13 people found this review helpful Did you find this helpful? Yes No <img src="https://play-lh.googleusercontent.com/a-/ALV-UjXTYzHImE02MQQEzJBKixWywHJHjyES0t41LeSaz5ACYs2fQsN5DQ=s32" srcset="https://play-lh.googleusercontent.com/a-/ALV-UjXTYzHImE02MQQEz
2026-01-13T09:30:13