@charset "UTF-8";
/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS (and SCSS, if configured) file within this directory, lib/assets/stylesheets, or any plugin's
 * vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *
 * require_tree .
 * require_self
 */
/* line 3, app/assets/stylesheets/faq/index.scss */
#charch_faq .nav {
  text-align: center;
  border-bottom: solid 1px;
}

/* line 8, app/assets/stylesheets/faq/index.scss */
#charch_faq .mobile-title {
  display: none;
}

@media only screen and (min-width: 320px) and (max-width: 700px) {
  /* line 18, app/assets/stylesheets/faq/index.scss */
  #charch_faq .nav {
    text-align: left;
    border-bottom: solid 1px;
  }
  /* line 23, app/assets/stylesheets/faq/index.scss */
  #charch_faq .mobile-title {
    display: inline;
  }
}

/* line 1, app/assets/stylesheets/mains/about.scss */
#main-about-contact {
  /* 個人名片 */
}

/* line 3, app/assets/stylesheets/mains/about.scss */
#main-about-contact * {
  /* 框線定義 */
  /* border: solid 1px; */
  font-family: 微軟正黑體;
  position: relative;
}

/* line 9, app/assets/stylesheets/mains/about.scss */
#main-about-contact html, #main-about-contact body {
  background-color: #c3c49e;
  width: 100%;
  height: 100%;
  padding: 0px;
  margin: 0px;
  border-top: solid 20px #f24;
  border-bottom: solid 20px #f24;
  box-sizing: border-box;
}

/* line 18, app/assets/stylesheets/mains/about.scss */
#main-about-contact .personal_image_box {
  margin-top: 40px;
  text-align: center;
}

/* line 23, app/assets/stylesheets/mains/about.scss */
#main-about-contact .personal_image_box img {
  width: 350px;
  height: 260px;
  border-radius: 50%;
}

/* line 29, app/assets/stylesheets/mains/about.scss */
#main-about-contact .personal_contact_box {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 40px;
}

/* line 35, app/assets/stylesheets/mains/about.scss */
#main-about-contact .personal_contact_box p {
  font-family: Microsoft JhengHei;
  font-size: 14px;
  white-space: nowrap;
}

/* line 42, app/assets/stylesheets/mains/about.scss */
#main-about-contact .namecard {
  width: 350px;
  height: 250px;
  padding: 20px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  background-color: #eee;
  letter-spacing: 1px;
  /* color: rgba(0,0,0,0.5) */
  color: #666;
  overflow: hidden;
  border: solid 1px rgba(0, 0, 0, 0.15);
  border-radius: 6px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  /*   box-shadow: 0px 20px 15px -10px rgba(0,0,0,0.2); */
}

/* line 62, app/assets/stylesheets/mains/about.scss */
#main-about-contact .namecard h2 {
  font-size: 25px;
  font-weight: 700;
}

/* line 66, app/assets/stylesheets/mains/about.scss */
#main-about-contact .namecard h2 span {
  font-size: 12px;
}

/* line 69, app/assets/stylesheets/mains/about.scss */
#main-about-contact .namecard h5 {
  color: #92140c;
  font-weight: 500;
}

/* line 73, app/assets/stylesheets/mains/about.scss */
#main-about-contact .namecard p {
  font-size: 12px;
  line-height: 22px;
}

/* line 78, app/assets/stylesheets/mains/about.scss */
#main-about-contact .my_cakeresume {
  display: block;
  position: absolute;
  margin-left: 55%;
  margin-top: -11%;
}

/* line 85, app/assets/stylesheets/mains/about.scss */
#main-about-contact .circle {
  width: 100px;
  height: 100px;
  border-radius: 100%;
  position: absolute;
}

/* line 90, app/assets/stylesheets/mains/about.scss */
#main-about-contact .circle1 {
  right: 100px;
  background-color: #92140c;
}

/* line 94, app/assets/stylesheets/mains/about.scss */
#main-about-contact .circle2 {
  width: 60px;
  height: 60px;
  right: -40px;
  top: -40px;
  border: solid 3px #92140c;
}

/* line 100, app/assets/stylesheets/mains/about.scss */
#main-about-contact .page_title {
  margin-top: 15px;
  text-align: center;
  color: #555;
  font-weight: 500;
}

/* line 106, app/assets/stylesheets/mains/about.scss */
#main-about-contact .mark {
  font-size: 300px;
  position: absolute;
  bottom: 100px;
  font-weight: 100;
  color: rgba(0, 0, 0, 0.02);
  overflow: hidden;
}

/* line 115, app/assets/stylesheets/mains/about.scss */
#main-about-contact .about_level_box {
  text-align: center;
  border: solid;
  margin-top: 30px;
}

@media only screen and (min-width: 320px) and (max-width: 700px) {
  /* line 132, app/assets/stylesheets/mains/about.scss */
  #main-about-contact * {
    /* 框線定義 */
    /* border: solid 1px; */
    font-family: 微軟正黑體;
    position: relative;
  }
  /* line 138, app/assets/stylesheets/mains/about.scss */
  #main-about-contact html, #main-about-contact body {
    background-color: #c3c49e;
    width: 100%;
    height: 100%;
    padding: 0px;
    margin: 0px;
    border-top: solid 20px #f24;
    border-bottom: solid 20px #f24;
    box-sizing: border-box;
  }
  /* line 147, app/assets/stylesheets/mains/about.scss */
  #main-about-contact .personal_image_box {
    margin-top: 40px;
    text-align: center;
  }
  /* line 152, app/assets/stylesheets/mains/about.scss */
  #main-about-contact .personal_image_box img {
    width: 200px;
    height: 200px;
    border-radius: 50%;
  }
  /* line 158, app/assets/stylesheets/mains/about.scss */
  #main-about-contact .personal_contact_box {
    text-align: center;
    margin-top: 30px;
    margin-left: -50px;
  }
  /* line 168, app/assets/stylesheets/mains/about.scss */
  #main-about-contact .namecard {
    width: 350px;
    height: 250px;
    padding: 20px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    background-color: #eee;
    letter-spacing: 1px;
    /* color: rgba(0,0,0,0.5) */
    color: #666;
    overflow: hidden;
    border: solid 1px rgba(0, 0, 0, 0.15);
    border-radius: 6px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    /*   box-shadow: 0px 20px 15px -10px rgba(0,0,0,0.2); */
  }
  /* line 188, app/assets/stylesheets/mains/about.scss */
  #main-about-contact .namecard h2 {
    font-size: 25px;
    font-weight: 700;
  }
  /* line 192, app/assets/stylesheets/mains/about.scss */
  #main-about-contact .namecard h2 span {
    font-size: 12px;
  }
  /* line 195, app/assets/stylesheets/mains/about.scss */
  #main-about-contact .namecard h5 {
    color: #92140c;
    font-weight: 500;
  }
  /* line 199, app/assets/stylesheets/mains/about.scss */
  #main-about-contact .namecard p {
    font-size: 14px;
    line-height: 22px;
  }
  /* line 204, app/assets/stylesheets/mains/about.scss */
  #main-about-contact .my_cakeresume {
    display: block;
    position: absolute;
    margin-left: 55%;
    margin-top: -11%;
  }
  /* line 211, app/assets/stylesheets/mains/about.scss */
  #main-about-contact .circle {
    width: 100px;
    height: 100px;
    border-radius: 100%;
    position: absolute;
  }
  /* line 216, app/assets/stylesheets/mains/about.scss */
  #main-about-contact .circle1 {
    right: 100px;
    background-color: #92140c;
  }
  /* line 220, app/assets/stylesheets/mains/about.scss */
  #main-about-contact .circle2 {
    width: 60px;
    height: 60px;
    right: -40px;
    top: -40px;
    border: solid 3px #92140c;
  }
  /* line 226, app/assets/stylesheets/mains/about.scss */
  #main-about-contact .page_title {
    margin-top: 15px;
    text-align: center;
    color: #555;
    font-weight: 500;
  }
  /* line 232, app/assets/stylesheets/mains/about.scss */
  #main-about-contact .mark {
    font-size: 300px;
    position: absolute;
    bottom: 100px;
    font-weight: 100;
    color: rgba(0, 0, 0, 0.02);
    overflow: hidden;
  }
}

/* line 9, app/assets/stylesheets/mains/blog.scss */
.blog-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 20px;
  background-color: #f4f4f4;
}

/* line 16, app/assets/stylesheets/mains/blog.scss */
.blog-list .blog-item {
  background-color: white;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  width: 93%;
  padding: 20px;
  transition: transform 0.3s, box-shadow 0.3s;
}

/* line 24, app/assets/stylesheets/mains/blog.scss */
.blog-list .blog-item:hover {
  transform: translateY(-10px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

/* line 29, app/assets/stylesheets/mains/blog.scss */
.blog-list .blog-item .blog-title {
  font-size: 1.5em;
  margin-bottom: 10px;
  color: #3498db;
}

/* line 35, app/assets/stylesheets/mains/blog.scss */
.blog-list .blog-item .blog-description {
  font-size: 1em;
  color: #333;
  margin-bottom: 15px;
}

/* line 42, app/assets/stylesheets/mains/blog.scss */
.blog-list .blog-item .blog-meta {
  font-size: 0.9em;
  color: #777;
  margin-bottom: 15px;
}

/* line 47, app/assets/stylesheets/mains/blog.scss */
.blog-list .blog-item .blog-meta .author {
  margin-right: 15px;
}

/* line 51, app/assets/stylesheets/mains/blog.scss */
.blog-list .blog-item .blog-meta .date {
  margin-right: 15px;
}

/* line 55, app/assets/stylesheets/mains/blog.scss */
.blog-list .blog-item .blog-meta .views {
  margin-right: 15px;
}

/* line 60, app/assets/stylesheets/mains/blog.scss */
.blog-list .blog-item .read-more {
  display: inline-block;
  padding: 10px 15px;
  background-color: #2ecc71;
  color: white;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
}

/* line 69, app/assets/stylesheets/mains/blog.scss */
.blog-list .blog-item .read-more:hover {
  background-color: #25a25a;
}

/* Base styling for the blog content area */
/* line 2, app/assets/stylesheets/mains/blog_content.scss */
.blog-post__content {
  font-family: "Noto Sans", "Helvetica Neue", Arial, sans-serif;
  line-height: 1.6;
  color: #333;
  max-width: 800px;
  margin: 0 auto;
  padding: 20px;
  /* Typography enhancements */
  /* Improved code blocks */
  /* List styling */
  /* Blockquote styling */
  /* Image styling */
  /* Table styling */
  /* Link styling */
  /* Horizontal rule */
  /* Optional: Syntax highlighting hints */
  /* Responsive adjustments */
}

/* line 11, app/assets/stylesheets/mains/blog_content.scss */
.blog-post__content h1,
.blog-post__content h2,
.blog-post__content h3,
.blog-post__content h4,
.blog-post__content h5,
.blog-post__content h6 {
  margin-top: 1.5em;
  margin-bottom: 0.8em;
  font-weight: 600;
  line-height: 1.3;
  color: #222;
}

/* line 24, app/assets/stylesheets/mains/blog_content.scss */
.blog-post__content h1 {
  font-size: 1.8em;
}

/* line 27, app/assets/stylesheets/mains/blog_content.scss */
.blog-post__content h2 {
  font-size: 1.6em;
}

/* line 30, app/assets/stylesheets/mains/blog_content.scss */
.blog-post__content h3 {
  font-size: 1.4em;
}

/* line 33, app/assets/stylesheets/mains/blog_content.scss */
.blog-post__content h4 {
  font-size: 1.3em;
}

/* line 36, app/assets/stylesheets/mains/blog_content.scss */
.blog-post__content h5 {
  font-size: 1.2em;
}

/* line 39, app/assets/stylesheets/mains/blog_content.scss */
.blog-post__content h6 {
  font-size: 1.1em;
}

/* line 43, app/assets/stylesheets/mains/blog_content.scss */
.blog-post__content p {
  margin-bottom: 1.2em;
}

/* line 48, app/assets/stylesheets/mains/blog_content.scss */
.blog-post__content pre {
  background-color: #f8f8f8;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  padding: 16px;
  margin: 20px 0;
  overflow-x: auto;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.05);
}

/* line 57, app/assets/stylesheets/mains/blog_content.scss */
.blog-post__content pre code {
  padding: 0;
  background-color: transparent;
  border-radius: 0;
}

/* line 64, app/assets/stylesheets/mains/blog_content.scss */
.blog-post__content code {
  font-family: "Fira Code", "Source Code Pro", Consolas, Monaco, "Andale Mono", monospace;
  font-size: 0.9em;
  color: #45474a;
  background-color: #f8f8f8;
  padding: 0.2em 0.4em;
  border-radius: 3px;
  white-space: pre-wrap;
  word-wrap: break-word;
}

/* line 78, app/assets/stylesheets/mains/blog_content.scss */
.blog-post__content ul,
.blog-post__content ol {
  margin: 0 0 1.2em 1.5em;
  padding-left: 1em;
}

/* line 83, app/assets/stylesheets/mains/blog_content.scss */
.blog-post__content ul li,
.blog-post__content ol li {
  margin-bottom: 0.5em;
}

/* line 89, app/assets/stylesheets/mains/blog_content.scss */
.blog-post__content blockquote {
  margin: 1.5em 0;
  padding: 0.8em 1.2em;
  border-left: 4px solid #3498db;
  background-color: #f9f9f9;
  font-style: italic;
  color: #555;
}

/* line 99, app/assets/stylesheets/mains/blog_content.scss */
.blog-post__content img {
  max-width: 100%;
  height: auto;
  border-radius: 4px;
  margin: 1.5em 0;
  display: block;
}

/* line 108, app/assets/stylesheets/mains/blog_content.scss */
.blog-post__content table {
  width: 100%;
  border-collapse: collapse;
  margin: 1.5em 0;
}

/* line 113, app/assets/stylesheets/mains/blog_content.scss */
.blog-post__content table th,
.blog-post__content table td {
  padding: 10px;
  border: 1px solid #e0e0e0;
  text-align: left;
}

/* line 120, app/assets/stylesheets/mains/blog_content.scss */
.blog-post__content table th {
  background-color: #f5f5f5;
  font-weight: 600;
}

/* line 125, app/assets/stylesheets/mains/blog_content.scss */
.blog-post__content table tr:nth-child(even) {
  background-color: #f9f9f9;
}

/* line 131, app/assets/stylesheets/mains/blog_content.scss */
.blog-post__content a {
  color: #3498db;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: border-color 0.2s ease;
}

/* line 137, app/assets/stylesheets/mains/blog_content.scss */
.blog-post__content a:hover {
  border-bottom-color: #3498db;
}

/* line 143, app/assets/stylesheets/mains/blog_content.scss */
.blog-post__content hr {
  margin: 2em 0;
  border: 0;
  height: 1px;
  background-color: #e0e0e0;
}

/* line 152, app/assets/stylesheets/mains/blog_content.scss */
.blog-post__content .hljs-keyword {
  color: #8959a8;
}

/* line 155, app/assets/stylesheets/mains/blog_content.scss */
.blog-post__content .hljs-string {
  color: #718c00;
}

/* line 158, app/assets/stylesheets/mains/blog_content.scss */
.blog-post__content .hljs-comment {
  color: #8e908c;
}

/* line 161, app/assets/stylesheets/mains/blog_content.scss */
.blog-post__content .hljs-number {
  color: #f5871f;
}

/* line 164, app/assets/stylesheets/mains/blog_content.scss */
.blog-post__content .hljs-literal {
  color: #c82829;
}

/* line 167, app/assets/stylesheets/mains/blog_content.scss */
.blog-post__content .hljs-tag {
  color: #3e999f;
}

@media (max-width: 768px) {
  /* line 2, app/assets/stylesheets/mains/blog_content.scss */
  .blog-post__content {
    padding: 15px;
  }
  /* line 176, app/assets/stylesheets/mains/blog_content.scss */
  .blog-post__content pre {
    padding: 12px;
  }
}

/* Blog List */
/* line 2, app/assets/stylesheets/mains/blog_list.scss */
.blog-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 20px;
  padding: 20px;
}

