﻿.post-creator-page{background:#f5f5f7;min-height:100vh;padding:40px 40px 10px;color:#1d1d1f;font-family:-apple-system,BlinkMacSystemFont,"SF Pro Text","Segoe UI",Roboto,Helvetica,Arial,sans-serif;-webkit-font-smoothing:antialiased}.post-creator-header{text-align:center;max-width:800px;margin:0 auto 50px auto;animation:fadeInUp .8s cubic-bezier(.16,1,.3,1)}.post-creator-header h1{font-size:56px;line-height:1.07143;font-weight:700;letter-spacing:-.005em;margin:0 0 12px 0;color:#1d1d1f}.post-creator-header p{font-size:24px;line-height:1.41667;font-weight:400;letter-spacing:.007em;color:#86868b;margin:0}@keyframes fadeInUp{from{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.post-creator-container{display:grid;grid-template-columns:320px 1fr 1fr;gap:24px;max-width:1400px;margin:0 auto}.creator-panel{background:#fff;border-radius:20px;padding:30px;display:flex;flex-direction:column;gap:24px;box-shadow:0 4px 20px rgba(0,0,0,.04);border:1px solid rgba(0,0,0,.02)}.panel-section{display:flex;flex-direction:column;gap:8px}.field-label{color:#86868b;font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.02em;margin-left:4px}.ns-select,.ns-textarea,.temperature-input{background:#f5f5f7;border:1px solid transparent;border-radius:12px;color:#1d1d1f;padding:12px 16px;font-size:15px;font-family:inherit;transition:all .2s cubic-bezier(.4,0,.2,1);box-sizing:border-box}.ns-select:focus,.ns-textarea:focus,.temperature-input:focus{background:#fff;border-color:#0071e3;box-shadow:0 0 0 4px rgba(0,113,227,.12);outline:0}.ns-select:hover:not(:focus),.ns-textarea:hover:not(:focus),.temperature-input:hover:not(:focus){background:#e8e8ed}.ns-select{cursor:pointer;appearance:none;background-image:url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%2386868B%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E");background-repeat:no-repeat;background-position:right 16px top 50%;background-size:10px auto;padding-right:40px}.ns-textarea{resize:vertical;line-height:1.5;min-height:120px}.prompt-container{position:relative;border-radius:12px}.prompt-textarea{width:100%;min-height:180px}.upload-icon{position:absolute;bottom:16px;left:16px;z-index:10}.upload-button{display:flex;align-items:center;justify-content:center;width:44px;height:44px;background:#fff;border-radius:50%;cursor:pointer;transition:all .2s ease;box-shadow:0 4px 12px rgba(0,0,0,.1);color:#0071e3}.upload-button:hover{transform:scale(1.05);box-shadow:0 6px 16px rgba(0,0,0,.12)}.upload-button:active{transform:scale(.95)}.upload-button .material-symbols-outlined{font-size:24px}.uploaded-file{display:flex;align-items:center;gap:8px;color:#34c759;font-size:14px;font-weight:500;margin-top:8px;padding:8px 12px;background:rgba(52,199,89,.1);border-radius:8px;width:fit-content}.toggle-section{flex-direction:row;align-items:center;justify-content:space-between;padding:12px 0;border-bottom:1px solid #f5f5f7}.toggle-section:last-of-type{border-bottom:0}.toggle-label{display:flex;align-items:center;justify-content:space-between;width:100%;cursor:pointer;gap:12px}.toggle-text{color:#1d1d1f;font-size:15px;font-weight:500}.toggle-input{display:none}.toggle-input:checked+.toggle-slider{background:#34c759}.toggle-input:checked+.toggle-slider::before{transform:translateX(20px)}.toggle-slider{width:50px;height:30px;background:#e9e9ea;border-radius:30px;position:relative;transition:background .3s;order:2}.toggle-slider::before{content:'';position:absolute;height:26px;width:26px;left:2px;bottom:2px;background:#fff;border-radius:50%;transition:transform .3s cubic-bezier(.4,0,.2,1);box-shadow:0 2px 4px rgba(0,0,0,.1)}.temperature-section{gap:16px;margin-top:8px}.temperature-header{display:flex;align-items:center;justify-content:space-between}.temperature-input{width:70px;padding:8px;text-align:center;background:#fff;border:1px solid #e5e5ea}.help-icon{background:none;border:0;color:#86868b;cursor:help;padding:4px;display:flex;align-items:center;transition:color .2s}.help-icon:hover{color:#1d1d1f}.help-icon .material-symbols-outlined{font-size:20px}.temperature-slider{width:100%;height:4px;background:#e5e5ea;border-radius:2px;outline:0;-webkit-appearance:none;margin-top:8px}.temperature-slider::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:28px;height:28px;background:#fff;border-radius:50%;cursor:grab;box-shadow:0 2px 8px rgba(0,0,0,.15);border:.5px solid rgba(0,0,0,.04);transition:transform .1s}.temperature-slider::-webkit-slider-thumb:active{transform:scale(.95);cursor:grabbing}.temperature-slider::-moz-range-thumb{width:28px;height:28px;background:#fff;border-radius:50%;cursor:grab;border:.5px solid rgba(0,0,0,.04);box-shadow:0 2px 8px rgba(0,0,0,.15)}.generate-button{background:#0071e3;border:0;border-radius:12px;color:#fff;padding:16px;font-size:16px;font-weight:600;cursor:pointer;transition:all .2s cubic-bezier(.4,0,.2,1);width:100%;margin-top:8px}.generate-button:hover:not(:disabled){background:#0077ed;transform:translateY(-1px);box-shadow:0 4px 12px rgba(0,113,227,.3)}.generate-button:active:not(:disabled){transform:translateY(0);box-shadow:none}.generate-button:disabled{background:#f5f5f7;color:#86868b;cursor:not-allowed}.auth-message{text-align:center;padding:16px;background:#f5f5f7;border-radius:12px;color:#86868b;font-size:14px;border:0}.auth-message a{color:#0071e3;text-decoration:none;font-weight:500}.auth-message a:hover{text-decoration:underline}.preview-header{margin-bottom:.5rem}.preview-content{background:#f5f5f7;border-radius:12px;padding:24px;min-height:400px;border:1px solid transparent}.generated-post{color:#1d1d1f;line-height:1.6;font-size:16px;white-space:pre-line}.helper-message{color:#777;padding:0 0 0 0;font-size:16px;line-height:20px;font-weight:500}.generated-content-container{padding:20px;border:dashed 1px #505050;border-radius:10px}.generated-content-container .copy-to-clipboard{font-weight:600;font-size:12px;justify-content:flex-end;cursor:pointer;display:flex;align-items:center;margin-bottom:20px}.generated-content-container .copy-to-clipboard .material-symbols-outlined{font-size:14px;margin-right:2px}.form-group{margin-bottom:10px}.form-group .post-count{font-weight:600;display:flex;justify-content:flex-end;margin-bottom:4px}.form-group .post-count .post-actions{cursor:pointer;display:flex;align-items:center;margin-left:10px}.form-group .post-count .post-actions .material-symbols-outlined{font-size:14px;margin-right:2px}.post-content.hashtags{display:flex;flex-wrap:wrap;font-size:16px}.bottom-info{max-width:1400px;margin:60px auto 0 auto;padding:40px 0 100px}.help-container{display:grid;grid-template-columns:1fr 1fr;gap:24px;margin-bottom:24px}.help-section,.faq-section{background:#fff;border-radius:20px;padding:40px;box-shadow:0 4px 20px rgba(0,0,0,.04);border:1px solid rgba(0,0,0,.02);transition:transform .3s cubic-bezier(.25,.1,.25,1)}.help-section:hover,.faq-section:hover{transform:translateY(-2px);box-shadow:0 8px 30px rgba(0,0,0,.06)}.help-title,.help-section h2,.faq-section h2{font-size:28px;line-height:1.1;font-weight:600;letter-spacing:-.01em;color:#1d1d1f;margin:0 0 32px 0}.help-list{margin:0;padding:0 0 0 20px}.help-list li{margin-bottom:20px;font-size:17px;line-height:1.58824;color:#424245}.help-list li strong{font-weight:600;color:#1d1d1f;display:inline-block;margin-bottom:4px}.help-list li:last-child{margin-bottom:0}.faq-section details{border-bottom:1px solid #e5e5ea;padding:24px 0}.faq-section details:first-of-type{padding-top:0}.faq-section details:last-of-type{border-bottom:0;padding-bottom:0}.faq-section details summary{list-style:none;cursor:pointer;font-size:19px;font-weight:600;color:#1d1d1f;display:flex;align-items:center;justify-content:space-between;transition:color .2s ease}.faq-section details summary::-webkit-details-marker{display:none}.faq-section details summary:hover{color:#0071e3}.faq-section details summary::after{content:'+';font-size:24px;font-weight:300;color:#86868b;transition:transform .3s cubic-bezier(.25,.1,.25,1)}.faq-section details[open] summary{margin-bottom:16px;color:#0071e3}.faq-section details[open] summary::after{transform:rotate(45deg)}.faq-section details div{color:#424245;font-size:17px;line-height:1.58824;animation:fadeIn .3s ease-out}.faq-section details div p{margin:0}.faq-section details div ul{margin:12px 0 0 0;padding-left:20px}.image-holder{min-height:60px;transition:all .3s ease-in-out}.progress-container{margin-top:20px;width:100%}.progress-bar{width:100%;height:20px;background-color:#e2e8f0;border-radius:12px;overflow:hidden;box-shadow:inset 0 2px 4px rgba(0,0,0,.1)}.progress-fill{height:100%;background:linear-gradient(90deg,#4299e1,#3182ce);transition:width .3s ease;border-radius:12px;display:flex;align-items:center;justify-content:flex-end;padding-right:8px}.progress-text{text-align:center;margin-top:8px;color:#4a5568;font-weight:600;font-size:14px}.uploaded-image-container{text-align:center;color:#dbdbdb}.uploaded-image-container .uploaded-image{text-align:center;position:relative;display:inline-block;margin:auto;margin-top:20px}.uploaded-image-container .uploaded-image img{max-width:100%;max-height:300px;border-radius:10px}.uploaded-image-container .uploaded-image .remove-image{background-color:#000;width:30px;height:30px;color:#fff;display:flex;align-items:center;justify-content:center;border-radius:15px;position:absolute;right:-10px;top:-10px;cursor:pointer;user-select:none;-webkit-user-select:none;-ms-user-select:none}@keyframes fadeIn{from{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.spinner-container{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 20px;gap:20px}.spinner-container .spinner{width:50px;height:50px;border-radius:50%;border:4px solid rgba(0,113,227,.1);border-top-color:#0071e3;animation:spin .8s linear infinite}.spinner-container p{color:#86868b;font-size:15px;font-weight:500;margin:0;animation:fadeIn .5s ease-out}@keyframes spin{to{transform:rotate(360deg)}}@media(max-width:1200px){.post-creator-container{grid-template-columns:1fr;max-width:700px}.creator-panel{padding:24px}.bottom-info{max-width:700px}.help-container{grid-template-columns:1fr}}@media(max-width:768px){.post-creator-page{padding:20px}.creator-panel{border-radius:16px}.field-label{font-size:15px}.ns-select,.ns-textarea,.temperature-input{font-size:16px;padding:14px 18px}.toggle-text{font-size:16px}.generated-post{font-size:16px}}