*{margin:0;padding:0;box-sizing:border-box}:root{--primary-color: #50c0e8;--accent-color: #e90044;--text-color: #111827;--body-font-family: "Pretendard", "SF Pro Text", "SF Pro KR", "SF Pro Display", -apple-system, BlinkMacSystemFont, "Apple SD Gothic Neo", "Noto Sans KR", "Segoe UI", sans-serif;--heading-font-family: "Pretendard", "SF Pro Display", "SF Pro KR", -apple-system, BlinkMacSystemFont, "Apple SD Gothic Neo", "Noto Sans KR", "Segoe UI", sans-serif;--font-sans: "Pretendard", "SF Pro Text", "SF Pro KR", "SF Pro Display", -apple-system, BlinkMacSystemFont, "Apple SD Gothic Neo", "Noto Sans KR", "Segoe UI", sans-serif;--font-display: "Pretendard", "SF Pro Display", "SF Pro KR", -apple-system, BlinkMacSystemFont, "Apple SD Gothic Neo", "Noto Sans KR", "Segoe UI", sans-serif;--font-mono: "SF Mono", SFMono-Regular, ui-monospace, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;--font-size-body: 16px;--font-size-title: clamp(1.6rem, 2.4vw, 2.1rem);--line-height-body: 1.47;--tracking-body: -.01em;--tracking-title: -.018em}body{font-family:var(--body-font-family, var(--font-sans));font-size:var(--font-size-body);font-weight:400;line-height:var(--line-height-body);letter-spacing:var(--tracking-body);color:#1d1d1f;background:#f5f5f5;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility}h1,h2,h3,h4,h5,h6{font-family:var(--heading-font-family, var(--font-display));letter-spacing:var(--tracking-title);color:#1d1d1f}button,input,select,textarea{font:inherit}.app{min-height:100vh;display:flex;flex-direction:column}.app-header{background:#fff;border-bottom:1px solid #e5e7eb;padding:0;position:sticky;top:0;z-index:100;box-shadow:0 1px 3px #0000000d}.header-content{max-width:1200px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;padding:1rem 2rem}.app-header h1{font-size:1.5rem;font-weight:700;letter-spacing:-.02em;color:#111827;margin:0}.mobile-menu-button{display:none;flex-direction:column;gap:5px;background:transparent;border:none;cursor:pointer;padding:.5rem;z-index:1001}.mobile-menu-button span{width:24px;height:2px;background:#111827;transition:all .3s;border-radius:2px;transform-origin:center}.mobile-menu-button.is-open span:nth-child(1){transform:translateY(7px) rotate(45deg)}.mobile-menu-button.is-open span:nth-child(2){opacity:0}.mobile-menu-button.is-open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.main-nav{display:flex;align-items:center;gap:2rem}.main-nav a{color:#6b7280;text-decoration:none;font-weight:500;font-size:.9rem;transition:color .2s}.main-nav a:hover{color:#111827}.main-nav a.admin-link{background:linear-gradient(135deg,var(--primary-color) 0%,#2e9ec9 100%);color:#fff;padding:.5rem 1rem;border-radius:6px;font-weight:600}.main-nav a.admin-link:hover{background:linear-gradient(135deg,#2e9ec9 0%,var(--primary-color) 100%);color:#fff}.main-nav span{color:#6b7280;font-size:.9rem}.main-nav button{background:transparent;border:1px solid #e5e7eb;color:#6b7280;padding:.5rem 1rem;border-radius:6px;font-size:.9rem;font-weight:500;cursor:pointer;transition:all .2s}.main-nav button:hover{background:#f9fafb;border-color:#d1d5db;color:#111827}.user-menu-wrapper{position:relative}.user-menu-button{background:transparent;border:1px solid #e5e7eb;color:#6b7280;padding:.5rem .75rem;border-radius:6px;font-size:1.5rem;font-weight:700;cursor:pointer;transition:all .2s;line-height:1;display:flex;align-items:center;justify-content:center}.user-menu-button:hover{background:#f9fafb;border-color:#d1d5db;color:#111827}.user-dropdown-menu{position:absolute;top:calc(100% + .5rem);right:0;background:#fff;border:1px solid #e5e7eb;border-radius:8px;box-shadow:0 4px 12px #0000001a;min-width:200px;z-index:1001;overflow:hidden}.user-dropdown-menu .user-info{padding:1rem;border-bottom:1px solid #e5e7eb;background:#f9fafb}.user-dropdown-menu .user-info span{font-size:.875rem;font-weight:600;color:#111827}.user-dropdown-menu a,.user-dropdown-menu button{display:block;width:100%;padding:.875rem 1rem;text-align:left;border:none;background:transparent;color:#374151;font-size:.9rem;font-weight:500;cursor:pointer;transition:all .2s;text-decoration:none;border-bottom:1px solid #f3f4f6}.user-dropdown-menu a:hover,.user-dropdown-menu button:hover{background:#f9fafb;color:#111827}.user-dropdown-menu button:last-child{color:#dc2626;border-bottom:none}.user-dropdown-menu button:last-child:hover{background:#fee2e2}.user-menu-overlay{position:fixed;inset:0;background:transparent;z-index:1000}.mobile-menu-overlay{display:none;position:fixed;inset:0;background:#00000080;z-index:999}@media(max-width:1024px){.mobile-menu-button{display:flex}.main-nav{position:fixed;top:0;right:0;width:280px;height:100vh;background:#fff;flex-direction:column;align-items:flex-start;gap:0;padding:5rem 2rem 2rem;box-shadow:-2px 0 8px #0000001a;transform:translate(100%);transition:transform .3s ease;z-index:1000;pointer-events:none}.main-nav.mobile-open{transform:translate(0);pointer-events:auto}.main-nav a,.main-nav span,.main-nav button{width:100%;padding:1rem 0;border-bottom:1px solid #f3f4f6;font-size:1rem;text-align:left}.main-nav button{border:none;border-bottom:1px solid #f3f4f6;border-radius:0}.mobile-menu-overlay{display:block}.user-menu-wrapper{width:100%}.user-menu-button{width:100%;justify-content:flex-start;padding:1rem 0;border:none;border-bottom:1px solid #f3f4f6;border-radius:0;font-size:1rem}.user-dropdown-menu{position:static;box-shadow:none;border:none;border-radius:0;margin-top:.5rem;width:100%}.user-dropdown-menu a,.user-dropdown-menu button{padding-left:1.5rem;font-size:.95rem}}.app-main{flex:1;max-width:1200px;width:100%;margin:0 auto;padding:2rem}.home-header-slider{width:100%;margin:0;overflow:hidden}.home-header-slider-inner{width:100%;margin:0}.home-header-slider .joshua-swiper-slider-root{margin-top:0;margin-bottom:0}.home-header-slider .joshua-swiper-slider-root.is-fullwidth{width:100%;max-width:100%;margin-left:0;margin-right:0}.home-header-slider .swiper.swiper-container,.home-header-slider .slider-fullwidth{margin-top:0!important;margin-bottom:0!important}.home-header-slider .swiper.swiper-container .swiper-slide{background-size:cover;background-position:center center}.info-card{background:#fff;border-radius:8px;padding:2rem;margin-bottom:2rem;box-shadow:0 2px 4px #0000001a}.info-card h2{color:#667eea;margin-bottom:1rem;font-size:1.5rem}.info-card ul,.info-card ol{margin-left:1.5rem}.info-card li{margin-bottom:.5rem}.home-page{width:100%;display:flex;flex-direction:column;gap:1rem}.home-shared-projects-section{width:100%;padding:1.75rem;border:1px solid #dbe4ea;border-radius:18px;background:radial-gradient(circle at top left,rgba(80,192,232,.14),transparent 32%),linear-gradient(180deg,#fff,#f8fbfc);box-shadow:0 16px 34px #0f172a0f}.home-shared-projects-header{display:flex;flex-direction:column;gap:.4rem;margin-bottom:1.25rem}.home-shared-projects-kicker{margin:0;font-size:.78rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:#0f766e}.home-shared-projects-header h2{margin:0;font-size:clamp(1.4rem,2.6vw,2rem);line-height:1.15;color:#0f172a}.home-shared-projects-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.home-shared-project-card{display:flex;flex-direction:column;gap:.9rem;min-height:100%;padding:1.2rem;border:1px solid #e2e8f0;border-radius:16px;background:#fffffff0;box-shadow:0 10px 24px #0f172a0d}.home-shared-project-meta{display:flex;align-items:center;justify-content:space-between;gap:.75rem}.home-shared-project-status{display:inline-flex;align-items:center;padding:.36rem .72rem;border-radius:999px;background:#e8f7f3;color:#0f766e;font-size:.78rem;font-weight:700;line-height:1}.home-shared-project-card h3{margin:0;font-size:1.08rem;line-height:1.35;color:#0f172a}.home-shared-project-card p{margin:0;color:#475569;line-height:1.6;white-space:pre-line}.home-plugin-empty{background:#fff;border:1px solid #e5e7eb;border-radius:14px;padding:2rem 1.5rem;box-shadow:0 4px 16px #0f172a0d}.home-plugin-empty h1{margin-bottom:.5rem;font-size:1.4rem;font-weight:700;color:#111827}.home-plugin-empty p{margin:0;color:#4b5563;line-height:1.55;font-size:.95rem}.home-plugin-meta{margin-top:.75rem!important;color:#9ca3af!important;font-size:.82rem!important}.home-front-section{width:100%;background:#fff;border:1px solid #e5e7eb;border-radius:14px;padding:1.5rem}.home-front-title{margin:0 0 1rem;font-size:1.35rem;color:#111827}.home-front-content>*:first-child{margin-top:0}.home-front-content>*:last-child{margin-bottom:0}@media(max-width:768px){.home-shared-projects-section{padding:1.2rem}.home-shared-projects-grid{grid-template-columns:1fr}.home-shared-project-meta{align-items:flex-start;flex-direction:column}}.app-footer{background:#2d3748;color:#fff;text-align:center;padding:2rem;margin-top:auto}.auth-shell,.auth-page{display:flex;justify-content:center;align-items:center;min-height:calc(100vh - 200px);padding:2rem;background:radial-gradient(circle at 10% 10%,rgba(80,192,232,.16),transparent 42%),radial-gradient(circle at 90% 90%,rgba(233,0,68,.12),transparent 40%),linear-gradient(135deg,#f8fafc,#eef3f7)}.auth-panel,.auth-card{background:#fff;border-radius:16px;border:1px solid #e5e7eb;padding:2.4rem;width:100%;max-width:460px;box-shadow:0 12px 30px #0f172a14}.auth-header{margin-bottom:1.25rem}.auth-kicker{font-size:.78rem;font-weight:700;color:#0f172a;letter-spacing:.08em;text-transform:uppercase;margin-bottom:.35rem}.auth-panel h2,.auth-card h2{font-size:var(--font-size-title);font-weight:700;color:#111827;margin-bottom:.5rem;letter-spacing:var(--tracking-title)}.auth-description{color:#4b5563;font-size:.94rem;line-height:1.5}.auth-alert{border-radius:10px;font-size:.9rem;padding:.7rem .85rem;margin-bottom:1rem}.auth-alert-info{border:1px solid #bfdbfe;background:#eff6ff;color:#1e40af}.auth-alert-error{border:1px solid #fecaca;background:#fef2f2;color:#991b1b}.auth-form{display:flex;flex-direction:column;gap:1rem}.auth-field{display:flex;flex-direction:column;gap:.45rem}.auth-field label{font-size:.88rem;font-weight:600;color:#374151}.auth-field input{width:100%;padding:.8rem .9rem;font-size:.96rem;border:1px solid #d1d5db;border-radius:10px;transition:border-color .2s,box-shadow .2s}.auth-field input:focus{outline:none;border-color:#50c0e8;box-shadow:0 0 0 3px #50c0e829}.auth-field input:disabled{background:#f9fafb;cursor:not-allowed}.auth-field-hint{color:#6b7280;font-size:.8rem}.auth-field-error{color:#b91c1c;font-size:.8rem}.auth-submit{margin-top:.4rem;width:100%;padding:.9rem;border:none;border-radius:10px;background:linear-gradient(135deg,#50c0e8,#2e9ec9);color:#fff;font-size:.95rem;font-weight:700;cursor:pointer;transition:filter .2s,transform .2s}.auth-submit:hover:not(:disabled){filter:brightness(1.03);transform:translateY(-1px)}.auth-submit:disabled{opacity:.6;cursor:not-allowed}.auth-footer{margin-top:1rem}.form-group{margin-bottom:1.5rem}.form-group label{display:block;font-size:.875rem;font-weight:500;color:#374151;margin-bottom:.5rem}.form-group input{padding:.75rem 1rem;font-size:.95rem;border:1px solid #d1d5db;border-radius:8px;transition:all .2s}.form-group input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.form-group input:disabled{background:#f9fafb;cursor:not-allowed}.modal-body .form-group textarea,.modal-body .form-group input[type=text],.modal-body .form-group input[type=email],.modal-body .form-group input[type=tel],.modal-body .form-group select{width:100%;font-size:1rem;line-height:1.5}.required-docs-input{min-height:7.5rem;resize:vertical}.auth-card button[type=submit]{width:100%;padding:.875rem;background:#3b82f6;color:#fff;border:none;border-radius:8px;font-size:.95rem;font-weight:600;cursor:pointer;transition:background .2s}.auth-card button[type=submit]:hover:not(:disabled){background:#2563eb}.auth-card button[type=submit]:disabled{opacity:.6;cursor:not-allowed}.error-message{background:#fee2e2;color:#991b1b;padding:.75rem 1rem;border-radius:8px;font-size:.875rem;margin-bottom:1.5rem;border-left:3px solid #dc2626}.auth-link{text-align:center;margin-top:.35rem;font-size:.9rem;color:#6b7280}.auth-link a{color:#3b82f6;text-decoration:none;font-weight:500}.auth-link a:hover{text-decoration:underline}.inquiry-page{max-width:100%;margin:0;padding:0;background:#f9fafb;min-height:calc(100vh - 60px)}.inquiry-container{background:#fff;border-radius:0;padding:1.25rem;box-shadow:none;min-height:100vh}.inquiry-container h2{font-size:1.5rem;font-weight:700;color:var(--primary-color);margin-bottom:.75rem;padding-bottom:.75rem;border-bottom:2px solid var(--primary-color)}.inquiry-description{font-size:.9rem;color:#4b5563;margin-bottom:.5rem;line-height:1.5}.inquiry-requirement{font-size:.85rem;color:#dc2626;font-weight:600;margin-bottom:1.5rem;background:#fee2e2;padding:.75rem;border-radius:8px;border-left:4px solid #dc2626}.inquiry-type-selector{display:flex;gap:.75rem;margin-bottom:1.5rem}@keyframes inquiry-shake{0%,to{transform:translate(0)}15%{transform:translate(-6px)}30%{transform:translate(6px)}45%{transform:translate(-4px)}60%{transform:translate(4px)}75%{transform:translate(-2px)}90%{transform:translate(2px)}}.inquiry-type-selector.is-shake{animation:inquiry-shake .6s ease}.inquiry-type-selector.is-shake .inquiry-type-btn{border-color:var(--accent-color);color:var(--accent-color);background:#fff4f5}.inquiry-type-btn{flex:1;padding:.75rem;font-size:1rem;font-weight:700;border:2px solid #e5e7eb;border-radius:12px;background:#f9fafb;color:#9ca3af;cursor:pointer;transition:all .15s}.inquiry-type-btn.is-active.sell{border-color:var(--primary-color);background:#edf6fb;color:var(--primary-color)}.inquiry-type-btn.is-active.buy{border-color:var(--accent-color);background:#fff4f5;color:var(--accent-color)}.inquiry-tags{display:flex;flex-wrap:wrap;gap:.4rem;margin-bottom:.6rem}.inquiry-tag{font-size:.75rem;padding:.2rem .6rem;border-radius:20px;border:1px solid #e5e7eb;color:#9ca3af;background:#f9fafb;transition:color .2s,border-color .2s,background .2s;pointer-events:none}.inquiry-tag.is-checked{color:var(--primary-color);border-color:var(--primary-color);background:#edf6fb;font-weight:600}.inquiry-page textarea{width:100%;padding:1rem;font-size:.9rem;border:2px solid #e5e7eb;border-radius:12px;resize:vertical;min-height:240px;font-family:inherit;line-height:1.8;background:#fafafa;transition:all .3s}.inquiry-page textarea:focus{outline:none;border-color:var(--primary-color);background:#fff;box-shadow:0 0 0 4px #50c0e826}.char-count{text-align:right;font-size:.8rem;color:#6b7280;margin-top:.5rem;font-weight:500}.email-detected{background:#edf6fb;border-left:4px solid var(--primary-color);padding:1rem;border-radius:8px;margin-bottom:1.25rem;font-size:.85rem;color:var(--primary-color);font-weight:500}.file-upload-area{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1rem}.file-upload-button{display:block;width:100%;padding:1rem;background:var(--primary-color);color:#fff;border-radius:12px;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .3s;text-align:center;box-shadow:0 2px 8px #50c0e84d}.file-upload-button:active{transform:scale(.98);box-shadow:0 1px 4px #50c0e84d}.file-count{font-size:.85rem;color:#4b5563;font-weight:500;padding:.5rem .75rem;background:#f3f4f6;border-radius:6px;text-align:center}.file-preview-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:.75rem;margin-top:1rem}.file-preview-item{position:relative;aspect-ratio:1;border-radius:12px;overflow:hidden;border:2px solid #e5e7eb;background:#f9fafb}.file-preview-item img{width:100%;height:100%;object-fit:cover}.file-icon{display:flex;align-items:center;justify-content:center;height:100%;padding:.5rem;font-size:.7rem;text-align:center;word-break:break-all;flex-direction:column;gap:.25rem;color:#6b7280}.remove-file-button{position:absolute;top:.375rem;right:.375rem;width:28px;height:28px;background:#dc2626e6;color:#fff;border:2px solid white;border-radius:50%;cursor:pointer;font-size:1.1rem;display:flex;align-items:center;justify-content:center;transition:all .2s;box-shadow:0 2px 4px #0003}.remove-file-button:active{transform:scale(.9);background:#b91c1c}@media(max-width:640px){.file-preview-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:420px){.file-preview-grid{grid-template-columns:1fr}}.recaptcha-container{margin:1.5rem 0}.submit-button{width:100%;padding:1.125rem;background:var(--primary-color);color:#fff;border:none;border-radius:12px;font-size:1.05rem;font-weight:700;cursor:pointer;transition:all .3s;margin-top:1.5rem;box-shadow:0 4px 12px #50c0e859;letter-spacing:.5px}.submit-button.sell{background:var(--primary-color);box-shadow:0 4px 12px #50c0e859}.submit-button.buy{background:var(--accent-color);box-shadow:0 4px 12px #e900444d}.submit-button:active:not(:disabled){transform:scale(.98);box-shadow:0 2px 8px #50c0e84d}.submit-button.buy:active:not(:disabled){box-shadow:0 2px 8px #e9004440}.submit-button:disabled{opacity:.5;cursor:not-allowed;background:#9ca3af;box-shadow:none}.mypage{max-width:100%;padding:0;background:#f9fafb;min-height:calc(100vh - 200px);overflow-x:hidden}.mypage-profile{display:flex;align-items:center;gap:1rem;padding:2rem;background:#fff;border-bottom:1px solid #e5e7eb;position:relative}.profile-avatar{width:80px;height:80px;border-radius:50%;background:#d1d5db;display:flex;align-items:center;justify-content:center;font-size:2rem;color:#fff}.profile-info{flex:1}.profile-label{font-size:.875rem;color:#6b7280;margin:0 0 .25rem}.profile-name{font-size:1.5rem;font-weight:700;color:#111827;margin:0}.settings-menu-wrapper{position:absolute;top:1.5rem;right:1.5rem}.settings-button{background:transparent;border:none;font-size:1.5rem;color:#6b7280;cursor:pointer;padding:.5rem;transition:color .2s}.settings-button:hover{color:#111827}.settings-dropdown-menu{position:absolute;top:calc(100% + .5rem);right:0;background:#fff;border:1px solid #e5e7eb;border-radius:8px;box-shadow:0 4px 12px #00000026;min-width:160px;z-index:1001;overflow:hidden}.settings-dropdown-menu button{display:block;width:100%;padding:.875rem 1rem;text-align:left;border:none;background:transparent;color:#374151;font-size:.9rem;font-weight:500;cursor:pointer;transition:all .2s;border-bottom:1px solid #f3f4f6}.settings-dropdown-menu button:hover{background:#f9fafb;color:#111827}.settings-dropdown-menu button:last-child{border-bottom:none}.settings-dropdown-menu button.logout-button{color:#dc2626}.settings-dropdown-menu button.logout-button:hover{background:#fee2e2}.settings-menu-overlay{position:fixed;inset:0;background:transparent;z-index:1000}.mypage-tabs{display:flex;gap:1rem;padding:1.5rem 1.5rem .75rem;background:#fff}.tab-button{padding:.85rem 1.1rem;border:2px solid transparent;border-radius:8px;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .3s;box-sizing:border-box;z-index:1}.tab-buy{background:#fff;color:var(--accent-color);border-color:var(--accent-color);border-width:1px;flex:.5}.tab-buy.active{background:var(--accent-color);color:#fff;flex:1.5;padding:.85rem 1.1rem;border-width:2px;font-size:.95rem}.tab-sell{background:#fff;color:var(--primary-color);border-color:var(--primary-color);border-width:1px;flex:.5}.tab-sell.active{background:var(--primary-color);color:#fff;flex:1.5;padding:.85rem 1.1rem;border-width:2px;font-size:.95rem}.mypage-content-wrapper{overflow:hidden;background:#fff}.mypage-content{display:flex;width:200%;transition:transform .3s ease-out}.mypage-content.show-buy{transform:translate(0)}.mypage-content.show-sell{transform:translate(-50%)}.content-panel{width:50%;padding:2rem 1.5rem;flex-shrink:0}.empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2rem;text-align:center}.empty-icon{width:120px;height:120px;margin-bottom:2rem}.empty-icon.icon-buy{color:var(--accent-color)}.empty-icon.icon-sell{color:var(--primary-color)}.empty-message{font-size:1.125rem;font-weight:600;margin:0}.empty-icon.icon-buy+.empty-message{color:var(--accent-color)}.empty-icon.icon-sell+.empty-message{color:var(--primary-color)}.projects-list{display:flex;flex-direction:column;gap:1rem}.project-card{padding:1.5rem;background:transparent;border-radius:12px;border:0}.project-card h3{margin:0 0 .5rem;font-size:1.125rem;color:#111827}.project-card p{margin:0 0 1rem;color:#6b7280;font-size:.875rem}.project-status{display:inline-block;padding:.375rem .75rem;background:#dbeafe;color:#1e40af;border-radius:6px;font-size:.75rem;font-weight:600}.modal-overlay{position:fixed;inset:0;background:#0009;z-index:2000;display:flex;align-items:center;justify-content:center;animation:fadeIn .2s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.modal-container{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);background:#fff;border-radius:12px;box-shadow:0 8px 32px #0003;max-width:520px;width:95vw;max-height:90dvh;overflow-y:auto;z-index:2001;animation:slideUp .3s ease}@keyframes slideUp{0%{opacity:0;transform:translate(-50%,-45%)}to{opacity:1;transform:translate(-50%,-50%)}}.form-grid{display:grid;gap:.85rem}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:1px solid #e5e7eb;position:sticky;top:0;background:#fff;border-radius:12px 12px 0 0;z-index:1}.modal-header h2{font-size:1.25rem;font-weight:700;color:#111827;margin:0}.modal-close-button{background:transparent;border:none;font-size:2rem;color:#6b7280;cursor:pointer;padding:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:6px;transition:all .2s;line-height:1}.modal-close-button:hover{background:#f3f4f6;color:#111827}.modal-body{padding:1.5rem;display:flex;flex-direction:column;gap:1rem;overflow-x:hidden;word-break:break-word}.form-section{margin-bottom:2rem}.form-section:last-of-type{margin-bottom:1rem}.form-section h3{font-size:1rem;font-weight:600;color:#111827;margin-bottom:1rem;padding-bottom:.5rem;border-bottom:2px solid #e5e7eb}.form-help-text{font-size:.85rem;color:#6b7280;margin-bottom:1rem;font-style:italic}.success-message{background:#d1fae5;color:#065f46;padding:.75rem 1rem;border-radius:8px;font-size:.875rem;margin-bottom:1.5rem;border-left:3px solid #10b981}.modal-footer{display:flex;gap:.75rem;justify-content:flex-end;padding:1.5rem;border-top:1px solid #e5e7eb;position:sticky;bottom:0;background:#fff;border-radius:0 0 12px 12px}.button-primary{padding:.75rem 1.5rem;background:#3b82f6;color:#fff;border:none;border-radius:8px;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .2s}.button-primary:hover:not(:disabled){background:#2563eb}.button-primary:disabled{opacity:.6;cursor:not-allowed}.button-secondary{padding:.75rem 1.5rem;background:transparent;color:#6b7280;border:1px solid #d1d5db;border-radius:8px;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .2s}.button-secondary:hover{background:#f9fafb;border-color:#9ca3af;color:#111827}.inquiry-auth-modal{max-width:420px}.inquiry-auth-modal .modal-body p{margin:0;color:#374151;font-size:1.05rem;line-height:1.7;text-align:center}.inquiry-auth-modal-actions{display:flex;justify-content:center;gap:.6rem;margin-top:1.5rem}.inquiry-auth-modal-actions .button-primary{background:#50c0e8}.inquiry-auth-modal-actions .button-primary:hover{background:#37acd5}@media(max-width:480px){.inquiry-auth-modal-actions{flex-direction:column-reverse}.inquiry-auth-modal-actions button{width:100%}}.convert-type-options{display:flex;gap:.75rem}.convert-type-option{appearance:none;border:1px solid #d1d5db;background:#f8fafc;flex:1;border-radius:10px;padding:1rem;font:inherit;min-height:56px;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:1rem;font-weight:600;color:#374151;transition:all .2s}.convert-type-option:hover{border-color:#9ca3af;background:#f1f5f9}.convert-type-option-buy.is-active{border-color:var(--primary-color);color:#fff;background:var(--primary-color);box-shadow:0 0 0 3px #50c0e840}.convert-type-option-sell.is-active{border-color:var(--accent-color);color:#fff;background:var(--accent-color);box-shadow:0 0 0 3px #e9004440}.convert-date-help{margin:.3rem 0 .45rem;color:#6b7280;font-size:.875rem;line-height:1.35}.convert-date-input{min-height:52px;font-size:1rem;padding:.75rem .9rem}@media(max-width:768px){.modal-container{max-width:95%;max-height:95dvh;width:95vw}.modal-header,.modal-body,.modal-footer{padding:1rem;gap:.75rem;overflow-x:hidden}.modal-footer{flex-direction:column-reverse}.button-primary,.button-secondary{width:100%}}@media(max-width:768px){.header-content{padding:1rem}.main-nav{gap:1rem}.main-nav a,.main-nav span{font-size:.8rem}.app-header h1{font-size:1.25rem}.app-main{padding:0}.info-card{padding:1.5rem}.auth-shell{padding:1rem}.auth-panel,.auth-card{padding:2rem}.mypage{margin:0}.mypage-profile{padding:1.5rem 1rem;align-items:flex-start;gap:.75rem;flex-wrap:wrap}.profile-avatar{width:64px;height:64px}.profile-name{font-size:1.25rem}.settings-menu-wrapper{position:relative;top:0;right:0;margin-left:auto;align-self:flex-start}.mypage-tabs{padding:1rem 1rem .5rem;gap:.5rem}.content-panel{width:50%;padding:1.5rem 1rem}.mypage-content{width:200%}.projects-list{gap:.75rem}.project-card{padding:1.25rem}.project-card h3{font-size:1rem}}.admin-container{display:flex;min-height:100vh;background:#f5f7fa}.admin-mobile-header{display:none;background:#2c3e50;color:#fff;padding:1rem;position:fixed;top:0;left:0;right:0;z-index:1001;align-items:center;justify-content:space-between}.admin-mobile-header h1{margin:0;font-size:1.125rem;font-weight:700;flex:1;text-align:center}.mobile-menu-toggle{background:transparent;border:none;color:#fff;font-size:1.5rem;cursor:pointer;padding:.5rem;line-height:1}.mobile-home-button{color:#fff;font-size:1.5rem;text-decoration:none;padding:.5rem;line-height:1}.admin-sidebar{width:250px;background:#2c3e50;color:#fff;position:fixed;height:100vh;overflow-y:auto;z-index:1002}.admin-sidebar-header{padding:1.5rem;border-bottom:1px solid rgba(255,255,255,.1);display:flex;justify-content:space-between;align-items:center}.admin-sidebar-header h2{margin:0;font-size:1.25rem;font-weight:700;color:#fff}.sidebar-close-button{display:none;background:transparent;border:none;color:#fff;font-size:2rem;cursor:pointer;padding:0;line-height:1}.admin-nav{padding:1rem 0}.admin-nav-item{display:flex;align-items:center;gap:.75rem;padding:.875rem 1.5rem;color:#fffc;text-decoration:none;transition:all .2s;border-left:3px solid transparent}.admin-nav-item:hover{background:#ffffff1a;color:#fff}.admin-nav-item.active{background:#ffffff26;color:#fff;border-left-color:#3498db}.nav-icon{font-size:1.25rem}.admin-nav-divider{height:1px;background:#ffffff1a;margin:1rem 0}.admin-main{margin-left:250px;flex:1;padding:2rem;min-height:100vh}.admin-header{margin-bottom:2rem}.admin-header h1{font-size:2rem;font-weight:700;color:#2c3e50;margin:0}.admin-loading{text-align:center;padding:3rem;font-size:1.1rem;color:#6b7280}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;margin-bottom:2rem}.stat-card{background:#fff;border-radius:12px;padding:1.5rem;display:flex;align-items:center;gap:1rem;box-shadow:0 1px 3px #0000001a;border-left:4px solid #3498db}.stat-card.stat-primary{border-left-color:#3498db}.stat-card.stat-warning{border-left-color:#f39c12}.stat-card.stat-success{border-left-color:#27ae60}.stat-card.stat-info{border-left-color:#9b59b6}.stat-icon{font-size:2.5rem;opacity:.8}.stat-content{flex:1}.stat-label{font-size:.875rem;color:#6b7280;margin-bottom:.25rem}.stat-value{font-size:2rem;font-weight:700;color:#2c3e50;margin-bottom:.25rem}.stat-sub{font-size:.875rem;color:#9ca3af}.dashboard-section{background:#fff;border-radius:12px;padding:1.5rem;margin-bottom:2rem;box-shadow:0 1px 3px #0000001a}.dashboard-section h2{font-size:1.25rem;font-weight:700;color:#2c3e50;margin:0 0 1.5rem;padding-bottom:.75rem;border-bottom:2px solid #e5e7eb}.status-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:1rem}.status-item{background:#f9fafb;padding:1rem;border-radius:8px;text-align:center}.status-name{font-size:.875rem;color:#6b7280;margin-bottom:.5rem}.status-count{font-size:1.5rem;font-weight:700;color:#3498db}.admin-toolbar{background:#fff;border-radius:12px;padding:1rem 1.5rem;margin-bottom:1.5rem;display:flex;align-items:center;justify-content:space-between;gap:1rem;box-shadow:0 1px 3px #0000001a}.filter-tabs{display:flex;gap:.5rem}.filter-tab{padding:.5rem 1rem;border:none;background:transparent;color:#6b7280;font-size:.9rem;font-weight:500;cursor:pointer;border-radius:6px;transition:all .2s}.filter-tab:hover{background:#f3f4f6;color:#111827}.filter-tab.active{background:#3498db;color:#fff}.search-box{flex:1;max-width:400px}.search-box input{width:100%;padding:.625rem 1rem;border:1px solid #d1d5db;border-radius:8px;font-size:.9rem}.search-box input:focus{outline:none;border-color:#3498db;box-shadow:0 0 0 3px #3498db1a}.filter-group{display:flex;align-items:center;gap:.5rem}.filter-group label{font-size:.875rem;color:#6b7280;font-weight:500}.filter-group select{padding:.5rem .75rem;border:1px solid #d1d5db;border-radius:6px;font-size:.9rem;background:#fff;cursor:pointer}.toolbar-info{font-size:.9rem;color:#6b7280;font-weight:500}.table-container{background:#fff;border-radius:12px;overflow-x:auto;overflow-y:hidden;box-shadow:0 1px 3px #0000001a;-webkit-overflow-scrolling:touch}.admin-table{width:100%;min-width:1080px;border-collapse:collapse}.admin-table thead{background:#f9fafb}.admin-table th{padding:1rem;text-align:left;font-size:.875rem;font-weight:600;color:#374151;border-bottom:2px solid #e5e7eb}.admin-table td{padding:1rem;font-size:.9rem;color:#4b5563;border-bottom:1px solid #f3f4f6}.admin-table tbody tr:hover{background:#f9fafb}.admin-table .text-truncate{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.admin-table .text-center{text-align:center}.admin-table .text-muted{color:#9ca3af}.badge{display:inline-block;padding:.375rem .75rem;border-radius:6px;font-size:.75rem;font-weight:600}.badge-pending{background:#fef3c7;color:#92400e}.badge-converted{background:#d1fae5;color:#065f46}.badge-buy{background:#fee2e2;color:#991b1b}.badge-sell{background:#dbeafe;color:#1e40af}.count-badge{display:inline-flex;align-items:center;justify-content:center;min-width:24px;height:24px;padding:0 .5rem;background:#e5e7eb;color:#374151;border-radius:12px;font-size:.75rem;font-weight:600}.btn-small{padding:.375rem .75rem;border:none;border-radius:6px;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s}.btn-primary{background:#3498db;color:#fff}.btn-primary:hover{background:#2980b9}.btn-secondary{background:#e5e7eb;color:#374151}.btn-secondary:hover{background:#d1d5db}.status-select{padding:.5rem;border:1px solid #d1d5db;border-radius:6px;font-size:.875rem;background:#fff;cursor:pointer}.status-select:focus{outline:none;border-color:#3498db}.radio-group{display:flex;gap:3rem;margin-top:.5rem;flex-wrap:wrap;align-items:center}.radio-group label{display:flex;align-items:center;gap:.5rem;cursor:pointer;white-space:nowrap;flex:0 0 auto}.radio-group input[type=radio]{cursor:pointer}.admin-mobile-overlay{display:none}@media(max-width:768px){.admin-mobile-header{display:flex}.admin-sidebar{left:-250px;transition:left .3s ease}.admin-sidebar.mobile-open{left:0}.sidebar-close-button{display:block}.admin-mobile-overlay{display:block;position:fixed;inset:0;background:#00000080;z-index:1001}.admin-main{margin-left:0;padding:4rem 1rem 1rem}.stats-grid{grid-template-columns:1fr}.admin-toolbar{flex-direction:column;align-items:stretch}.search-box{max-width:100%}.admin-table thead{display:none}.admin-table,.admin-table tbody,.admin-table tr,.admin-table td{display:block;width:100%}.admin-table tr{margin-bottom:1rem;background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:1rem;box-shadow:0 1px 2px #0000000d}.admin-table td{display:flex;justify-content:space-between;align-items:center;padding:.75rem 0;text-align:right;border-bottom:1px solid #f3f4f6;font-size:.95rem}.admin-table td:last-child{border-bottom:none}.admin-table td:before{content:attr(data-label);font-weight:600;color:#374151;font-size:.85rem;text-align:left;white-space:nowrap;margin-right:auto;padding-right:1rem}.admin-table .text-truncate{max-width:200px}}.site-logo-link{display:flex;align-items:center;text-decoration:none}.site-logo{max-height:50px;height:auto;width:auto;max-width:200px}.site-logo-desktop{display:block}.site-logo-mobile{display:none}@media(max-width:768px){.site-logo{max-height:40px;max-width:150px}.site-logo-desktop{display:none}.site-logo-mobile{display:block}.site-logo-link:not(:has(.site-logo-mobile)) .site-logo-desktop{display:block}}.dashboard-summary{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;padding:0 1.5rem;margin-bottom:1rem}.summary-card{background:#fff;padding:1.5rem;border-radius:12px;border:1px solid #e5e7eb;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.5rem}.summary-label{font-size:.875rem;color:#6b7280;font-weight:500}.summary-value{font-size:2rem;font-weight:700;color:#111827}.tab-inquiries{background:#fff;color:#10b981;border:2px solid #10b981;flex:.5}.tab-inquiries.active{background:#10b981;color:#fff;flex:1.5;padding:1.25rem;font-size:1.375rem}.card-header{display:flex;justify-content:space-between;margin-bottom:.75rem;gap:.5rem}.card-meta-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem;gap:.5rem}.card-meta-right{display:flex;align-items:center;justify-content:flex-end;gap:.45rem;flex-wrap:wrap}.countdown-chip{display:inline-flex;align-items:center;padding:.3rem .7rem;border-radius:999px;background:#fee2e2;color:var(--primary-color);font-size:.95rem;font-weight:700;letter-spacing:.01em;line-height:1;font-variant-numeric:tabular-nums}.content-buy .countdown-chip{color:var(--accent-color)}.card-live-layout{display:flex;align-items:stretch;gap:.85rem}.card-live-countdown{min-width:330px;display:flex;align-items:center;justify-content:center;padding:.5rem;border-radius:0;background:transparent;border:0}.countdown-chip-large{display:inline-flex;align-items:flex-end;gap:.45rem;padding:0;background:transparent;border:0;border-radius:0;box-shadow:none;white-space:nowrap}.countdown-part{display:inline-flex;align-items:flex-end;gap:.14rem}.countdown-part--major{margin-right:.2rem}.countdown-value{font-size:2rem;font-weight:800;line-height:1;letter-spacing:-.01em}.countdown-value--major{font-size:4.6rem}.countdown-value--minor{font-size:1rem}.countdown-unit{font-size:.6rem;font-weight:300;line-height:1.2;opacity:.78;margin-bottom:.16rem;white-space:nowrap}.card-live-content{min-width:0;flex:1}.card-live-content .status-badge{margin-bottom:.55rem}.card-live-content h3{margin-top:0}@media(max-width:768px){.card-live-layout{flex-direction:column;align-items:stretch;gap:.6rem}.card-live-countdown{width:100%;min-width:0;padding:.4rem;justify-content:center}.countdown-chip-large{padding:0;gap:.3rem}.countdown-value--major{font-size:6.6rem}.countdown-value--minor{font-size:1.45rem}.countdown-unit{font-size:.95rem;margin-bottom:.28rem}}.project-card h3{font-size:1rem;font-weight:700;color:#111827;margin:0 0 .35rem;line-height:1.4;word-break:break-word}.type-badge{padding:.25rem .5rem;border-radius:4px;font-size:.75rem;font-weight:600}.type-badge.buy{background:#fee2e2;color:#991b1b}.type-badge.sell{background:#dbeafe;color:#1e40af}.status-badge{padding:.25rem .5rem;border-radius:4px;font-size:.75rem;font-weight:600;background:#f3f4f6;color:#4b5563}.status-badge.pending{background:#fef3c7;color:#92400e}.status-badge.approved{background:#d1fae5;color:#065f46}.status-badge.converted{background:#e0e7ff;color:#3730a3}.card-footer{margin-top:1rem;padding-top:.75rem;border-top:1px solid #e5e7eb;font-size:.8rem;color:#9ca3af;text-align:right}.project-detail-section{display:flex;flex-direction:column;gap:1.5rem}.detail-header{display:flex;justify-content:space-between;align-items:center}.project-type-badge{padding:.375rem .75rem;border-radius:6px;font-size:.875rem;font-weight:600}.project-type-badge.buy{background:#fee2e2;color:#991b1b}.project-type-badge.sell{background:#dbeafe;color:#1e40af}.project-status-badge{padding:.375rem .75rem;border-radius:6px;font-size:.875rem;font-weight:600;background:#e0e7ff;color:#3730a3}.project-title{font-size:1.5rem;font-weight:700;color:#111827;margin:0}.detail-row{display:flex;justify-content:space-between;align-items:center;padding-bottom:.75rem;border-bottom:1px solid #f3f4f6}.detail-row .label{color:#6b7280;font-weight:500}.detail-row .value{color:#111827;font-weight:600}.detail-content h4{font-size:1rem;color:#374151;margin-bottom:.5rem}.content-box{background:#f9fafb;padding:1rem;border-radius:8px;color:#4b5563;line-height:1.6;white-space:pre-wrap}.recaptcha-legal-text{font-size:.75rem;color:#9ca3af;text-align:center;margin-top:1rem;line-height:1.4}.recaptcha-legal-text a{color:var(--primary-color);text-decoration:none}.recaptcha-legal-text a:hover{text-decoration:underline}.buy-request-modal{max-width:500px;width:90%}.buy-request-modal h2{font-size:1.25rem;font-weight:600;margin-bottom:.5rem;color:var(--text-color)}.buy-request-modal p{color:#6b7280;font-size:.9rem;margin-bottom:1.5rem}.buy-request-form .form-group{margin-bottom:1.2rem}.toggle-group{margin-top:1rem}.toggle-label{display:flex!important;align-items:center;cursor:pointer}.toggle-label input{display:none}.toggle-switch{position:relative;width:44px;height:24px;background-color:#e5e7eb;border-radius:9999px;transition:background-color .2s;margin-right:10px}.toggle-label input:checked+.toggle-switch{background-color:var(--accent-color)}.toggle-switch:after{content:"";position:absolute;top:2px;left:2px;width:20px;height:20px;background-color:#fff;border-radius:50%;transition:transform .2s;box-shadow:0 1px 3px #0000001a}.toggle-label input:checked+.toggle-switch:after{transform:translate(20px)}.toggle-text{font-weight:600;color:#4b5563}.toggle-label input:checked~.toggle-text{color:var(--accent-color)}.buy-request-form input,.buy-request-form textarea{width:100%;padding:.75rem;border:1px solid #e5e7eb;border-radius:8px;font-size:1rem;transition:all .2s}.buy-request-form input:focus,.buy-request-form textarea:focus{border-color:var(--primary-color);outline:none;box-shadow:0 0 0 2px #50c0e833}.modal-actions{display:flex;justify-content:flex-end;gap:.75rem;margin-top:2rem}.modal-actions button{padding:.75rem 1.5rem;border-radius:8px;font-weight:500;cursor:pointer;border:none}.modal-actions .btn-cancel{background-color:#f3f4f6;color:#4b5563}.modal-actions .btn-submit{background-color:var(--primary-color);color:#fff}.create-button-small{background-color:transparent;color:var(--primary-color);border:1px solid var(--primary-color);padding:.5rem 1rem;border-radius:20px;font-size:.85rem;font-weight:600;cursor:pointer;transition:all .2s}.create-button-small:hover{background-color:#eab3081a}.content-buy .create-button-small{color:var(--accent-color);border-color:var(--accent-color)}.content-buy .create-button-small:hover{background-color:#e900441a}.request-trigger{cursor:pointer;transition:transform .2s,background-color .2s;border-radius:12px}.request-trigger:hover{transform:translateY(-2px);background-color:#f9fafb}.request-trigger .empty-message{color:var(--primary-color);font-weight:600;margin-top:1rem}.inquiry-reply-history{display:grid;gap:.75rem;margin-bottom:1rem}.inquiry-reply-item{padding:.9rem 1rem;border:1px solid rgba(80,192,232,.35);border-radius:10px;background:#50c0e814}.inquiry-reply-meta{display:flex;justify-content:space-between;gap:1rem;margin-bottom:.45rem;color:#64748b;font-size:.8rem}.inquiry-reply-item p,.inquiry-new-message p{margin:0;white-space:pre-wrap;line-height:1.55}.inquiry-reply-empty{color:#6b7280;margin-bottom:1rem}.inquiry-reply-form textarea{width:100%;min-height:110px;margin-bottom:.75rem}.inquiry-reply-form .button-primary{background:var(--primary-color)}.inquiry-new-message{margin-top:.9rem;padding:.85rem 1rem;border-left:4px solid var(--primary-color);border-radius:8px;background:#50c0e81a;color:#1f2937}.inquiry-new-message strong{display:block;margin-bottom:.35rem;color:var(--primary-color);font-size:.82rem}.line-clamp-2{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.notifications-page{max-width:980px;margin:0 auto;padding:2rem}.notifications-header{margin-bottom:1.25rem}.notifications-header h1{font-size:1.8rem;margin-bottom:.35rem}.notifications-header p{color:#6b7280}.notifications-tabs{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1rem}.notifications-tab-button{border:1px solid #e5e7eb;background:#fff;color:#4b5563;border-radius:999px;padding:.45rem .9rem;font-size:.9rem;font-weight:600;cursor:pointer;display:inline-flex;align-items:center;gap:.45rem;transition:all .2s}.notifications-tab-button.active{background:#50c0e81f;color:#0f172a;border-color:#50c0e859}.notifications-tab-count{display:inline-flex;align-items:center;justify-content:center;min-width:1.4rem;height:1.4rem;font-size:.75rem;border-radius:999px;background:#f3f4f6;color:#374151;padding:0 .4rem}.notifications-tab-button.active .notifications-tab-count{background:#fff}.notifications-list{display:grid;gap:.85rem}.notification-card{background:#fff;border:1px solid #eceff3;border-radius:14px;padding:1rem 1.05rem}.notification-card-top{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:.55rem}.notification-card-top time{color:#6b7280;font-size:.84rem}.notification-type-badge{display:inline-flex;align-items:center;border-radius:999px;font-size:.75rem;font-weight:700;padding:.2rem .55rem}.notification-type-notice{color:#0f766e;background:#ccfbf1}.notification-type-alert{color:#9f1239;background:#ffe4e6}.notification-type-event{color:#1d4ed8;background:#dbeafe}.notification-card h2{font-size:1.02rem;margin-bottom:.4rem}.notification-card p{color:#374151;line-height:1.5}.notifications-empty-state{border:1px dashed #d1d5db;border-radius:12px;padding:2rem 1rem;text-align:center;color:#6b7280;background:#fff}@media(max-width:768px){.notifications-page{padding:1rem}.notifications-header h1{font-size:1.4rem}}