/* line 9, app/assets/stylesheets/mains/blog_list.scss */
.blog-post {
  background-color: #fff;
  border: 1px solid #ddd;
  padding: 20px;
  border-radius: 5px;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
}

/* line 17, app/assets/stylesheets/mains/blog_list.scss */
.blog-post img {
  max-width: 100%;
  height: auto;
  border-radius: 5px;
}

/* line 23, app/assets/stylesheets/mains/blog_list.scss */
.blog-post h2 {
  font-size: 1.5rem;
  margin-top: 10px;
}

/* line 28, app/assets/stylesheets/mains/blog_list.scss */
.blog-post p {
  margin-top: 10px;
}

/* line 32, app/assets/stylesheets/mains/blog_list.scss */
.read-more {
  display: inline-block;
  background-color: #35424a;
  color: #fff;
  padding: 5px 10px;
  text-decoration: none;
  border-radius: 3px;
  margin-top: 10px;
}

/* line 2, app/assets/stylesheets/mains/blog_show.scss */
.blog-post {
  max-width: 900px;
  margin: 2rem auto;
  padding: 0 1.5rem;
}

/* line 8, app/assets/stylesheets/mains/blog_show.scss */
.blog-post__navigation {
  display: flex;
  gap: 1rem;
  margin-bottom: 2rem;
}

/* line 13, app/assets/stylesheets/mains/blog_show.scss */
.blog-post__navigation a {
  text-decoration: none;
  padding: 0.5rem 1rem;
  border-radius: 4px;
  transition: all 0.3s ease;
}

/* line 19, app/assets/stylesheets/mains/blog_show.scss */
.blog-post__navigation a.blog_show_back {
  background-color: #f5f5f5;
  color: #333;
}

/* line 23, app/assets/stylesheets/mains/blog_show.scss */
.blog-post__navigation a.blog_show_back:hover {
  background-color: #e5e5e5;
}

/* line 28, app/assets/stylesheets/mains/blog_show.scss */
.blog-post__navigation a.blog_show_url {
  background-color: #2b2b2b;
  color: white;
}

/* line 32, app/assets/stylesheets/mains/blog_show.scss */
.blog-post__navigation a.blog_show_url:hover {
  background-color: #000;
}

/* line 40, app/assets/stylesheets/mains/blog_show.scss */
.blog-post__header {
  margin-bottom: 3rem;
  border-bottom: 1px solid #eaeaea;
  padding-bottom: 1.5rem;
}

/* line 45, app/assets/stylesheets/mains/blog_show.scss */
.blog-post__header-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 1rem;
  line-height: 1.2;
}

@media (max-width: 768px) {
  /* line 45, app/assets/stylesheets/mains/blog_show.scss */
  .blog-post__header-title {
    font-size: 2rem;
  }
}

@media (max-width: 480px) {
  /* line 45, app/assets/stylesheets/mains/blog_show.scss */
  .blog-post__header-title {
    font-size: 1.75rem;
  }
}

/* line 63, app/assets/stylesheets/mains/blog_show.scss */
.blog-post__meta {
  display: flex;
  align-items: center;
  gap: 1rem;
  color: #666;
  font-size: 0.9rem;
}

/* line 71, app/assets/stylesheets/mains/blog_show.scss */
.blog-post__date {
  display: flex;
  align-items: center;
}

/* line 75, app/assets/stylesheets/mains/blog_show.scss */
.blog-post__date::before {
  content: "📅";
  margin-right: 0.5rem;
}

/* line 82, app/assets/stylesheets/mains/blog_show.scss */
.blog-post__content {
  font-size: 1.1rem;
  line-height: 1.8;
  color: #333;
}

@media (max-width: 768px) {
  /* line 82, app/assets/stylesheets/mains/blog_show.scss */
  .blog-post__content {
    font-size: 1rem;
  }
}

/* line 92, app/assets/stylesheets/mains/blog_show.scss */
.blog-post__content h1, .blog-post__content h2, .blog-post__content h3, .blog-post__content h4, .blog-post__content h5, .blog-post__content h6 {
  margin: 2rem 0 1rem;
  color: #1a1a1a;
}

/* line 97, app/assets/stylesheets/mains/blog_show.scss */
.blog-post__content p {
  margin-bottom: 1.5rem;
}

/* line 101, app/assets/stylesheets/mains/blog_show.scss */
.blog-post__content img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin: 2rem 0;
}

/* line 108, app/assets/stylesheets/mains/blog_show.scss */
.blog-post__content pre {
  background-color: #f6f8fa;
  padding: 1rem;
  border-radius: 6px;
  overflow-x: auto;
  margin: 1.5rem 0;
}

/* line 116, app/assets/stylesheets/mains/blog_show.scss */
.blog-post__content blockquote {
  border-left: 4px solid #ddd;
  padding-left: 1rem;
  margin: 1.5rem 0;
  color: #555;
  font-style: italic;
}

@media (prefers-color-scheme: dark) {
  /* line 128, app/assets/stylesheets/mains/blog_show.scss */
  .blog-post {
    color: #e1e1e1;
  }
  /* line 131, app/assets/stylesheets/mains/blog_show.scss */
  .blog-post__header-title {
    color: #000000;
    font-size: 24px;
  }
  /* line 136, app/assets/stylesheets/mains/blog_show.scss */
  .blog-post__content {
    color: #000000;
  }
  /* line 139, app/assets/stylesheets/mains/blog_show.scss */
  .blog-post__content h1, .blog-post__content h2, .blog-post__content h3, .blog-post__content h4, .blog-post__content h5, .blog-post__content h6 {
    color: #fff;
  }
  /* line 143, app/assets/stylesheets/mains/blog_show.scss */
  .blog-post__content pre {
    background-color: #2d2d2d;
  }
  /* line 147, app/assets/stylesheets/mains/blog_show.scss */
  .blog-post__content blockquote {
    border-left-color: #444;
    color: #bbb;
  }
}

/* line 3, app/assets/stylesheets/mains/git_book.scss */
#main_gitbook .main_my_expertise {
  width: 100%;
  margin-top: 30px;
  margin-bottom: 50px;
}

/* line 9, app/assets/stylesheets/mains/git_book.scss */
#main_gitbook .main_my_expertise .main_my_expertise_box {
  height: 100px;
  border: solid 1px;
  padding-left: 30px;
  margin-top: 15px;
}

/* line 17, app/assets/stylesheets/mains/git_book.scss */
#main_gitbook .main_my_expertise .main_my_expertise_box .main_my_expertise_box_a a {
  font-size: 14px;
}

@media only screen and (min-width: 320px) and (max-width: 568px) {
  /* line 33, app/assets/stylesheets/mains/git_book.scss */
  #main_gitbook .main_my_expertise {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 50px;
  }
  /* line 39, app/assets/stylesheets/mains/git_book.scss */
  #main_gitbook .main_my_expertise .main_my_expertise_box {
    height: 100px;
    border: solid 1px;
    padding-left: 30px;
    margin-top: 15px;
  }
  /* line 47, app/assets/stylesheets/mains/git_book.scss */
  #main_gitbook .main_my_expertise .main_my_expertise_box .main_my_expertise_box_a a {
    font-size: 14px;
  }
}

/* line 15, app/assets/stylesheets/mains/header.scss */
.header__motto {
  display: block;
  position: relative;
  padding: 15px 0;
}

@media screen and (max-width: 768px) {
  /* line 15, app/assets/stylesheets/mains/header.scss */
  .header__motto {
    display: none;
  }
}

/* line 25, app/assets/stylesheets/mains/header.scss */
.header__motto .motto-text {
  margin-bottom: 10px;
  color: #ffffff;
  font-size: 1.1rem;
}

/* line 32, app/assets/stylesheets/mains/header.scss */
.header__motto .motto-select {
  position: relative;
  width: 200px;
}

/* line 36, app/assets/stylesheets/mains/header.scss */
.header__motto .motto-select select {
  width: 100%;
  padding: 8px 12px;
  border: 2px solid #ddd;
  border-radius: 6px;
  background-color: white;
  font-size: 0.9rem;
  color: #444;
  cursor: pointer;
  appearance: none;
  transition: border-color 0.3s ease;
}

/* line 48, app/assets/stylesheets/mains/header.scss */
.header__motto .motto-select select:hover {
  border-color: #888;
}

/* line 52, app/assets/stylesheets/mains/header.scss */
.header__motto .motto-select select:focus {
  outline: none;
  border-color: #4a90e2;
  box-shadow: 0 0 5px rgba(74, 144, 226, 0.2);
}

/* line 60, app/assets/stylesheets/mains/header.scss */
.header__motto .motto-select::after {
  content: '';
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #666;
  pointer-events: none;
}

@media (max-width: 768px) {
  /* line 77, app/assets/stylesheets/mains/header.scss */
  .header {
    width: 50px;
  }
}

/* line 82, app/assets/stylesheets/mains/header.scss */
.header {
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  background-color: #2d2d2d;
  z-index: 1000;
}

@media screen and (max-width: 768px) {
  /* line 82, app/assets/stylesheets/mains/header.scss */
  .header {
    height: 100px;
  }
}

/* line 95, app/assets/stylesheets/mains/header.scss */
.header__container {
  max-width: 1200px;
  height: 100%;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* line 105, app/assets/stylesheets/mains/header.scss */
.header__logo {
  font-size: 24px;
  font-weight: bold;
  color: #fac36f;
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  /* line 105, app/assets/stylesheets/mains/header.scss */
  .header__logo {
    font-size: 20px;
  }
}

/* line 116, app/assets/stylesheets/mains/header.scss */
.header__motto {
  color: white;
  font-size: 14px;
}

@media screen and (max-width: 768px) {
  /* line 116, app/assets/stylesheets/mains/header.scss */
  .header__motto {
    font-size: 12px;
  }
}

/* line 126, app/assets/stylesheets/mains/header.scss */
.header__menu-button {
  display: none;
}

@media screen and (max-width: 768px) {
  /* line 126, app/assets/stylesheets/mains/header.scss */
  .header__menu-button {
    display: block;
    background: none;
    border: none;
    padding: 10px;
    cursor: pointer;
  }
  /* line 136, app/assets/stylesheets/mains/header.scss */
  .header__menu-button .icon-menu {
    display: block;
    width: 25px;
    height: 2px;
    background: white;
    position: relative;
    transition: all 0.3s ease;
  }
  /* line 144, app/assets/stylesheets/mains/header.scss */
  .header__menu-button .icon-menu::before, .header__menu-button .icon-menu::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    background: white;
    transition: all 0.3s ease;
  }
  /* line 154, app/assets/stylesheets/mains/header.scss */
  .header__menu-button .icon-menu::before {
    top: -8px;
  }
  /* line 158, app/assets/stylesheets/mains/header.scss */
  .header__menu-button .icon-menu::after {
    bottom: -8px;
  }
}

/* line 166, app/assets/stylesheets/mains/header.scss */
.header__mobile-menu {
  display: none;
  position: fixed;
  top: 100px;
  left: 0;
  width: 100%;
  background-color: #333;
  transform: translateY(-100%);
  transition: transform 0.3s ease-in-out;
  z-index: 999;
}

/* line 177, app/assets/stylesheets/mains/header.scss */
.header__mobile-menu.active {
  transform: translateY(0);
}

/* line 181, app/assets/stylesheets/mains/header.scss */
.header__mobile-menu-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

/* line 187, app/assets/stylesheets/mains/header.scss */
.header__mobile-menu-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

/* line 190, app/assets/stylesheets/mains/header.scss */
.header__mobile-menu-item a {
  display: block;
  padding: 15px 20px;
  color: white;
  text-decoration: none;
  font-size: 16px;
  transition: background-color 0.3s ease;
}

/* line 198, app/assets/stylesheets/mains/header.scss */
.header__mobile-menu-item a:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

/* Add this to your app/assets/stylesheets/application.css or create a separate login.scss file */
/* line 3, app/assets/stylesheets/mains/login.scss */
.member-login {
  background: white;
  padding: 40px;
  border-radius: 12px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
  width: 100%;
  max-width: 400px;
  margin: 40px auto;
  position: relative;
  overflow: hidden;
}

/* line 15, app/assets/stylesheets/mains/login.scss */
.member-login::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #667eea, #764ba2);
}

/* line 25, app/assets/stylesheets/mains/login.scss */
.member-login h2 {
  text-align: center;
  margin-bottom: 30px;
  color: #333;
  font-size: 28px;
  font-weight: 600;
}

/* line 33, app/assets/stylesheets/mains/login.scss */
.member-login .field {
  margin-bottom: 20px;
  position: relative;
}

/* line 38, app/assets/stylesheets/mains/login.scss */
.member-login .field label {
  display: block;
  margin-bottom: 8px;
  color: #555;
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

/* line 48, app/assets/stylesheets/mains/login.scss */
.member-login .field input[type="email"],
.member-login .field input[type="password"] {
  width: 100%;
  padding: 14px 16px;
  border: 2px solid #e1e5e9;
  border-radius: 8px;
  font-size: 16px;
  transition: all 0.3s ease;
  background: #f8f9fa;
  box-sizing: border-box;
}

/* line 60, app/assets/stylesheets/mains/login.scss */
.member-login .field input[type="email"]:focus,
.member-login .field input[type="password"]:focus {
  outline: none;
  border-color: #667eea;
  background: white;
  box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.1);
  transform: translateY(-1px);
}

/* line 69, app/assets/stylesheets/mains/login.scss */
.member-login .field input[type="email"]:hover,
.member-login .field input[type="password"]:hover {
  border-color: #c1c9d2;
}

/* Remember me checkbox styling */
/* line 75, app/assets/stylesheets/mains/login.scss */
.member-login .field:has(input[type="checkbox"]) {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
  gap: 10px;
}

/* line 82, app/assets/stylesheets/mains/login.scss */
.member-login .field input[type="checkbox"] {
  width: 18px;
  height: 18px;
  accent-color: #667eea;
  cursor: pointer;
  margin: 0;
}

/* line 90, app/assets/stylesheets/mains/login.scss */
.member-login .field:has(input[type="checkbox"]) label {
  margin: 0;
  color: #666;
  font-size: 14px;
  cursor: pointer;
  user-select: none;
  text-transform: none;
  letter-spacing: normal;
}

/* line 100, app/assets/stylesheets/mains/login.scss */
.member-login .actions {
  margin-bottom: 20px;
}

/* line 104, app/assets/stylesheets/mains/login.scss */
.member-login .actions input[type="submit"] {
  width: 100%;
  padding: 14px;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

/* line 119, app/assets/stylesheets/mains/login.scss */
.member-login .actions input[type="submit"]:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(102, 126, 234, 0.3);
}

/* line 124, app/assets/stylesheets/mains/login.scss */
.member-login .actions input[type="submit"]:active {
  transform: translateY(0);
}

/* Links styling */
/* line 129, app/assets/stylesheets/mains/login.scss */
.member-login + * {
  text-align: center;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #e1e5e9;
}

/* line 136, app/assets/stylesheets/mains/login.scss */
.member-login + * a {
  color: #667eea;
  text-decoration: none;
  font-size: 14px;
  display: inline-block;
  margin: 5px 10px;
  transition: color 0.3s ease;
}

/* line 145, app/assets/stylesheets/mains/login.scss */
.member-login + * a:hover {
  color: #764ba2;
  text-decoration: underline;
}

/* Page background */
/* line 151, app/assets/stylesheets/mains/login.scss */
body {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  min-height: 100vh;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
  margin: 0;
  padding: 20px;
}

/* Responsive design */
@media (max-width: 480px) {
  /* line 163, app/assets/stylesheets/mains/login.scss */
  .member-login {
    padding: 30px 20px;
    margin: 20px auto;
  }
  /* line 168, app/assets/stylesheets/mains/login.scss */
  .member-login h2 {
    font-size: 24px;
  }
}

/* line 1, app/assets/stylesheets/mains/mains.scss */
#main_index_home {
  /* pc */
  /* PC */
  /* blog */
  /* slide show部分 */
  /* category */
  /* blog show */
}

/* line 4, app/assets/stylesheets/mains/mains.scss */
#main_index_home .mobile-nav {
  display: none;
}

/* line 8, app/assets/stylesheets/mains/mains.scss */
#main_index_home .main_mobile_button_box {
  text-align: right;
  margin-right: 30px;
}

/* line 13, app/assets/stylesheets/mains/mains.scss */
#main_index_home .main_mobile_button {
  display: none;
}

/* line 20, app/assets/stylesheets/mains/mains.scss */
#main_index_home .navbar {
  background-color: #333;
  height: 100px;
}

/* line 24, app/assets/stylesheets/mains/mains.scss */
#main_index_home .container {
  width: 1024px;
  margin: 0 auto;
}

/* line 29, app/assets/stylesheets/mains/mains.scss */
#main_index_home .andy_descrip_text_nav {
  margin-left: 135px;
  color: #fff;
}

/* line 35, app/assets/stylesheets/mains/mains.scss */
#main_index_home .andy_community_icon {
  margin-top: 0px;
  margin-left: -125px;
}

/* line 39, app/assets/stylesheets/mains/mains.scss */
#main_index_home .andy_community_icon a {
  padding-left: 8px;
  color: #fff;
}

/* line 45, app/assets/stylesheets/mains/mains.scss */
#main_index_home .logo {
  display: inline;
}

/* line 47, app/assets/stylesheets/mains/mains.scss */
#main_index_home .logo a {
  color: #ffc078;
  margin-top: 1em;
  margin-bottom: 1em;
  text-decoration: none;
  line-height: 50px;
  font-size: 24px;
  font-family: "Sigmar One";
}

/* line 56, app/assets/stylesheets/mains/mains.scss */
#main_index_home .logo .fa-music {
  color: #ffc078;
  margin-right: 1em;
}

/* line 63, app/assets/stylesheets/mains/mains.scss */
#main_index_home .maun_box {
  margin-top: -60px;
}

/* line 67, app/assets/stylesheets/mains/mains.scss */
#main_index_home .menu {
  float: right;
}

/* line 69, app/assets/stylesheets/mains/mains.scss */
#main_index_home .menu li {
  float: left;
  list-style: none;
}

/* line 73, app/assets/stylesheets/mains/mains.scss */
#main_index_home .menu a {
  display: flex;
  margin-right: 10px;
  color: #ffc078;
  text-decoration: none;
  line-height: 50px;
  padding: 0 1em;
}

/* line 81, app/assets/stylesheets/mains/mains.scss */
#main_index_home .menu a:hover {
  background-color: #ffc078;
  color: #333;
}

/* line 87, app/assets/stylesheets/mains/mains.scss */
#main_index_home .main-contact {
  text-align: center;
}

/* line 91, app/assets/stylesheets/mains/mains.scss */
#main_index_home .renew-code-main-total {
  margin-top: 10px;
}

/* line 95, app/assets/stylesheets/mains/mains.scss */
#main_index_home .renew-code-main-total p {
  font-family: "Audiowide", sans-serif;
  font-size: 18px;
}

/* line 101, app/assets/stylesheets/mains/mains.scss */
#main_index_home .renew-code-blog {
  width: 100%;
}

/* line 106, app/assets/stylesheets/mains/mains.scss */
#main_index_home .blog-box {
  padding-top: 15px;
  float: left;
  width: 50%;
}

/* line 112, app/assets/stylesheets/mains/mains.scss */
#main_index_home .blog-box-user {
  color: #c0a9b0;
}

/* line 121, app/assets/stylesheets/mains/mains.scss */
#main_index_home .img_preview {
  border-radius: 30px;
  height: 150px;
}

/* line 128, app/assets/stylesheets/mains/mains.scss */
#main_index_home .slideshow-container {
  position: relative;
  width: 100%;
}

/* line 133, app/assets/stylesheets/mains/mains.scss */
#main_index_home .slideshow-slide {
  display: none;
}

/* line 137, app/assets/stylesheets/mains/mains.scss */
#main_index_home .slideshow-slide img {
  width: 65%;
  height: 400px;
}

/* line 183, app/assets/stylesheets/mains/mains.scss */
#main_index_home .main-mobile-menu {
  display: none;
}

/* line 188, app/assets/stylesheets/mains/mains.scss */
#main_index_home .post-category-index {
  text-align: center;
}

/* line 192, app/assets/stylesheets/mains/mains.scss */
#main_index_home .category-title {
  border: 1px solid;
  width: 100px;
  margin: 0 auto;
  font-family: "Sigmar One";
}

/* line 199, app/assets/stylesheets/mains/mains.scss */
#main_index_home .clear_f {
  clear: both;
}

/* line 203, app/assets/stylesheets/mains/mains.scss */
#main_index_home .category-box-index {
  text-align: center;
  margin-left: -40px;
}

/* line 208, app/assets/stylesheets/mains/mains.scss */
#main_index_home .category-box-ul {
  list-style: none;
}

/* line 212, app/assets/stylesheets/mains/mains.scss */
#main_index_home .category-box-ul li {
  width: 700px;
  margin: 0 auto;
  padding-top: 5px;
  padding-bottom: 5px;
  border: 0.5px solid;
  border-radius: 1px;
}

/* line 222, app/assets/stylesheets/mains/mains.scss */
#main_index_home .blog_show_box {
  margin-left: 35px;
  margin-right: 35px;
  /* 部落格內頁URL列表 */
}

/* line 227, app/assets/stylesheets/mains/mains.scss */
#main_index_home .blog_show_box .blog_show_url_box {
  margin-top: 20px;
  margin-left: 40px;
}

/* line 232, app/assets/stylesheets/mains/mains.scss */
#main_index_home .blog_show_box .blog_show_url {
  font-size: 12px;
  width: 100px;
  height: 50px;
  line-height: 50px;
  padding: 10px;
  background: #4d4d4d;
  color: #fff;
  border-radius: 0 10px 0 10px;
}

/* line 244, app/assets/stylesheets/mains/mains.scss */
#main_index_home .blog_show_back {
  display: block;
  margin-top: 30px;
  border-bottom: 1px solid;
}

/* line 250, app/assets/stylesheets/mains/mains.scss */
#main_index_home .blog_title {
  font-family: "Sigmar One";
  text-align: center;
}

/* line 255, app/assets/stylesheets/mains/mains.scss */
#main_index_home .blog_p_box {
  width: 100%;
}

/* line 260, app/assets/stylesheets/mains/mains.scss */
#main_index_home .blog_p {
  font-family: "Noto Sans TC";
}

/* line 265, app/assets/stylesheets/mains/mains.scss */
#main_index_home p img {
  max-width: 100%;
  /* 图片最大宽度为其容器宽度 */
  height: auto;
}

/* line 270, app/assets/stylesheets/mains/mains.scss */
#main_index_home .show_medium_link {
  display: block;
  border-top: 1px solid;
  text-align: right;
}

/* mobile */
@media only screen and (min-width: 320px) and (max-width: 900px) {
  /* line 284, app/assets/stylesheets/mains/mains.scss */
  #main_index_home {
    margin: -20px 0px;
    /* blog */
    /* category */
    /* blog show */
  }
  /* line 288, app/assets/stylesheets/mains/mains.scss */
  #main_index_home .navbar {
    display: none;
  }
  /* line 292, app/assets/stylesheets/mains/mains.scss */
  #main_index_home .mobile-nav {
    display: block;
    border-bottom: 4.5px solid rgba(0, 0, 0, 0.1);
    height: 80px;
    background-color: #333;
  }
  /* line 300, app/assets/stylesheets/mains/mains.scss */
  #main_index_home .mobile-nav a {
    display: block;
  }
  /* line 304, app/assets/stylesheets/mains/mains.scss */
  #main_index_home .moblie-nav-title {
    width: 285px;
  }
  /* line 308, app/assets/stylesheets/mains/mains.scss */
  #main_index_home .moblie-nav-title h4 {
    font-family: "Sigmar One";
    padding-top: 15px;
    padding-left: 35px;
    font-size: 15px;
    color: #ffc078;
  }
  /* line 316, app/assets/stylesheets/mains/mains.scss */
  #main_index_home .mobile-descrip {
    position: absolute;
    font-family: "Sigmar One";
    color: #ffffff;
    font-size: 11.5px;
    margin-top: -15px;
    margin-left: 72px;
  }
  /* line 325, app/assets/stylesheets/mains/mains.scss */
  #main_index_home .icon-memt {
    display: inline-block;
    width: 30px;
    height: 10px;
    border-top: 5px solid #ffc078;
    border-bottom: 5px solid #ffc078;
    /* background-color: #000000;*/
    /* 位置 */
    position: absolute;
    margin-left: 90%;
    margin-top: -40px;
    /* 手勢 */
    cursor: pointer;
  }
  /* line 342, app/assets/stylesheets/mains/mains.scss */
  #main_index_home .main-mobile-menu {
    display: none;
    background-color: #cfb9a5;
    height: 80px;
    opacity: 0.8;
    box-shadow: 0px 5px 0px 0px #6b8e23;
    border-radius: 0px 0px 5px 5px;
  }
  /* line 351, app/assets/stylesheets/mains/mains.scss */
  #main_index_home .main-ul {
    margin: 0px;
  }
  /* line 355, app/assets/stylesheets/mains/mains.scss */
  #main_index_home .main-li {
    padding-top: 10px;
    list-style: none;
  }
  /* line 360, app/assets/stylesheets/mains/mains.scss */
  #main_index_home .main-contact {
    text-align: center;
  }
  /* line 364, app/assets/stylesheets/mains/mains.scss */
  #main_index_home .renew-code-main-total {
    margin-top: 10px;
  }
  /* line 368, app/assets/stylesheets/mains/mains.scss */
  #main_index_home .renew-code-main-total p {
    font-family: "Audiowide", sans-serif;
    font-size: 18px;
  }
  /* line 374, app/assets/stylesheets/mains/mains.scss */
  #main_index_home .renew-code-blog {
    width: 100%;
  }
  /* line 378, app/assets/stylesheets/mains/mains.scss */
  #main_index_home .blog-box {
    width: 100%;
  }
  /* line 383, app/assets/stylesheets/mains/mains.scss */
  #main_index_home .blog-box img {
    width: 250px;
    height: 250px;
  }
  /* line 388, app/assets/stylesheets/mains/mains.scss */
  #main_index_home .andy_descrip_text_nav {
    margin-left: 135px;
    color: #fff;
  }
  /* line 394, app/assets/stylesheets/mains/mains.scss */
  #main_index_home .andy_community_icon {
    margin-top: -10px;
    margin-left: -80px;
    float: left;
  }
  /* line 401, app/assets/stylesheets/mains/mains.scss */
  #main_index_home .andy_community_icon a {
    padding-left: 8px;
    color: #fff;
    float: left;
  }
  /* line 409, app/assets/stylesheets/mains/mains.scss */
  #main_index_home .post-category-index {
    text-align: center;
  }
  /* line 413, app/assets/stylesheets/mains/mains.scss */
  #main_index_home .category-title {
    border: 1px solid;
    width: 100px;
    margin: 0 auto;
    font-family: "Sigmar One";
  }
  /* line 420, app/assets/stylesheets/mains/mains.scss */
  #main_index_home .clear_f {
    float: none;
  }
  /* line 425, app/assets/stylesheets/mains/mains.scss */
  #main_index_home .category-box-index {
    text-align: center;
    margin-left: -40px;
    margin-bottom: 50px;
  }
  /* line 431, app/assets/stylesheets/mains/mains.scss */
  #main_index_home .category-box-ul {
    list-style: none;
  }
  /* line 435, app/assets/stylesheets/mains/mains.scss */
  #main_index_home .category-box-ul li {
    width: 360px;
    margin: 0 auto;
    padding-top: 5px;
    padding-bottom: 5px;
    border: 0.5px solid;
    border-radius: 1px;
  }
  /* line 445, app/assets/stylesheets/mains/mains.scss */
  #main_index_home .blog_show_box {
    margin-left: 35px;
    margin-right: 35px;
    /* 部落格內頁URL列表 */
  }
  /* line 450, app/assets/stylesheets/mains/mains.scss */
  #main_index_home .blog_show_box .blog_show_url_box {
    margin-top: 20px;
    margin-left: 40px;
  }
  /* line 455, app/assets/stylesheets/mains/mains.scss */
  #main_index_home .blog_show_box .blog_show_url {
    font-size: 12px;
    width: 100px;
    height: 50px;
    line-height: 50px;
    padding: 10px;
    background: #4d4d4d;
    color: #fff;
    border-radius: 0 10px 0 10px;
  }
  /* line 468, app/assets/stylesheets/mains/mains.scss */
  #main_index_home .blog_show_back {
    display: block;
    margin-top: 30px;
    border-bottom: 1px solid;
  }
  /* line 474, app/assets/stylesheets/mains/mains.scss */
  #main_index_home .blog_title {
    font-family: "Sigmar One";
    font-size: 15px;
    text-align: center;
  }
  /* line 480, app/assets/stylesheets/mains/mains.scss */
  #main_index_home .blog_p_box {
    text-align: center;
  }
  /* line 484, app/assets/stylesheets/mains/mains.scss */
  #main_index_home .blog_p {
    font-family: "Noto Sans TC";
    font-size: 14px;
    width: 300px;
    text-align: center;
  }
  /* line 491, app/assets/stylesheets/mains/mains.scss */
  #main_index_home .show_medium_link {
    display: block;
    border-top: 1px solid;
    text-align: right;
  }
}

/* line 1, app/assets/stylesheets/mains/mains_v2.scss */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* line 7, app/assets/stylesheets/mains/mains_v2.scss */
body {
  font-family: system-ui, -apple-system, sans-serif;
  background: #f5f7fa;
  color: #333;
  line-height: 1.6;
}

/* 搜尋 */
/* line 15, app/assets/stylesheets/mains/mains_v2.scss */
.search-form {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  padding: 20px;
}

/* line 22, app/assets/stylesheets/mains/mains_v2.scss */
.search-wrapper {
  position: relative;
  width: 100%;
}

/* line 27, app/assets/stylesheets/mains/mains_v2.scss */
.search-input {
  width: 100%;
  padding: 12px 45px 12px 16px;
  border: 2px solid #e0e0e0;
  border-radius: 50px;
  font-size: 16px;
  line-height: 1.5;
  color: #333;
  transition: all 0.3s ease;
  background: white;
}

/* line 38, app/assets/stylesheets/mains/mains_v2.scss */
.search-input:focus {
  outline: none;
  border-color: #4a90e2;
  box-shadow: 0 0 0 3px rgba(74, 144, 226, 0.1);
}

/* line 44, app/assets/stylesheets/mains/mains_v2.scss */
.search-input::placeholder {
  color: #999;
}

/* line 49, app/assets/stylesheets/mains/mains_v2.scss */
.search-button {
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  background: none;
  padding: 8px;
  border-radius: 50%;
  cursor: pointer;
  color: #666;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
}

/* line 65, app/assets/stylesheets/mains/mains_v2.scss */
.search-button:hover {
  color: #4a90e2;
  background: rgba(74, 144, 226, 0.1);
}

/* line 70, app/assets/stylesheets/mains/mains_v2.scss */
.search-button svg {
  width: 20px;
  height: 20px;
}

@media (max-width: 768px) {
  /* line 78, app/assets/stylesheets/mains/mains_v2.scss */
  .search-form {
    padding: 15px;
  }
  /* line 82, app/assets/stylesheets/mains/mains_v2.scss */
  .search-input {
    font-size: 15px;
    padding: 10px 40px 10px 14px;
  }
  /* line 87, app/assets/stylesheets/mains/mains_v2.scss */
  .search-button {
    padding: 6px;
  }
  /* line 90, app/assets/stylesheets/mains/mains_v2.scss */
  .search-button svg {
    width: 18px;
    height: 18px;
  }
}

@media (max-width: 480px) {
  /* line 98, app/assets/stylesheets/mains/mains_v2.scss */
  .search-form {
    padding: 10px;
  }
  /* line 102, app/assets/stylesheets/mains/mains_v2.scss */
  .search-input {
    font-size: 14px;
    padding: 8px 35px 8px 12px;
  }
  /* line 107, app/assets/stylesheets/mains/mains_v2.scss */
  .search-button {
    padding: 5px;
  }
  /* line 110, app/assets/stylesheets/mains/mains_v2.scss */
  .search-button svg {
    width: 16px;
    height: 16px;
  }
}

/* line 117, app/assets/stylesheets/mains/mains_v2.scss */
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
  display: grid;
  grid-template-columns: 300px 1fr 300px;
  gap: 20px;
  overflow-x: hidden;
  /* 防止水平捲動 */
}

/* line 127, app/assets/stylesheets/mains/mains_v2.scss */
.signboard-text {
  padding-top: 25px;
  padding-bottom: 20px;
  font-size: 12px;
}

/* Profile Card Styles */
/* line 134, app/assets/stylesheets/mains/mains_v2.scss */
.profile-card {
  background: white;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  padding: 20px;
  text-align: center;
  height: fit-content;
}

/* line 143, app/assets/stylesheets/mains/mains_v2.scss */
.avatar {
  width: 120px;
  height: 120px;
  margin: 0 auto 15px;
}

/* line 149, app/assets/stylesheets/mains/mains_v2.scss */
.avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* line 155, app/assets/stylesheets/mains/mains_v2.scss */
.name {
  font-size: 24px;
  font-weight: 600;
  margin: 0 0 5px;
}

/* line 161, app/assets/stylesheets/mains/mains_v2.scss */
.title {
  font-size: 16px;
  color: #666;
  margin: 0 0 5px;
}

/* line 167, app/assets/stylesheets/mains/mains_v2.scss */
.location {
  font-size: 14px;
  color: #888;
  margin: 0 0 20px;
}

/* line 173, app/assets/stylesheets/mains/mains_v2.scss */
.stats {
  display: flex;
  justify-content: center;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  padding: 15px 0;
  margin-bottom: 20px;
}

/* line 182, app/assets/stylesheets/mains/mains_v2.scss */
.stat-item {
  flex: 1;
  text-align: center;
}

/* line 187, app/assets/stylesheets/mains/mains_v2.scss */
.stat-value {
  font-size: 20px;
  font-weight: 600;
}

/* line 192, app/assets/stylesheets/mains/mains_v2.scss */
.stat-label {
  font-size: 12px;
  color: #888;
  text-transform: uppercase;
}

/* line 198, app/assets/stylesheets/mains/mains_v2.scss */
.social-links {
  display: flex;
  justify-content: center;
  gap: 15px;
}

/* line 204, app/assets/stylesheets/mains/mains_v2.scss */
.social-link {
  color: #666;
  text-decoration: none;
}

/* line 209, app/assets/stylesheets/mains/mains_v2.scss */
.social-link:hover {
  color: #4a90e2;
}

/* Article Section Styles */
/* line 214, app/assets/stylesheets/mains/mains_v2.scss */
.articles {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

/* line 220, app/assets/stylesheets/mains/mains_v2.scss */
.article-card {
  background: white;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  padding: 20px;
}

/* line 227, app/assets/stylesheets/mains/mains_v2.scss */
.article-header {
  display: flex;
  justify-content: flex-start;
  gap: 20px;
  margin-bottom: 15px;
}

/* line 234, app/assets/stylesheets/mains/mains_v2.scss */
.article-main {
  flex: 1;
  max-width: calc(100% - 100px);
}

@media (max-width: 576px) {
  /* line 234, app/assets/stylesheets/mains/mains_v2.scss */
  .article-main {
    max-width: 100%;
  }
}

/* line 243, app/assets/stylesheets/mains/mains_v2.scss */
.article-thumbnail {
  width: 30px;
  height: 30px;
  flex-shrink: 0;
  border-radius: 4px;
  overflow: hidden;
  margin-left: auto;
}

@media (max-width: 576px) {
  /* line 243, app/assets/stylesheets/mains/mains_v2.scss */
  .article-thumbnail {
    margin-left: 0;
    width: 100%;
    height: 200px;
  }
}

/* line 257, app/assets/stylesheets/mains/mains_v2.scss */
.article-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* line 264, app/assets/stylesheets/mains/mains_v2.scss */
.article-title {
  font-size: 24px;
  margin-bottom: 10px;
}

@media (max-width: 576px) {
  /* line 264, app/assets/stylesheets/mains/mains_v2.scss */
  .article-title {
    font-size: 20px;
  }
}

/* line 273, app/assets/stylesheets/mains/mains_v2.scss */
.article-meta {
  color: #666;
  font-size: 14px;
}

/* line 278, app/assets/stylesheets/mains/mains_v2.scss */
.article-content {
  color: #444;
  margin-bottom: 15px;
}

/* line 283, app/assets/stylesheets/mains/mains_v2.scss */
.article-actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #666;
  font-size: 14px;
}

@media (max-width: 768px) {
  /* line 293, app/assets/stylesheets/mains/mains_v2.scss */
  .article-thumbnail {
    width: 45px;
    height: 45px;
  }
}

/* line 299, app/assets/stylesheets/mains/mains_v2.scss */
.read-more {
  background: #4a90e2;
  color: white;
  padding: 8px 16px;
  border-radius: 4px;
  text-decoration: none;
  font-size: 14px;
}

/* Categories Sidebar Styles */
/* line 309, app/assets/stylesheets/mains/mains_v2.scss */
.categories {
  background: white;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  padding: 20px;
  height: fit-content;
}

/* line 317, app/assets/stylesheets/mains/mains_v2.scss */
.categories h2 {
  margin-bottom: 15px;
  font-size: 20px;
}

/* line 322, app/assets/stylesheets/mains/mains_v2.scss */
.category-list {
  list-style: none;
}

/* line 326, app/assets/stylesheets/mains/mains_v2.scss */
.category-item {
  display: flex;
  justify-content: space-between;
  padding: 8px 0;
  border-bottom: 1px solid #eee;
}

/* line 333, app/assets/stylesheets/mains/mains_v2.scss */
.category-item:last-child {
  border-bottom: none;
}

/* line 337, app/assets/stylesheets/mains/mains_v2.scss */
.category-name {
  color: #666;
  text-decoration: none;
}

/* line 342, app/assets/stylesheets/mains/mains_v2.scss */
.category-count {
  background: #f0f0f0;
  padding: 2px 8px;
  border-radius: 12px;
  font-size: 12px;
  color: #666;
}

/* Responsive Design */
@media (max-width: 1024px) {
  /* line 352, app/assets/stylesheets/mains/mains_v2.scss */
  .container {
    grid-template-columns: 250px 1fr 250px;
  }
}

@media (max-width: 1024px) {
  /* line 358, app/assets/stylesheets/mains/mains_v2.scss */
  .container {
    grid-template-columns: 250px 1fr 250px;
  }
}

@media (max-width: 768px) {
  /* line 364, app/assets/stylesheets/mains/mains_v2.scss */
  .container {
    grid-template-columns: 1fr;
    padding: 10px;
    /* 縮小padding */
  }
  /* line 369, app/assets/stylesheets/mains/mains_v2.scss */
  .profile-card,
.categories,
.article-card {
    width: 100%;
    /* 設定寬度為100% */
    margin-right: 0;
    /* 移除右邊距 */
    padding: 15px;
    /* 統一padding */
    position: static;
  }
  /* 確保所有卡片都能完整顯示 */
  /* line 379, app/assets/stylesheets/mains/mains_v2.scss */
  .articles {
    width: 100%;
  }
  /* 移除之前設定的固定margin */
  /* line 384, app/assets/stylesheets/mains/mains_v2.scss */
  .article-card {
    margin-right: 0;
  }
}

/* 新增更小螢幕的優化 */
@media (max-width: 480px) {
  /* line 391, app/assets/stylesheets/mains/mains_v2.scss */
  .container {
    padding: 10px;
  }
  /* line 395, app/assets/stylesheets/mains/mains_v2.scss */
  .stats {
    flex-direction: row;
    flex-wrap: wrap;
  }
  /* line 400, app/assets/stylesheets/mains/mains_v2.scss */
  .stat-item {
    flex: 0 0 33.333%;
    padding: 5px;
  }
  /* line 405, app/assets/stylesheets/mains/mains_v2.scss */
  .social-links {
    flex-wrap: wrap;
    gap: 10px;
  }
}

@media (max-width: 768px) {
  /* line 412, app/assets/stylesheets/mains/mains_v2.scss */
  .article-card {
    background: white;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    padding: 20px;
    margin-right: 20%;
  }
}

/* line 2, app/assets/stylesheets/mains/message.scss */
#main-message-contact .form-group {
  position: relative;
}

/* line 5, app/assets/stylesheets/mains/message.scss */
#main-message-contact .form-group input, #main-message-contact .form-group textarea {
  width: 100%;
  padding: 0.75rem;
  border: 1px solid #e2e8f0;
  border-radius: 0.375rem;
  transition: all 0.2s;
}

/* line 12, app/assets/stylesheets/mains/message.scss */
#main-message-contact .form-group input:focus, #main-message-contact .form-group textarea:focus {
  outline: none;
  border-color: #3b82f6;
  box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
}

/* line 18, app/assets/stylesheets/mains/message.scss */
#main-message-contact .form-group input:invalid:not(:placeholder-shown), #main-message-contact .form-group textarea:invalid:not(:placeholder-shown) {
  border-color: #ef4444;
}

/* line 23, app/assets/stylesheets/mains/message.scss */
#main-message-contact .form-group textarea {
  min-height: 150px;
  resize: vertical;
}

@media (max-width: 640px) {
  /* line 1, app/assets/stylesheets/mains/message.scss */
  #main-message-contact {
    padding: 1rem;
  }
  /* line 32, app/assets/stylesheets/mains/message.scss */
  #main-message-contact .message-header {
    font-size: 1.25rem;
  }
  /* line 36, app/assets/stylesheets/mains/message.scss */
  #main-message-contact .form-group {
    margin-bottom: 1rem;
  }
}

/* line 42, app/assets/stylesheets/mains/message.scss */
#main-message-contact .loading {
  position: relative;
  pointer-events: none;
}

/* line 46, app/assets/stylesheets/mains/message.scss */
#main-message-contact .loading:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1.5rem;
  height: 1.5rem;
  margin: -0.75rem 0 0 -0.75rem;
  border: 2px solid #fff;
  border-radius: 50%;
  border-right-color: transparent;
  animation: spin 0.75s linear infinite;
}

@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}

/* line 9, app/assets/stylesheets/mains/pagination.scss */
.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 40px 0;
  padding: 0;
  list-style: none;
}

@media screen and (max-width: 768px) {
  /* line 9, app/assets/stylesheets/mains/pagination.scss */
  .pagination {
    margin: 30px 0;
    flex-wrap: wrap;
  }
}

/* line 22, app/assets/stylesheets/mains/pagination.scss */
.pagination__item {
  margin: 0 4px;
}

@media screen and (max-width: 768px) {
  /* line 22, app/assets/stylesheets/mains/pagination.scss */
  .pagination__item {
    margin: 4px;
  }
}

/* line 30, app/assets/stylesheets/mains/pagination.scss */
.pagination__link {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  height: 40px;
  padding: 0 12px;
  border: 1px solid #ddd;
  border-radius: 4px;
  color: #333;
  text-decoration: none;
  transition: all 0.3s ease;
}

/* line 43, app/assets/stylesheets/mains/pagination.scss */
.pagination__link:hover {
  background-color: #f5f5f5;
  border-color: #fac36f;
}

/* line 48, app/assets/stylesheets/mains/pagination.scss */
.pagination__link--active {
  background-color: #fac36f;
  border-color: #fac36f;
  color: white;
}

/* line 53, app/assets/stylesheets/mains/pagination.scss */
.pagination__link--active:hover {
  background-color: #f9b956;
}

/* line 58, app/assets/stylesheets/mains/pagination.scss */
.pagination__link--disabled {
  color: #ccc;
  cursor: not-allowed;
  pointer-events: none;
}

/* line 63, app/assets/stylesheets/mains/pagination.scss */
.pagination__link--disabled:hover {
  background-color: #fff;
  border-color: #ddd;
}

/* line 71, app/assets/stylesheets/mains/pagination.scss */
.pagination__ellipsis {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  height: 40px;
  color: #333;
}

@media screen and (max-width: 768px) {
  /* line 81, app/assets/stylesheets/mains/pagination.scss */
  .pagination__text {
    display: none;
  }
}

/* line 88, app/assets/stylesheets/mains/pagination.scss */
.pagination__arrow {
  font-size: 18px;
}

@media screen and (max-width: 768px) {
  /* line 88, app/assets/stylesheets/mains/pagination.scss */
  .pagination__arrow {
    font-size: 16px;
  }
}

@media only screen and (min-width: 320px) and (max-width: 900px) {
  /* line 99, app/assets/stylesheets/mains/pagination.scss */
  .pagination {
    margin-right: 50%;
  }
}

/* line 2, app/assets/stylesheets/mains/portfolio.scss */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

/* line 9, app/assets/stylesheets/mains/portfolio.scss */
body {
  background-color: #f5f5f5;
}

/* line 14, app/assets/stylesheets/mains/portfolio.scss */
.portfolio-page {
  background-color: #f5f5f5;
}

/* line 17, app/assets/stylesheets/mains/portfolio.scss */
.portfolio-page .header {
  background-color: #333;
  color: white;
  padding: 15px 30px;
}

/* line 23, app/assets/stylesheets/mains/portfolio.scss */
.portfolio-page .header-content {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* line 31, app/assets/stylesheets/mains/portfolio.scss */
.portfolio-page .blog-title {
  color: #ffd700;
  font-size: 24px;
  font-weight: bold;
}

/* line 37, app/assets/stylesheets/mains/portfolio.scss */
.portfolio-page .header-right {
  display: flex;
  align-items: center;
  gap: 20px;
}

/* line 43, app/assets/stylesheets/mains/portfolio.scss */
.portfolio-page .motto {
  color: white;
  font-size: 14px;
}

/* line 48, app/assets/stylesheets/mains/portfolio.scss */
.portfolio-page .menu-dropdown {
  background: white;
  padding: 8px 16px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-size: 14px;
}

/* line 57, app/assets/stylesheets/mains/portfolio.scss */
.portfolio-page .nav {
  background: white;
  padding: 10px 30px;
  border-bottom: 1px solid #ddd;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
}

/* line 67, app/assets/stylesheets/mains/portfolio.scss */
.portfolio-page .nav-button {
  padding: 8px 16px;
  border: none;
  background: none;
  cursor: pointer;
  transition: all 0.3s ease;
  font-size: 14px;
  white-space: nowrap;
  min-width: fit-content;
}

/* line 77, app/assets/stylesheets/mains/portfolio.scss */
.portfolio-page .nav-button.active {
  background: #4169e1;
  color: white;
  border-radius: 4px;
}

/* line 83, app/assets/stylesheets/mains/portfolio.scss */
.portfolio-page .nav-button:hover:not(.active) {
  background: #f0f0f0;
  border-radius: 4px;
}

/* line 89, app/assets/stylesheets/mains/portfolio.scss */
.portfolio-page .grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 20px;
  max-width: 1200px;
  margin: 20px auto;
  padding: 0 30px;
}

/* line 98, app/assets/stylesheets/mains/portfolio.scss */
.portfolio-page .project {
  padding-top: 30px;
  background: white;
  aspect-ratio: 4/3;
  position: relative;
  overflow: hidden;
  border-radius: 4px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

/* line 107, app/assets/stylesheets/mains/portfolio.scss */
.portfolio-page .project img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  transition: transform 0.3s ease;
}

/* line 114, app/assets/stylesheets/mains/portfolio.scss */
.portfolio-page .project:hover img {
  transform: scale(1.05);
}

/* line 119, app/assets/stylesheets/mains/portfolio.scss */
.portfolio-page .hidden {
  display: none;
}

@media (max-width: 768px) {
  /* line 124, app/assets/stylesheets/mains/portfolio.scss */
  .portfolio-page .header-content {
    flex-direction: column;
    gap: 10px;
    text-align: center;
  }
  /* line 130, app/assets/stylesheets/mains/portfolio.scss */
  .portfolio-page .header-right {
    flex-direction: column;
  }
  /* line 134, app/assets/stylesheets/mains/portfolio.scss */
  .portfolio-page .nav {
    padding: 10px 15px;
    gap: 8px;
  }
  /* line 139, app/assets/stylesheets/mains/portfolio.scss */
  .portfolio-page .nav-button {
    padding: 6px 12px;
    font-size: 13px;
    flex: 1;
    text-align: center;
    max-width: calc(50% - 4px);
  }
  /* line 147, app/assets/stylesheets/mains/portfolio.scss */
  .portfolio-page .grid {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  }
}

@media (max-width: 375px) {
  /* line 153, app/assets/stylesheets/mains/portfolio.scss */
  .portfolio-page .nav-button {
    max-width: 100%;
  }
}

/* line 2, app/assets/stylesheets/mains/slider.scss */
.slider-container {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto 30px;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

/* line 12, app/assets/stylesheets/mains/slider.scss */
.slider-container:hover .slider-item.active {
  animation-play-state: paused;
}

/* line 17, app/assets/stylesheets/mains/slider.scss */
.slider {
  position: relative;
  width: 100%;
  height: 400px;
  overflow: hidden;
}

@media (max-width: 768px) {
  /* line 17, app/assets/stylesheets/mains/slider.scss */
  .slider {
    height: 300px;
  }
}

@media (max-width: 480px) {
  /* line 17, app/assets/stylesheets/mains/slider.scss */
  .slider {
    height: 250px;
  }
}

/* line 33, app/assets/stylesheets/mains/slider.scss */
.slider-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 45, app/assets/stylesheets/mains/slider.scss */
.slider-item.active {
  opacity: 1;
}

/* line 48, app/assets/stylesheets/mains/slider.scss */
.slider-item.active .slider-content {
  transform: translateY(0);
}

/* line 53, app/assets/stylesheets/mains/slider.scss */
.slider-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* line 60, app/assets/stylesheets/mains/slider.scss */
.slider-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.7));
  color: white;
  padding: 40px 30px 30px;
  transform: translateY(100%);
  transition: transform 0.3s ease;
}

/* line 71, app/assets/stylesheets/mains/slider.scss */
.slider-content h3 {
  font-size: 1.8rem;
  margin: 0 0 10px;
  font-weight: 600;
}

@media (max-width: 768px) {
  /* line 71, app/assets/stylesheets/mains/slider.scss */
  .slider-content h3 {
    font-size: 1.4rem;
  }
}

@media (max-width: 480px) {
  /* line 71, app/assets/stylesheets/mains/slider.scss */
  .slider-content h3 {
    font-size: 1.2rem;
  }
}

/* line 85, app/assets/stylesheets/mains/slider.scss */
.slider-content p {
  font-size: 1rem;
  margin: 0;
  opacity: 0.9;
}

@media (max-width: 768px) {
  /* line 85, app/assets/stylesheets/mains/slider.scss */
  .slider-content p {
    font-size: 0.9rem;
  }
}

@media (max-width: 480px) {
  /* line 85, app/assets/stylesheets/mains/slider.scss */
  .slider-content p {
    font-size: 0.8rem;
  }
}

@media (max-width: 768px) {
  /* line 60, app/assets/stylesheets/mains/slider.scss */
  .slider-content {
    padding: 20px 20px 20px;
  }
}

@media (max-width: 480px) {
  /* line 60, app/assets/stylesheets/mains/slider.scss */
  .slider-content {
    padding: 15px 15px 15px;
  }
}

/* line 109, app/assets/stylesheets/mains/slider.scss */
.slider-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.9);
  border: none;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  z-index: 10;
}

/* line 125, app/assets/stylesheets/mains/slider.scss */
.slider-nav:hover {
  background: white;
  transform: translateY(-50%) scale(1.1);
}

/* line 130, app/assets/stylesheets/mains/slider.scss */
.slider-nav.prev {
  left: 20px;
}

@media (max-width: 768px) {
  /* line 130, app/assets/stylesheets/mains/slider.scss */
  .slider-nav.prev {
    left: 10px;
  }
}

/* line 138, app/assets/stylesheets/mains/slider.scss */
.slider-nav.next {
  right: 20px;
}

@media (max-width: 768px) {
  /* line 138, app/assets/stylesheets/mains/slider.scss */
  .slider-nav.next {
    right: 10px;
  }
}

/* line 146, app/assets/stylesheets/mains/slider.scss */
.slider-nav svg {
  width: 20px;
  height: 20px;
  fill: #333;
}

@media (max-width: 768px) {
  /* line 146, app/assets/stylesheets/mains/slider.scss */
  .slider-nav svg {
    width: 16px;
    height: 16px;
  }
}

@media (max-width: 768px) {
  /* line 109, app/assets/stylesheets/mains/slider.scss */
  .slider-nav {
    width: 40px;
    height: 40px;
  }
}

/* line 164, app/assets/stylesheets/mains/slider.scss */
.slider-dots {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 10px;
  z-index: 10;
}

/* line 174, app/assets/stylesheets/mains/slider.scss */
.dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
  cursor: pointer;
  transition: all 0.3s ease;
  border: none;
}

/* line 183, app/assets/stylesheets/mains/slider.scss */
.dot.active {
  background: white;
  transform: scale(1.2);
}

@media (max-width: 768px) {
  /* line 174, app/assets/stylesheets/mains/slider.scss */
  .dot {
    width: 10px;
    height: 10px;
  }
}

/* line 195, app/assets/stylesheets/mains/slider.scss */
.demo-container {
  max-width: 1200px;
  margin: 0 auto;
}

/* line 200, app/assets/stylesheets/mains/slider.scss */
.demo-title {
  text-align: center;
  color: #333;
  margin-bottom: 30px;
}

/* line 206, app/assets/stylesheets/mains/slider.scss */
.search-demo {
  max-width: 600px;
  margin: 0 auto;
  padding: 20px;
  background: white;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

/* line 214, app/assets/stylesheets/mains/slider.scss */
.search-demo .search-input {
  width: 100%;
  padding: 12px 20px;
  border: 2px solid #e0e0e0;
  border-radius: 25px;
  font-size: 16px;
  outline: none;
  transition: border-color 0.3s ease;
}

/* line 223, app/assets/stylesheets/mains/slider.scss */
.search-demo .search-input:focus {
  border-color: #007bff;
}

/* line 1, app/assets/stylesheets/mains/slideshow.scss */
#mains_slide_show {
  text-align: center;
}

/* line 5, app/assets/stylesheets/mains/slideshow.scss */
#mains_slide_show .main_banner {
  display: none;
}

/* line 1, app/assets/stylesheets/mains/work.scss */
#work-icon {
  text-align: center;
  /* PC */
}

/* line 4, app/assets/stylesheets/mains/work.scss */
#work-icon .work-section {
  margin-left: 30px;
  margin-right: 30px;
  margin-top: 30px;
  border: 1px solid;
  height: 260px;
  /* height: 550px; */
}

/* line 14, app/assets/stylesheets/mains/work.scss */
#work-icon .work-box {
  width: 93%;
  float: left;
  border: 1px solid;
  padding: 20px;
  margin: 20px;
}

@media only screen and (min-width: 320px) and (max-width: 900px) {
  /* line 25, app/assets/stylesheets/mains/work.scss */
  #work-icon {
    text-align: center;
    /* Mobile */
  }
  /* line 28, app/assets/stylesheets/mains/work.scss */
  #work-icon .work-section {
    margin-left: 30px;
    margin-right: 30px;
    margin-top: 30px;
    border: 1px solid;
    height: 260px;
    /* height: 550px; */
  }
  /* line 38, app/assets/stylesheets/mains/work.scss */
  #work-icon .work-box {
    width: 80%;
    float: left;
    border: 1px solid;
    padding: 20px;
    margin: 20px;
  }
}

/* line 1, app/assets/stylesheets/stores/index.scss */
.nav_store {
  background-color: #000000;
  height: 75px;
  display: flex;
}

/* line 8, app/assets/stylesheets/stores/index.scss */
.store_logo_laft {
  padding-left: 10px;
  margin-top: 12px;
}

/* line 13, app/assets/stylesheets/stores/index.scss */
.store_logo_laft h1 {
  color: #ffffff;
  font-size: 14px;
}

/* line 18, app/assets/stylesheets/stores/index.scss */
.nav_store_right {
  margin-left: auto;
  margin-right: 15px;
  margin-top: 20px;
  width: 300px;
}

/* line 25, app/assets/stylesheets/stores/index.scss */
.andy-products {
  display: flex;
}

/* line 29, app/assets/stylesheets/stores/index.scss */
.product-box {
  width: 25%;
  height: 115px;
  border: solid 1px;
}

/* line 35, app/assets/stylesheets/stores/index.scss */
.andy-cart {
  float: left;
  padding-right: 20px;
  color: #ffffff;
}

@media only screen and (min-width: 320px) and (max-width: 700px) {
  /* line 43, app/assets/stylesheets/stores/index.scss */
  .nav_store {
    background-color: #000000;
    height: 55px;
    display: flex;
  }
  /* line 50, app/assets/stylesheets/stores/index.scss */
  .store_logo_laft {
    padding-left: 10px;
    margin-top: 12px;
  }
  /* line 55, app/assets/stylesheets/stores/index.scss */
  .store_logo_laft h1 {
    color: #ffffff;
    font-size: 14px;
  }
  /* line 60, app/assets/stylesheets/stores/index.scss */
  .nav_store_right {
    margin-left: auto;
    margin-right: 15px;
    margin-top: 20px;
  }
  /* line 66, app/assets/stylesheets/stores/index.scss */
  .andy-products {
    display: block;
  }
  /* line 70, app/assets/stylesheets/stores/index.scss */
  .product-box {
    width: 99%;
    height: 115px;
    border: solid 1px;
    float: left;
  }
}

/* Basic Styling */
/* line 2, app/assets/stylesheets/stores/products.scss */
.product-listing-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  /* Responsive grid */
  gap: 20px;
}

/* line 8, app/assets/stylesheets/stores/products.scss */
.product-item {
  border: 1px solid #ccc;
  padding: 15px;
  text-align: center;
}

/* line 14, app/assets/stylesheets/stores/products.scss */
.product-image {
  max-width: 100%;
  height: auto;
  margin-bottom: 10px;
}

/* Typography & Colors */
/* line 21, app/assets/stylesheets/stores/products.scss */
.product-name {
  font-weight: bold;
}

/* line 25, app/assets/stylesheets/stores/products.scss */
.product-price {
  color: #007bff;
  /* Blue */
  margin-bottom: 15px;
}

/* line 30, app/assets/stylesheets/stores/products.scss */
.view-details-button {
  display: inline-block;
  background-color: #007bff;
  color: white;
  padding: 8px 15px;
  text-decoration: none;
  border-radius: 5px;
}

/* Media Queries for Responsiveness */
@media (max-width: 768px) {
  /* line 41, app/assets/stylesheets/stores/products.scss */
  .product-listing-container {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  }
}

@media (max-width: 480px) {
  /* line 47, app/assets/stylesheets/stores/products.scss */
  .product-listing-container {
    grid-template-columns: 1fr;
  }
}

/* Media Queries for Responsiveness */
/* line 1, app/assets/stylesheets/member/login.scss */
.member-login {
  text-align: center;
  padding-top: 30px;
  padding-bottom: 30px;
}

/* line 1, app/assets/stylesheets/backend/comon_tables.scss */
.renew-backend-table {
  /* Zebra striping */
}

/* line 3, app/assets/stylesheets/backend/comon_tables.scss */
.renew-backend-table .wrap {
  overflow: hidden;
  border-radius: 10px 10px 0px 0px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.35);
}

/* line 9, app/assets/stylesheets/backend/comon_tables.scss */
.renew-backend-table table {
  width: 100%;
  border-collapse: collapse;
}

/* line 14, app/assets/stylesheets/backend/comon_tables.scss */
.renew-backend-table tr:nth-of-type(odd) {
  background: #eee;
}

/* line 17, app/assets/stylesheets/backend/comon_tables.scss */
.renew-backend-table th {
  background: #333;
  color: white;
  font-weight: bold;
}

/* line 22, app/assets/stylesheets/backend/comon_tables.scss */
.renew-backend-table td, .renew-backend-table th {
  padding: 6px;
  border: 1px solid #ccc;
  text-align: left;
}

@media only screen and (min-width: 320px) and (max-width: 900px) {
  /* line 33, app/assets/stylesheets/backend/comon_tables.scss */
  .renew-backend-table {
    /* Force table to not be like tables anymore */
    /* Hide table headers (but not display: none;, for accessibility) */
    /*
			Label the data
			*/
  }
  /* line 35, app/assets/stylesheets/backend/comon_tables.scss */
  .renew-backend-table .wrap {
    overflow: hidden;
    border-radius: 10px 10px 0px 0px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.35);
  }
  /* line 42, app/assets/stylesheets/backend/comon_tables.scss */
  .renew-backend-table table, .renew-backend-table thead, .renew-backend-table tbody, .renew-backend-table th, .renew-backend-table .data-contact-th, .renew-backend-table .data-contact {
    display: block;
  }
  /* line 55, app/assets/stylesheets/backend/comon_tables.scss */
  .renew-backend-table thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  /* line 61, app/assets/stylesheets/backend/comon_tables.scss */
  .renew-backend-table tr {
    border: 1px solid #ccc;
  }
  /* line 63, app/assets/stylesheets/backend/comon_tables.scss */
  .renew-backend-table td {
    /* Behave  like a "row" */
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-left: 0%;
  }
  /* line 71, app/assets/stylesheets/backend/comon_tables.scss */
  .renew-backend-table td:before {
    /* Now like a table header */
    position: absolute;
    /* Top/left values mimic padding */
    top: 6px;
    left: 6px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
  }
}

/* line 1, app/assets/stylesheets/backend/index.scss */
#backend-andy-ui {
  margin-top: -20px;
  /* menu */
  /* Header */
  /* Sidebar */
  /* Main Content */
  /* Responsive Design */
}

/* line 3, app/assets/stylesheets/backend/index.scss */
#backend-andy-ui .nav {
  background: #aea3b0;
  border-bottom: solid 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0.5px 0.5px 0.5px 0.5px;
  height: 80px;
  display: flex;
}

/* line 10, app/assets/stylesheets/backend/index.scss */
#backend-andy-ui .nav_last {
  width: 1700px;
  padding-top: 7px;
  padding-left: 10px;
}

/* line 15, app/assets/stylesheets/backend/index.scss */
#backend-andy-ui .nav_right {
  width: 500px;
  padding-top: 25px;
  color: #000000;
}

/* line 21, app/assets/stylesheets/backend/index.scss */
#backend-andy-ui .menu {
  width: 140px;
  border: solid 1px;
  height: 1200px;
  position: absolute;
}

/* line 28, app/assets/stylesheets/backend/index.scss */
#backend-andy-ui .m-li {
  padding-left: 0px;
  padding-top: 10px;
  list-style: none;
}

/* line 33, app/assets/stylesheets/backend/index.scss */
#backend-andy-ui #backend-contact-main {
  margin-left: 0%;
  margin-top: 3%;
  margin-right: 3%;
}

/* line 39, app/assets/stylesheets/backend/index.scss */
#backend-andy-ui .header {
  background-color: #333;
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1em;
}

/* line 48, app/assets/stylesheets/backend/index.scss */
#backend-andy-ui .sidebar {
  background-color: #222;
  color: #fff;
  width: 250px;
}

/* line 54, app/assets/stylesheets/backend/index.scss */
#backend-andy-ui .sidebar__nav ul {
  list-style: none;
  padding: 1em;
}

/* line 58, app/assets/stylesheets/backend/index.scss */
#backend-andy-ui .sidebar__nav ul li {
  margin-bottom: 1em;
}

/* line 62, app/assets/stylesheets/backend/index.scss */
#backend-andy-ui .container {
  display: flex;
  max-width: 1200px;
  margin: 2em auto;
  padding: 0 2em;
}

/* line 68, app/assets/stylesheets/backend/index.scss */
#backend-andy-ui .main-content {
  flex: 1;
  padding: 2em;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

@media (max-width: 768px) {
  /* line 76, app/assets/stylesheets/backend/index.scss */
  #backend-andy-ui .container {
    flex-direction: column;
  }
  /* line 79, app/assets/stylesheets/backend/index.scss */
  #backend-andy-ui .header {
    flex-direction: column;
    align-items: flex-start;
  }
  /* line 83, app/assets/stylesheets/backend/index.scss */
  #backend-andy-ui .sidebar {
    width: 100%;
    height: auto;
  }
}

@media only screen and (min-width: 320px) and (max-width: 900px) {
  /* line 91, app/assets/stylesheets/backend/index.scss */
  #backend-andy-ui {
    margin-top: -20px;
    /* menu */
  }
  /* line 93, app/assets/stylesheets/backend/index.scss */
  #backend-andy-ui .nav {
    background: #aea3b0;
    border-bottom: solid 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0.5px 0.5px 0.5px 0.5px;
    height: 80px;
    display: flex;
  }
  /* line 100, app/assets/stylesheets/backend/index.scss */
  #backend-andy-ui .nav_last {
    width: 300px;
    padding-top: 7px;
    padding-left: 10px;
  }
  /* line 105, app/assets/stylesheets/backend/index.scss */
  #backend-andy-ui .nav_right {
    width: 500px;
    padding-top: 25px;
    color: #000000;
  }
  /* line 111, app/assets/stylesheets/backend/index.scss */
  #backend-andy-ui .menu {
    width: 100%;
    border: solid 1px;
    height: 90px;
  }
  /* line 117, app/assets/stylesheets/backend/index.scss */
  #backend-andy-ui .m-li {
    padding-left: 10px;
    float: left;
    list-style: none;
  }
  /* line 122, app/assets/stylesheets/backend/index.scss */
  #backend-andy-ui #backend-contact-main {
    margin-left: 5%;
    margin-top: 0%;
    margin-right: 3%;
  }
}

/* line 1, app/assets/stylesheets/backend/login.scss */
.admin-login {
  text-align: center;
  padding-top: 30px;
  padding-bottom: 30px;
  margin-left: -15%;
}

/* Reset some default styles */
/* line 1, app/assets/stylesheets/ai_said/index.scss */
#ai-said {
  text-align: center;
}

/* line 26, app/assets/stylesheets/my_style/index.scss */
#my-style-t {
  /* 重置與基本樣式 */
  /* 主要容器 */
  /* 導航欄 */
  /* 英雄區塊 */
  /* 關於我區塊 */
  /* 生活風格區塊 */
  /* 相冊區塊 */
  /* 聯絡我區塊 */
  /* 頁尾 */
  /* 響應式設計 */
}

/* line 28, app/assets/stylesheets/my_style/index.scss */
#my-style-t * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Noto Sans TC", sans-serif;
}

/* line 35, app/assets/stylesheets/my_style/index.scss */
#my-style-t body {
  background-color: #f8f9fa;
  color: #333;
  line-height: 1.6;
}

/* line 42, app/assets/stylesheets/my_style/index.scss */
#my-style-t .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

/* line 49, app/assets/stylesheets/my_style/index.scss */
#my-style-t header {
  background-color: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 1000;
  transition: all 0.3s ease;
}

/* line 58, app/assets/stylesheets/my_style/index.scss */
#my-style-t header.scrolled {
  padding: 5px 0;
  background-color: rgba(255, 255, 255, 0.95);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
}

/* line 64, app/assets/stylesheets/my_style/index.scss */
#my-style-t header nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
}

/* line 70, app/assets/stylesheets/my_style/index.scss */
#my-style-t header nav .logo {
  font-size: 24px;
  font-weight: 700;
  color: #3a6ea5;
  text-decoration: none;
}

/* line 77, app/assets/stylesheets/my_style/index.scss */
#my-style-t header nav .nav-links {
  display: flex;
  list-style: none;
}

/* line 81, app/assets/stylesheets/my_style/index.scss */
#my-style-t header nav .nav-links li {
  margin-left: 30px;
}

/* line 85, app/assets/stylesheets/my_style/index.scss */
#my-style-t header nav .nav-links a {
  text-decoration: none;
  color: #333;
  font-weight: 500;
  transition: color 0.3s ease;
}

/* line 91, app/assets/stylesheets/my_style/index.scss */
#my-style-t header nav .nav-links a:hover {
  color: #3a6ea5;
}

/* line 97, app/assets/stylesheets/my_style/index.scss */
#my-style-t header nav .menu-toggle {
  display: none;
  cursor: pointer;
  font-size: 24px;
  z-index: 1001;
}

/* line 103, app/assets/stylesheets/my_style/index.scss */
#my-style-t header nav .menu-toggle i {
  transition: all 0.3s ease;
}

/* line 111, app/assets/stylesheets/my_style/index.scss */
#my-style-t .hero {
  height: 100vh;
  display: flex;
  align-items: center;
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(/api/placeholder/1200/800) center/cover no-repeat;
  color: #fff;
  text-align: center;
  margin-bottom: 60px;
}

/* line 122, app/assets/stylesheets/my_style/index.scss */
#my-style-t .hero-content {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 20px;
}

/* line 127, app/assets/stylesheets/my_style/index.scss */
#my-style-t .hero-content h1 {
  font-size: 3.5rem;
  margin-bottom: 20px;
}

/* line 132, app/assets/stylesheets/my_style/index.scss */
#my-style-t .hero-content p {
  font-size: 1.25rem;
  margin-bottom: 30px;
}

/* line 139, app/assets/stylesheets/my_style/index.scss */
#my-style-t .btn {
  display: inline-block;
  background-color: #3a6ea5;
  color: #fff;
  padding: 12px 30px;
  border-radius: 4px;
  text-decoration: none;
  font-weight: 500;
  transition: background-color 0.3s ease;
}

/* line 149, app/assets/stylesheets/my_style/index.scss */
#my-style-t .btn:hover {
  background-color: #2c5282;
}

/* line 155, app/assets/stylesheets/my_style/index.scss */
#my-style-t .about {
  padding: 80px 0;
}

/* line 158, app/assets/stylesheets/my_style/index.scss */
#my-style-t .about-content {
  display: flex;
  align-items: center;
  gap: 60px;
}

/* line 164, app/assets/stylesheets/my_style/index.scss */
#my-style-t .about-image {
  flex: 1;
  height: 500px;
  background: url(/api/placeholder/600/750) center/cover no-repeat;
  border-radius: 10px;
}

/* line 171, app/assets/stylesheets/my_style/index.scss */
#my-style-t .about-text {
  flex: 1;
}

/* line 174, app/assets/stylesheets/my_style/index.scss */
#my-style-t .about-text h3 {
  font-size: 1.75rem;
  margin-bottom: 20px;
  color: #3a6ea5;
}

/* line 180, app/assets/stylesheets/my_style/index.scss */
#my-style-t .about-text p {
  margin-bottom: 20px;
  font-size: 1.1rem;
}

/* line 187, app/assets/stylesheets/my_style/index.scss */
#my-style-t .section-title {
  font-size: 2.5rem;
  text-align: center;
  margin-bottom: 50px;
  color: #333;
  position: relative;
}

/* line 194, app/assets/stylesheets/my_style/index.scss */
#my-style-t .section-title:after {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 3px;
  background-color: #3a6ea5;
}

/* line 207, app/assets/stylesheets/my_style/index.scss */
#my-style-t .lifestyle {
  padding: 80px 0;
  background-color: #edf2f7;
}

/* line 211, app/assets/stylesheets/my_style/index.scss */
#my-style-t .lifestyle-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

/* line 217, app/assets/stylesheets/my_style/index.scss */
#my-style-t .lifestyle-card {
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

/* line 224, app/assets/stylesheets/my_style/index.scss */
#my-style-t .lifestyle-card:hover {
  transform: translateY(-10px);
}

/* line 228, app/assets/stylesheets/my_style/index.scss */
#my-style-t .lifestyle-card .card-image {
  height: 250px;
  background-size: cover;
  background-position: center;
}

/* line 234, app/assets/stylesheets/my_style/index.scss */
#my-style-t .lifestyle-card .card-content {
  padding: 25px;
}

/* line 237, app/assets/stylesheets/my_style/index.scss */
#my-style-t .lifestyle-card .card-content h3 {
  font-size: 1.5rem;
  margin-bottom: 15px;
  color: #3a6ea5;
}

/* line 243, app/assets/stylesheets/my_style/index.scss */
#my-style-t .lifestyle-card .card-content p {
  margin-bottom: 20px;
}

/* line 251, app/assets/stylesheets/my_style/index.scss */
#my-style-t .gallery {
  padding: 80px 0;
}

/* line 254, app/assets/stylesheets/my_style/index.scss */
#my-style-t .gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 20px;
}

/* line 260, app/assets/stylesheets/my_style/index.scss */
#my-style-t .gallery-item {
  height: 300px;
  background-size: cover;
  background-position: center;
  border-radius: 10px;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

/* line 270, app/assets/stylesheets/my_style/index.scss */
#my-style-t .gallery-item:hover {
  transform: scale(1.05);
}

/* line 273, app/assets/stylesheets/my_style/index.scss */
#my-style-t .gallery-item:hover::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 10px;
}

/* line 288, app/assets/stylesheets/my_style/index.scss */
#my-style-t .contact {
  padding: 80px 0;
  background-color: #edf2f7;
}

/* line 292, app/assets/stylesheets/my_style/index.scss */
#my-style-t .contact-content {
  display: flex;
  gap: 50px;
}

/* line 297, app/assets/stylesheets/my_style/index.scss */
#my-style-t .contact-info {
  flex: 1;
}

/* line 300, app/assets/stylesheets/my_style/index.scss */
#my-style-t .contact-info h3 {
  font-size: 1.75rem;
  margin-bottom: 20px;
  color: #3a6ea5;
}

/* line 306, app/assets/stylesheets/my_style/index.scss */
#my-style-t .contact-info p {
  margin-bottom: 15px;
}

/* line 311, app/assets/stylesheets/my_style/index.scss */
#my-style-t .contact-form {
  flex: 1;
}

/* line 314, app/assets/stylesheets/my_style/index.scss */
#my-style-t .contact-form .form-group {
  margin-bottom: 20px;
}

/* line 317, app/assets/stylesheets/my_style/index.scss */
#my-style-t .contact-form .form-group label {
  display: block;
  margin-bottom: 8px;
  font-weight: 500;
}

/* line 323, app/assets/stylesheets/my_style/index.scss */
#my-style-t .contact-form .form-group .form-control {
  width: 100%;
  padding: 12px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 1rem;
}

/* line 330, app/assets/stylesheets/my_style/index.scss */
#my-style-t .contact-form .form-group .form-controltextarea {
  height: 150px;
}

/* line 339, app/assets/stylesheets/my_style/index.scss */
#my-style-t footer {
  background-color: #2d3748;
  color: #fff;
  padding: 40px 0;
  text-align: center;
}

/* line 345, app/assets/stylesheets/my_style/index.scss */
#my-style-t footer .social-links {
  display: flex;
  justify-content: center;
  list-style: none;
  margin-bottom: 20px;
}

/* line 351, app/assets/stylesheets/my_style/index.scss */
#my-style-t footer .social-links li {
  margin: 0 15px;
}

/* line 355, app/assets/stylesheets/my_style/index.scss */
#my-style-t footer .social-links a {
  color: #fff;
  font-size: 24px;
  transition: color 0.3s ease;
}

/* line 360, app/assets/stylesheets/my_style/index.scss */
#my-style-t footer .social-links a:hover {
  color: #3a6ea5;
}

/* line 366, app/assets/stylesheets/my_style/index.scss */
#my-style-t footer p {
  margin-top: 20px;
}

@media (max-width: 992px) {
  /* line 374, app/assets/stylesheets/my_style/index.scss */
  #my-style-t .about-content {
    flex-direction: column;
  }
  /* line 378, app/assets/stylesheets/my_style/index.scss */
  #my-style-t .about-image {
    width: 100%;
    margin-bottom: 30px;
  }
  /* line 385, app/assets/stylesheets/my_style/index.scss */
  #my-style-t .lifestyle-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  /* line 391, app/assets/stylesheets/my_style/index.scss */
  #my-style-t .contact-content {
    flex-direction: column;
  }
}

@media (max-width: 768px) {
  /* line 400, app/assets/stylesheets/my_style/index.scss */
  #my-style-t .hero-content h1 {
    font-size: 2.5rem;
  }
  /* line 406, app/assets/stylesheets/my_style/index.scss */
  #my-style-t .section-title {
    font-size: 2rem;
  }
  /* line 412, app/assets/stylesheets/my_style/index.scss */
  #my-style-t header nav .nav-links {
    display: none !important;
    position: absolute;
    top: 80px;
    left: 0;
    width: 100%;
    background-color: #fff;
    flex-direction: column;
    align-items: center;
    padding: 20px 0;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease-in-out;
    z-index: 1000;
  }
  /* line 426, app/assets/stylesheets/my_style/index.scss */
  #my-style-t header nav .nav-links.active {
    display: flex !important;
    animation: fadeIn 0.3s ease-in-out;
  }
  /* line 431, app/assets/stylesheets/my_style/index.scss */
  #my-style-t header nav .nav-links li {
    margin: 15px 0;
  }
  /* line 434, app/assets/stylesheets/my_style/index.scss */
  #my-style-t header nav .nav-links li a {
    font-size: 1.2rem;
  }
  /* line 440, app/assets/stylesheets/my_style/index.scss */
  #my-style-t header nav .menu-toggle {
    display: block !important;
    cursor: pointer;
    z-index: 1001;
  }
  /* line 446, app/assets/stylesheets/my_style/index.scss */
  #my-style-t header nav .menu-toggle:active {
    transform: scale(0.95);
  }
  /* line 454, app/assets/stylesheets/my_style/index.scss */
  #my-style-t .lifestyle-grid {
    grid-template-columns: 1fr;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 576px) {
  /* line 474, app/assets/stylesheets/my_style/index.scss */
  #my-style-t .hero-content h1 {
    font-size: 2rem;
  }
  /* line 478, app/assets/stylesheets/my_style/index.scss */
  #my-style-t .hero-content p {
    font-size: 1rem;
  }
  /* line 484, app/assets/stylesheets/my_style/index.scss */
  #my-style-t .btn {
    padding: 10px 20px;
  }
  /* line 492, app/assets/stylesheets/my_style/index.scss */
  #my-style-t .about-text h3, #my-style-t .about-info h3,
#my-style-t .contact-text h3,
#my-style-t .contact-info h3 {
    font-size: 1.5rem;
  }
  /* line 499, app/assets/stylesheets/my_style/index.scss */
  #my-style-t .gallery-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  /* line 507, app/assets/stylesheets/my_style/index.scss */
  #my-style-t header nav .menu-toggle {
    display: block !important;
    cursor: pointer !important;
    z-index: 1010 !important;
  }
  /* line 514, app/assets/stylesheets/my_style/index.scss */
  #my-style-t header nav .nav-links.active {
    display: flex !important;
    visibility: visible !important;
    opacity: 1 !important;
  }
}

/* line 524, app/assets/stylesheets/my_style/index.scss */
html,
body {
  overflow-x: hidden;
}

/* line 530, app/assets/stylesheets/my_style/index.scss */
#my-style-t .hero-content {
  text-align: left;
  margin-left: 5%;
  margin-right: auto;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 30px;
  border-radius: 10px;
  backdrop-filter: blur(2px);
  width: 60%;
  max-width: 600px;
}

@media (max-width: 768px) {
  /* line 530, app/assets/stylesheets/my_style/index.scss */
  #my-style-t .hero-content {
    width: 80%;
  }
}

@media (max-width: 576px) {
  /* line 530, app/assets/stylesheets/my_style/index.scss */
  #my-style-t .hero-content {
    width: 90%;
    padding: 20px;
  }
}

/* line 30, app/assets/stylesheets/application.scss */
body {
  margin: 0;
  padding: 0;
}

/* line 35, app/assets/stylesheets/application.scss */
.tox-tinymce {
  height: 750px !important;
}

/* line 39, app/assets/stylesheets/application.scss */
.container {
  max-width: 1200px;
  margin: 0 auto;
  height: auto;
  overflow: hidden;
  position: relative;
}

/* 頭像 */
/* line 48, app/assets/stylesheets/application.scss */
.my_avatar {
  width: 120px;
  height: 120px;
  border-radius: 50%;
}

/* line 54, app/assets/stylesheets/application.scss */
.common_displayInline {
  display: inline;
}

/* line 58, app/assets/stylesheets/application.scss */
.marginTop10 {
  margin-top: 20px;
  text-align: center;
}

/* line 63, app/assets/stylesheets/application.scss */
.notice_message {
  margin-top: 15px;
  background-color: #79bcb8;
  height: 90px;
}

/* line 69, app/assets/stylesheets/application.scss */
.notice_message p {
  padding-top: 30px;
  color: #fff;
}

/* line 74, app/assets/stylesheets/application.scss */
.comment {
  color: #75715e;
}

/* Grey for comments */
/* line 77, app/assets/stylesheets/application.scss */
.keyword {
  color: #f92672;
}

/* Pink for keywords */
/* line 80, app/assets/stylesheets/application.scss */
.string {
  color: #e6db74;
}

/* Yellow for strings */
/* line 84, app/assets/stylesheets/application.scss */
pre {
  background-color: #f5f5f5;
  /* Light gray background */
  border: 1px solid #ddd;
  /* Gray border */
  border-left: 3px solid #f36d33;
  /* Orange left border for emphasis */
  color: #fff0b3;
  /* Darker text color for contrast */
  page-break-inside: avoid;
  font-family: monospace;
  /* Monospace font for code */
  font-size: 15px;
  /* Slightly larger font size */
  line-height: 1.6;
  /* Spacing between lines */
  max-width: 100%;
  /* Maximum width */
  overflow: auto;
  /* Scrollbar if needed */
  display: block;
  /* Block-level element */
  padding: 1em;
  /* Padding inside the box */
  word-wrap: break-word;
  /* Ensures long lines do not break layout */
}

/* line 100, app/assets/stylesheets/application.scss */
code {
  border-radius: 3px;
  /* Rounded corners for the code element */
  font-family: monospace;
  /* Ensures monospace font */
  margin: 0;
  /* No margin */
  padding: 0.2em 0.6em;
  /* Padding inside the code element */
}
